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 May 3, 2024
1 parent 4523e4a commit d4404be
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>swarm-plugin</artifactId>
<version>3.45</version>
<version>${revision}${changelist}</version>
</parent>

<artifactId>swarm-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>swarm-plugin</artifactId>
<version>3.45</version>
<version>${revision}${changelist}</version>
</parent>

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

<artifactId>swarm-plugin</artifactId>
<version>3.45</version>
<version>${revision}${changelist}</version>
<packaging>pom</packaging>
<name>Swarm Plugin Parent POM</name>
<description>The Swarm plugin enables nodes to join a nearby Jenkins controller, thereby forming an ad-hoc cluster.</description>
Expand Down Expand Up @@ -37,12 +37,12 @@
<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:git@github.com:${gitHubRepo}.git</developerConnection>
<tag>swarm-plugin-3.45</tag>
<tag>${scmTag}</tag>
<url>https://github.com/${gitHubRepo}</url>
</scm>

<properties>
<revision>3.45</revision>
<revision>3.46</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.361.4</jenkins.version>
<gitHubRepo>jenkinsci/swarm-plugin</gitHubRepo>
Expand Down

0 comments on commit d4404be

Please sign in to comment.