Skip to content

Commit 7078a70

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 2f0fda4 commit 7078a70

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
@@ -11,7 +11,7 @@
1111

1212
<groupId>org.jenkins-ci.plugins</groupId>
1313
<artifactId>docker-commons</artifactId>
14-
<version>1.17</version>
14+
<version>${revision}${changelist}</version>
1515
<packaging>hpi</packaging>
1616

1717
<name>Docker Commons Plugin</name>
@@ -28,11 +28,11 @@
2828
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
2929
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
3030
<url>http://github.com/jenkinsci/${project.artifactId}-plugin</url>
31-
<tag>docker-commons-1.17</tag>
31+
<tag>${scmTag}</tag>
3232
</scm>
3333

3434
<properties>
35-
<revision>1.17</revision>
35+
<revision>1.18</revision>
3636
<changelist>-SNAPSHOT</changelist>
3737
<jenkins.version>2.222.4</jenkins.version>
3838
<java.level>8</java.level>

0 commit comments

Comments
 (0)