Skip to content

Commit 6150831

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 636a99d commit 6150831

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

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

1717
<name>Checks API plugin</name>
1818
<description>Defines an API for Jenkins to publish checks to SCM platforms.</description>
1919

2020
<properties>
21-
<revision>2.2.1</revision>
21+
<revision>2.2.2</revision>
2222
<changelist>-SNAPSHOT</changelist>
2323
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
2424

@@ -37,7 +37,7 @@
3737
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
3838
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
3939
<url>https://github.com/${gitHubRepo}</url>
40-
<tag>v2.2.1</tag>
40+
<tag>${scmTag}</tag>
4141
</scm>
4242

4343
<dependencies>

0 commit comments

Comments
 (0)