Skip to content

Commit

Permalink
[maven-release-plugin] prepare release swarm-plugin-3.34
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Jul 11, 2022
1 parent 906dc22 commit 04c2149
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
<groupId>org.jenkins-ci.plugins</groupId>
<packaging>jar</packaging>
<name>Swarm Client</name>
<version>3.34-SNAPSHOT</version>
<version>3.34</version>

<scm>
<connection>scm:git:https://github.com/jenkinsci/swarm-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/swarm-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/swarm-plugin</url>
<tag>HEAD</tag>
<tag>swarm-plugin-3.34</tag>
</scm>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>swarm-plugin</artifactId>
<version>3.34-SNAPSHOT</version>
<version>3.34</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -34,7 +34,7 @@
<connection>scm:git:https://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
<tag>HEAD</tag>
<tag>swarm-plugin-3.34</tag>
</scm>

<build>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<artifactId>swarm-plugin</artifactId>
<packaging>pom</packaging>
<name>Swarm Plugin Parent POM</name>
<version>3.34-SNAPSHOT</version>
<version>3.34</version>

<properties>
<jenkins.version>2.303.3</jenkins.version>
Expand All @@ -43,7 +43,7 @@
<connection>scm:git:https://github.com/jenkinsci/${project.artifactId}.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}.git</developerConnection>
<url>https://github.com/jenkinsci/${project.artifactId}</url>
<tag>HEAD</tag>
<tag>swarm-plugin-3.34</tag>
</scm>

<repositories>
Expand Down

0 comments on commit 04c2149

Please sign in to comment.