Skip to content

Commit 3859653

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

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-api</artifactId>
36-
<version>2.45</version>
36+
<version>${revision}${changelist}</version>
3737
<packaging>hpi</packaging>
3838
<name>Pipeline: API</name>
3939
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
@@ -47,7 +47,7 @@
4747
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
4848
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
4949
<url>https://github.com/${gitHubRepo}</url>
50-
<tag>workflow-api-2.45</tag>
50+
<tag>${scmTag}</tag>
5151
</scm>
5252
<repositories>
5353
<repository>
@@ -62,7 +62,7 @@
6262
</pluginRepository>
6363
</pluginRepositories>
6464
<properties>
65-
<revision>2.45</revision>
65+
<revision>2.46</revision>
6666
<changelist>-SNAPSHOT</changelist>
6767
<jenkins.version>2.222.4</jenkins.version>
6868
<java.level>8</java.level>

0 commit comments

Comments
 (0)