Skip to content

Commit e673858

Browse files
author
simonsymhoven
committed
[maven-release-plugin] prepare for next development iteration
1 parent 9c4a38b commit e673858

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
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>io.jenkins.plugins</groupId>
1212
<artifactId>nested-data-reporting</artifactId>
13-
<version>5.2.1</version>
13+
<version>${revision}${changelist}</version>
1414
<packaging>hpi</packaging>
1515
<name>Nested Data Reporting</name>
1616
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
@@ -34,11 +34,11 @@
3434
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
3535
<developerConnection>scm:git:https://github.com/${gitHubRepo}.git</developerConnection>
3636
<url>https://github.com/${gitHubRepo}</url>
37-
<tag>nested-data-reporting-5.2.1</tag>
37+
<tag>${scmTag}</tag>
3838
</scm>
3939

4040
<properties>
41-
<revision>5.2.1</revision>
41+
<revision>5.2.2</revision>
4242
<changelist>-SNAPSHOT</changelist>
4343
<jenkins.baseline>2.387</jenkins.baseline>
4444
<jenkins.version>${jenkins.baseline}.1</jenkins.version>

0 commit comments

Comments
 (0)