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 20, 2024
1 parent 00658ac commit a389415
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>net.masterthought.jenkins</groupId>
<artifactId>cucumber-reports</artifactId>
<version>5.8.5</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>

<dependencyManagement>
Expand All @@ -35,7 +35,7 @@

<!-- some comments here: https://jenkins.io/doc/developer/plugin-development/dependency-management/ -->
<properties>
<revision>5.8.5</revision>
<revision>5.8.6</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/cucumber-reports-plugin</gitHubRepo>

Expand All @@ -48,7 +48,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>cucumber-reports-5.8.5</tag>
<tag>${scmTag}</tag>
</scm>

<ciManagement>
Expand Down

0 comments on commit a389415

Please sign in to comment.