Skip to content

Commit fb4f71a

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 6077151 commit fb4f71a

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,7 +11,7 @@
1111
<artifactId>sectioned-view</artifactId>
1212
<packaging>hpi</packaging>
1313
<name>Sectioned View Plugin</name>
14-
<version>1.30</version>
14+
<version>${revision}${changelist}</version>
1515
<url>http://wiki.jenkins-ci.org/display/JENKINS/Sectioned+View+Plugin</url>
1616
<developers>
1717
<developer>
@@ -33,7 +33,7 @@
3333
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
3434
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
3535
<url>https://github.com/${gitHubRepo}</url>
36-
<tag>sectioned-view-1.30</tag>
36+
<tag>${scmTag}</tag>
3737
</scm>
3838

3939
<repositories>
@@ -50,7 +50,7 @@
5050
</pluginRepositories>
5151

5252
<properties>
53-
<revision>1.30</revision>
53+
<revision>1.31</revision>
5454
<changelist>-SNAPSHOT</changelist>
5555
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
5656
<jenkins.baseline>2.479</jenkins.baseline>

0 commit comments

Comments
 (0)