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 Sep 3, 2024
1 parent 5850f77 commit 317cb7a
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion core/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-parent</artifactId>
<version>1.1-jenkins-20240903</version>
<version>${revision}${changelist}</version>
</parent>

<groupId>org.jenkins-ci</groupId>
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-20240903</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-20240903</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-20240903</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-20240903</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-20240903</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-20240903</version>
<version>${revision}${changelist}</version>
</parent>

<artifactId>commons-jelly-tags-log</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jelly-tags/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-parent</artifactId>
<version>1.1-jenkins-20240903</version>
<version>${revision}${changelist}</version>
</parent>

<artifactId>commons-jelly-tags</artifactId>
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-20240903</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-20240903</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-20240903</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-20240903</tag>
<tag>${scmTag}</tag>
<url>https://github.com/${gitHubRepo}</url>
</scm>

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

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

0 comments on commit 317cb7a

Please sign in to comment.