Skip to content

Commit a90d7f4

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 0739e09 commit a90d7f4

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,7 +9,7 @@
99
</parent>
1010
<groupId>io.jenkins.plugins</groupId>
1111
<artifactId>generic-tool</artifactId>
12-
<version>1.1</version>
12+
<version>${revision}${changelist}</version>
1313
<packaging>hpi</packaging>
1414
<name>Generic Tool Plugin</name>
1515
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
@@ -22,11 +22,11 @@
2222
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
2323
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
2424
<developerConnection>scm:git:https://github.com/${gitHubRepo}</developerConnection>
25-
<tag>generic-tool-1.1</tag>
25+
<tag>${scmTag}</tag>
2626
<url>https://github.com/${gitHubRepo}</url>
2727
</scm>
2828
<properties>
29-
<revision>1.1</revision>
29+
<revision>1.2</revision>
3030
<changelist>-SNAPSHOT</changelist>
3131
<jenkins.version>2.361.4</jenkins.version>
3232
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>

0 commit comments

Comments
 (0)