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
MarkEWaite committed Jan 27, 2025
1 parent 384a703 commit 6255872
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 @@ -9,7 +9,7 @@
</parent>

<artifactId>PrioritySorter</artifactId>
<version>5.3.0</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<name>Jenkins Priority Sorter Plugin</name>
<url>https://github.com/jenkinsci/priority-sorter-plugin</url>
Expand All @@ -25,12 +25,12 @@
<scm>
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
<tag>PrioritySorter-5.3.0</tag>
<tag>${scmTag}</tag>
<url>https://github.com/${gitHubRepo}</url>
</scm>

<properties>
<revision>5.2.1</revision>
<revision>5.3.1</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/priority-sorter-plugin</gitHubRepo>
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
Expand Down

0 comments on commit 6255872

Please sign in to comment.