Skip to content

Commit c02cd6b

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 8009abf commit c02cd6b

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.4.2</version>
12+
<version>${revision}${changelist}</version>
1313
<packaging>hpi</packaging>
1414
<properties>
15-
<revision>1.4.2</revision>
15+
<revision>1.4.3</revision>
1616
<changelist>-SNAPSHOT</changelist>
1717
<!-- Baseline Jenkins version you use to build the plugin. Users must have this version or newer to run. -->
1818
<jenkins.version>2.176.2</jenkins.version>
@@ -251,7 +251,7 @@
251251
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git
252252
</developerConnection>
253253
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
254-
<tag>gitlab-branch-source-1.4.2</tag>
254+
<tag>${scmTag}</tag>
255255
</scm>
256256

257257
<build>

0 commit comments

Comments
 (0)