Skip to content

Commit 975200a

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 8c941bf commit 975200a

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
@@ -9,7 +9,7 @@
99
</parent>
1010

1111
<artifactId>github-pr-coverage-status</artifactId>
12-
<version>2.2.0</version>
12+
<version>${revision}${changelist}</version>
1313
<packaging>hpi</packaging>
1414

1515
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
@@ -34,7 +34,7 @@
3434
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
3535
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
3636
<url>https://github.com/${gitHubRepo}</url>
37-
<tag>github-pr-coverage-status-2.2.0</tag>
37+
<tag>${scmTag}</tag>
3838
</scm>
3939

4040
<licenses>
@@ -51,7 +51,7 @@
5151
</issueManagement>
5252

5353
<properties>
54-
<revision>2.2.0</revision>
54+
<revision>2.2.1</revision>
5555
<changelist>-SNAPSHOT</changelist>
5656
<jenkins.version>2.319.1</jenkins.version>
5757
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>

0 commit comments

Comments
 (0)