Skip to content

Commit f9865c2

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 787017a commit f9865c2

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
@@ -8,14 +8,14 @@
88
</parent>
99

1010
<artifactId>database-mysql</artifactId>
11-
<version>1.4</version>
11+
<version>${revision}${changelist}</version>
1212
<packaging>hpi</packaging>
1313
<name>MySQL Database Plugin</name>
1414

1515
<url>https://github.com/jenkinsci/database-mysql-plugin</url>
1616

1717
<properties>
18-
<revision>1.4</revision>
18+
<revision>1.5</revision>
1919
<changelist>-SNAPSHOT</changelist>
2020
<gitHubRepo>jenkinsci/database-mysql-plugin</gitHubRepo>
2121
<jenkins.version>2.235.1</jenkins.version>
@@ -61,6 +61,6 @@
6161
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
6262
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
6363
<url>http://github.com/${gitHubRepo}</url>
64-
<tag>database-mysql-1.4</tag>
64+
<tag>${scmTag}</tag>
6565
</scm>
6666
</project>

0 commit comments

Comments
 (0)