Skip to content

Commit c3f9c01

Browse files
committed
Reincrementalify
1 parent 71a4794 commit c3f9c01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
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.30-SNAPSHOT</version>
36+
<version>${revision}${changelist}</version>
3737
<packaging>hpi</packaging>
3838
<name>Pipeline: API</name>
3939
<url>https://wiki.jenkins.io/display/JENKINS/Pipeline+API+Plugin</url>
@@ -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.121</jenkins.version>
6868
<java.level>8</java.level>

0 commit comments

Comments
 (0)