Skip to content

Commit edd0314

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent c6d3b2c commit edd0314

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ THE SOFTWARE.
3232
</parent>
3333

3434
<artifactId>throttle-concurrents</artifactId>
35-
<version>2.18</version>
35+
<version>${revision}${changelist}</version>
3636
<packaging>hpi</packaging>
3737
<name>Jenkins Throttle Concurrent Builds Plug-in</name>
3838
<description>Plugin to throttle the number of concurrent builds of a single job per node.</description>
@@ -77,12 +77,12 @@ THE SOFTWARE.
7777
<scm>
7878
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
7979
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
80-
<tag>throttle-concurrents-2.18</tag>
80+
<tag>${scmTag}</tag>
8181
<url>https://github.com/${gitHubRepo}</url>
8282
</scm>
8383

8484
<properties>
85-
<revision>2.18</revision>
85+
<revision>2.19</revision>
8686
<changelist>-SNAPSHOT</changelist>
8787
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
8888
<jenkins.baseline>2.479</jenkins.baseline>

0 commit comments

Comments
 (0)