Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
damianszczepanik committed Nov 1, 2024
1 parent c301b3d commit 6615ce3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>pl.damianszczepanik</groupId>
<artifactId>build-history-manager</artifactId>
<version>1.11.1</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>

<dependencyManagement>
Expand Down Expand Up @@ -38,7 +38,7 @@
<url>https://github.com/jenkinsci/build-history-manager-plugin</url>

<properties>
<revision>1.11.1</revision>
<revision>1.11.2</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/build-history-manager-plugin</gitHubRepo>

Expand All @@ -61,7 +61,7 @@
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>build-history-manager-1.11.1</tag>
<tag>${scmTag}</tag>
</scm>

<ciManagement>
Expand Down

0 comments on commit 6615ce3

Please sign in to comment.