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 2, 2025
1 parent bb98fcd commit fd2ec68
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>ivy</artifactId>
<version>2.8</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<name>Ivy Plugin</name>
<description>This plugin adds Ivy support to Jenkins</description>
Expand All @@ -31,12 +31,12 @@
<scm>
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
<tag>ivy-2.8</tag>
<tag>${scmTag}</tag>
<url>https://github.com/${gitHubRepo}</url>
</scm>

<properties>
<revision>2.8</revision>
<revision>2.9</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.baseline>2.452</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.4</jenkins.version>
Expand Down

0 comments on commit fd2ec68

Please sign in to comment.