Skip to content

Commit 0620ab4

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent ed95efc commit 0620ab4

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
@@ -9,10 +9,10 @@
99
</parent>
1010
<groupId>io.jenkins.plugins</groupId>
1111
<artifactId>gitlab-branch-source</artifactId>
12-
<version>1.5.7</version>
12+
<version>${revision}${changelist}</version>
1313
<packaging>hpi</packaging>
1414
<properties>
15-
<revision>1.5.7</revision>
15+
<revision>1.5.8</revision>
1616
<changelist>-SNAPSHOT</changelist>
1717
<jenkins.version>2.263.4</jenkins.version>
1818
<java.level>8</java.level>
@@ -218,7 +218,7 @@
218218
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git
219219
</developerConnection>
220220
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
221-
<tag>gitlab-branch-source-1.5.7</tag>
221+
<tag>${scmTag}</tag>
222222
</scm>
223223

224224
<build>

0 commit comments

Comments
 (0)