Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Jan 7, 2025
1 parent 5fe11fb commit 6067c9a
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.jenkins-ci</groupId>
<artifactId>commons-jelly-parent</artifactId>
<version>1.1-jenkins-20250108</version>
<version>${revision}${changelist}</version>
</parent>

<groupId>org.jenkins-ci</groupId>
<artifactId>commons-jelly</artifactId>
<version>1.1-jenkins-20250108</version>
<version>${revision}${changelist}</version>
<packaging>jar</packaging>
<name>Apache Commons Jelly Core</name>
<description>Apache Commons Jelly is a Java and XML based scripting engine. Jelly combines the best ideas from JSTL, Velocity, DVSL, Ant and Cocoon all together in a simple yet powerful scripting engine.</description>
Expand Down
2 changes: 1 addition & 1 deletion jelly-tags/ant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci</groupId>
<artifactId>commons-jelly-tags</artifactId>
<version>1.1-jenkins-20250108</version>
<version>${revision}${changelist}</version>
</parent>

<artifactId>commons-jelly-tags-ant</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jelly-tags/define/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci</groupId>
<artifactId>commons-jelly-tags</artifactId>
<version>1.1-jenkins-20250108</version>
<version>${revision}${changelist}</version>
</parent>

<groupId>org.jvnet.hudson</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jelly-tags/dynabean/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci</groupId>
<artifactId>commons-jelly-tags</artifactId>
<version>1.1-jenkins-20250108</version>
<version>${revision}${changelist}</version>
</parent>

<artifactId>commons-jelly-tags-dynabean</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jelly-tags/fmt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci</groupId>
<artifactId>commons-jelly-tags</artifactId>
<version>1.1-jenkins-20250108</version>
<version>${revision}${changelist}</version>
</parent>

<artifactId>commons-jelly-tags-fmt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jelly-tags/junit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci</groupId>
<artifactId>commons-jelly-tags</artifactId>
<version>1.1-jenkins-20250108</version>
<version>${revision}${changelist}</version>
</parent>

<artifactId>commons-jelly-tags-junit</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jelly-tags/log/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci</groupId>
<artifactId>commons-jelly-tags</artifactId>
<version>1.1-jenkins-20250108</version>
<version>${revision}${changelist}</version>
</parent>

<artifactId>commons-jelly-tags-log</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions jelly-tags/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>org.jenkins-ci</groupId>
<artifactId>commons-jelly-parent</artifactId>
<version>1.1-jenkins-20250108</version>
<version>${revision}${changelist}</version>
</parent>

<artifactId>commons-jelly-tags</artifactId>
<version>1.1-jenkins-20250108</version>
<version>${revision}${changelist}</version>
<packaging>pom</packaging>
<name>Apache Commons Jelly Tag Libraries Parent</name>
<description>Parent pom for tag library projects.</description>
Expand Down
2 changes: 1 addition & 1 deletion jelly-tags/util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci</groupId>
<artifactId>commons-jelly-tags</artifactId>
<version>1.1-jenkins-20250108</version>
<version>${revision}${changelist}</version>
</parent>

<artifactId>commons-jelly-tags-util</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jelly-tags/xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.jenkins-ci</groupId>
<artifactId>commons-jelly-tags</artifactId>
<version>1.1-jenkins-20250108</version>
<version>${revision}${changelist}</version>
</parent>

<artifactId>commons-jelly-tags-xml</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.jenkins-ci</groupId>
<artifactId>commons-jelly-parent</artifactId>
<version>1.1-jenkins-20250108</version>
<version>${revision}${changelist}</version>
<packaging>pom</packaging>
<name>Apache Commons Jelly Parent</name>
<description>Parent pom for Apache Commons Jelly</description>
Expand All @@ -29,7 +29,7 @@
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
<tag>commons-jelly-1.1-jenkins-20250108</tag>
<tag>${scmTag}</tag>
<url>https://github.com/${gitHubRepo}</url>
</scm>

Expand All @@ -41,7 +41,7 @@
</distributionManagement>

<properties>
<revision>1.1-jenkins-20250108</revision>
<revision>1.1-jenkins-20250109</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/jelly</gitHubRepo>
<ant.version>1.10.15</ant.version>
Expand Down

0 comments on commit 6067c9a

Please sign in to comment.