Skip to content

Commit

Permalink
[maven-release-plugin] prepare release swarm-plugin-3.46
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed May 20, 2024
1 parent 9f28545 commit 407f9f4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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>${revision}${changelist}</version>
<version>3.46</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>${revision}${changelist}</version>
<version>3.46</version>
</parent>

<artifactId>swarm</artifactId>
Expand Down
4 changes: 2 additions & 2 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>${revision}${changelist}</version>
<version>3.46</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,7 +37,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:git@github.com:${gitHubRepo}.git</developerConnection>
<tag>${scmTag}</tag>
<tag>swarm-plugin-3.46</tag>
<url>https://github.com/${gitHubRepo}</url>
</scm>

Expand Down

0 comments on commit 407f9f4

Please sign in to comment.