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

Commit 2ef24aa

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 88376a1 commit 2ef24aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugin/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

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

1717
<name>Code Coverage Plugin</name>
@@ -20,7 +20,7 @@
2020
<url>https://github.com/jenkinsci/code-coverage-api-plugin</url>
2121

2222
<properties>
23-
<revision>4.8.0</revision>
23+
<revision>4.9.0</revision>
2424
<changelist>-SNAPSHOT</changelist>
2525
<gitHubRepo>jenkinsci/code-coverage-api-plugin</gitHubRepo>
2626

@@ -424,7 +424,7 @@
424424
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
425425
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
426426
<url>https://github.com/${gitHubRepo}</url>
427-
<tag>v4.8.0</tag>
427+
<tag>${scmTag}</tag>
428428
</scm>
429429

430430
<repositories>

0 commit comments

Comments
 (0)