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
kuisathaverat committed Mar 13, 2021
1 parent 57d42b9 commit 81e7bc4
Showing 1 changed file with 3 additions and 3 deletions.
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>ssh-slaves</artifactId>
<version>1.31.6</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>

<name>SSH Build Agents plugin</name>
Expand All @@ -25,7 +25,7 @@
</licenses>

<properties>
<revision>1.31.6</revision>
<revision>1.31.7</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.282</jenkins.version>
<java.level>8</java.level>
Expand Down Expand Up @@ -81,7 +81,7 @@
<connection>scm:git:git://github.com/jenkinsci/ssh-slaves-plugin.git</connection>
<developerConnection>scm:git:[email protected]:jenkinsci/ssh-slaves-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/ssh-slaves-plugin</url>
<tag>ssh-slaves-1.31.6</tag>
<tag>${scmTag}</tag>
</scm>

<repositories>
Expand Down

0 comments on commit 81e7bc4

Please sign in to comment.