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
rsandell committed Oct 11, 2024
1 parent f272c4e commit 4105ad2
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 @@ -33,7 +33,7 @@
</parent>
<artifactId>pipeline-utility-steps</artifactId>
<packaging>hpi</packaging>
<version>2.18.0</version>
<version>${revision}${changelist}</version>
<name>Pipeline Utility Steps</name>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>

Expand All @@ -56,7 +56,7 @@
</developers>

<properties>
<revision>2.17.1</revision>
<revision>2.18.1</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.440.3</jenkins.version>
<spotbugs.effort>Max</spotbugs.effort>
Expand Down Expand Up @@ -184,7 +184,7 @@
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>pipeline-utility-steps-2.18.0</tag>
<tag>${scmTag}</tag>
</scm>

<repositories>
Expand Down

0 comments on commit 4105ad2

Please sign in to comment.