Skip to content

Commit c5c5f97

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

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.37</version>
36+
<version>${revision}${changelist}</version>
3737
<packaging>hpi</packaging>
3838
<name>Pipeline: Nodes and Processes</name>
3939
<description>
@@ -50,7 +50,7 @@
5050
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
5151
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
5252
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
53-
<tag>workflow-durable-task-step-2.37</tag>
53+
<tag>${scmTag}</tag>
5454
</scm>
5555
<repositories>
5656
<repository>
@@ -65,7 +65,7 @@
6565
</pluginRepository>
6666
</pluginRepositories>
6767
<properties>
68-
<revision>2.37</revision>
68+
<revision>2.38</revision>
6969
<changelist>-SNAPSHOT</changelist>
7070
<jenkins.version>2.248</jenkins.version>
7171
<java.level>8</java.level>

0 commit comments

Comments
 (0)