Skip to content

Commit a2c6bac

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent 986821d commit a2c6bac

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

1212
<groupId>pl.damianszczepanik</groupId>
1313
<artifactId>build-history-manager</artifactId>
14-
<version>1.11.2</version>
14+
<version>${revision}${changelist}</version>
1515
<packaging>hpi</packaging>
1616

1717
<dependencyManagement>
@@ -39,7 +39,7 @@
3939
<url>https://github.com/jenkinsci/build-history-manager-plugin</url>
4040

4141
<properties>
42-
<revision>1.11.2</revision>
42+
<revision>1.11.3</revision>
4343
<changelist>-SNAPSHOT</changelist>
4444
<gitHubRepo>jenkinsci/build-history-manager-plugin</gitHubRepo>
4545
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
@@ -59,7 +59,7 @@
5959
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
6060
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
6161
<url>https://github.com/${gitHubRepo}</url>
62-
<tag>build-history-manager-1.11.2</tag>
62+
<tag>${scmTag}</tag>
6363
</scm>
6464

6565
<ciManagement>

0 commit comments

Comments
 (0)