Skip to content

Commit ba76f0b

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

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
@@ -9,7 +9,7 @@
99
</parent>
1010
<groupId>org.jenkins-ci.plugins.workflow</groupId>
1111
<artifactId>workflow-scm-step</artifactId>
12-
<version>2.13</version>
12+
<version>${revision}${changelist}</version>
1313
<packaging>hpi</packaging>
1414
<name>Pipeline: SCM Step</name>
1515
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
@@ -23,7 +23,7 @@
2323
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
2424
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
2525
<url>https://github.com/${gitHubRepo}</url>
26-
<tag>workflow-scm-step-2.13</tag>
26+
<tag>${scmTag}</tag>
2727
</scm>
2828
<repositories>
2929
<repository>
@@ -38,7 +38,7 @@
3838
</pluginRepository>
3939
</pluginRepositories>
4040
<properties>
41-
<revision>2.13</revision>
41+
<revision>2.14</revision>
4242
<changelist>-SNAPSHOT</changelist>
4343
<jenkins.version>2.222.4</jenkins.version>
4444
<java.level>8</java.level>

0 commit comments

Comments
 (0)