Skip to content

Commit 807f0ff

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 9f90ce7 commit 807f0ff

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
<properties>
12-
<revision>1.35</revision>
12+
<revision>1.36</revision>
1313
<changelist>-SNAPSHOT</changelist>
1414
<gitHubRepo>jenkinsci/htmlpublisher-plugin</gitHubRepo>
1515
<jenkins.version>2.387.3</jenkins.version>
@@ -25,7 +25,7 @@
2525

2626
<artifactId>htmlpublisher</artifactId>
2727
<packaging>hpi</packaging>
28-
<version>1.35</version>
28+
<version>${revision}${changelist}</version>
2929
<name>HTML Publisher plugin</name>
3030
<description>This plugin publishes HTML reports.</description>
3131
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
@@ -43,7 +43,7 @@
4343
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
4444
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
4545
<url>https://github.com/${gitHubRepo}</url>
46-
<tag>htmlpublisher-1.35</tag>
46+
<tag>${scmTag}</tag>
4747
</scm>
4848

4949
<repositories>

0 commit comments

Comments
 (0)