Skip to content

Commit 07e2878

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 4005228 commit 07e2878

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,7 +9,7 @@
99
</parent>
1010

1111
<artifactId>gitlab-plugin</artifactId>
12-
<version>1.9.13</version>
12+
<version>${revision}${changelist}</version>
1313
<packaging>hpi</packaging>
1414
<name>GitLab Plugin</name>
1515
<url>https://github.com/jenkinsci/${project.artifactId}</url>
@@ -24,7 +24,7 @@
2424
<scm>
2525
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
2626
<developerConnection>scm:git:https://github.com/${gitHubRepo}</developerConnection>
27-
<tag>gitlab-plugin-1.9.13</tag>
27+
<tag>gitlab-plugin-1.9.12</tag>
2828
<url>https://github.com/${gitHubRepo}</url>
2929
</scm>
3030

@@ -42,7 +42,7 @@
4242
</distributionManagement>
4343

4444
<properties>
45-
<revision>1.9.13</revision>
45+
<revision>1.9.14</revision>
4646
<changelist>-SNAPSHOT</changelist>
4747
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
4848
<jenkins.baseline>2.516</jenkins.baseline>

0 commit comments

Comments
 (0)