Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit ea97457

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 7b3bfd6 commit ea97457

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
@@ -11,15 +11,15 @@
1111

1212
<groupId>io.jenkins.plugins</groupId>
1313
<artifactId>code-coverage-api</artifactId>
14-
<version>2.0.0</version>
14+
<version>${revision}${changelist}</version>
1515
<packaging>hpi</packaging>
1616

1717
<name>Code Coverage API Plugin</name>
1818
<description>Code Coverage API Plugin</description>
1919
<url>https://github.com/jenkinsci/code-coverage-api-plugin</url>
2020

2121
<properties>
22-
<revision>2.0.0</revision>
22+
<revision>2.0.1</revision>
2323
<changelist>-SNAPSHOT</changelist>
2424
<gitHubRepo>jenkinsci/code-coverage-api-plugin</gitHubRepo>
2525
<jenkins.baseline>2.263</jenkins.baseline>
@@ -218,7 +218,7 @@
218218
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
219219
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
220220
<url>https://github.com/${gitHubRepo}</url>
221-
<tag>v2.0.0</tag>
221+
<tag>${scmTag}</tag>
222222
</scm>
223223

224224
<repositories>

0 commit comments

Comments
 (0)