Skip to content

Commit d1b1cf2

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 5b741e2 commit d1b1cf2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
</parent>
1010

1111
<artifactId>promoted-builds</artifactId>
12-
<version>3.9</version>
12+
<version>${revision}${changelist}</version>
1313
<packaging>hpi</packaging>
1414

1515
<name>Jenkins promoted builds plugin</name>
1616
<url>https://github.com/jenkinsci/promoted-builds-plugin</url>
1717

1818
<properties>
19-
<revision>3.8</revision>
19+
<revision>3.10</revision>
2020
<changelist>-SNAPSHOT</changelist>
2121
<gitHubRepo>jenkinsci/promoted-builds-plugin</gitHubRepo>
2222
<!-- Last version before https://jenkins.io/security/advisory/2018-08-15/ which causes instabilities
@@ -47,7 +47,7 @@
4747
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
4848
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
4949
<url>https://github.com/${gitHubRepo}</url>
50-
<tag>promoted-builds-3.9</tag>
50+
<tag>${scmTag}</tag>
5151
</scm>
5252
<licenses>
5353
<license>

0 commit comments

Comments
 (0)