Skip to content

Commit ae34b63

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 43d1050 commit ae34b63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</parent>
3434
<groupId>org.jenkins-ci.plugins.workflow</groupId>
3535
<artifactId>workflow-durable-task-step</artifactId>
36-
<version>2.29</version>
36+
<version>${revision}${changelist}</version>
3737
<packaging>hpi</packaging>
3838
<name>Pipeline: Nodes and Processes</name>
3939
<url>https://wiki.jenkins.io/display/JENKINS/Pipeline+Nodes+and+Processes+Plugin</url>
@@ -47,7 +47,7 @@
4747
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
4848
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
4949
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
50-
<tag>workflow-durable-task-step-2.29</tag>
50+
<tag>${scmTag}</tag>
5151
</scm>
5252
<repositories>
5353
<repository>
@@ -62,7 +62,7 @@
6262
</pluginRepository>
6363
</pluginRepositories>
6464
<properties>
65-
<revision>2.29</revision>
65+
<revision>2.30</revision>
6666
<changelist>-SNAPSHOT</changelist>
6767
<jenkins.version>2.150.1</jenkins.version>
6868
<java.level>8</java.level>

0 commit comments

Comments
 (0)