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

Commit 33a98ac

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 1bf9b38 commit 33a98ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugin/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>3.4.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>3.4.0</revision>
22+
<revision>3.5.0</revision>
2323
<changelist>-SNAPSHOT</changelist>
2424
<gitHubRepo>jenkinsci/code-coverage-api-plugin</gitHubRepo>
2525

@@ -323,7 +323,7 @@
323323
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
324324
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
325325
<url>https://github.com/${gitHubRepo}</url>
326-
<tag>v3.4.0</tag>
326+
<tag>${scmTag}</tag>
327327
</scm>
328328

329329
<repositories>

0 commit comments

Comments
 (0)