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 Aug 5, 2024
1 parent 0bcf8dc commit a396250
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 @@
</parent>

<artifactId>git</artifactId>
<version>5.3.0</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<name>Git plugin</name>
<url>https://github.com/${gitHubRepo}</url>
Expand Down Expand Up @@ -64,12 +64,12 @@
<scm>
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
<tag>git-5.3.0</tag>
<tag>${scmTag}</tag>
<url>https://github.com/${gitHubRepo}</url>
</scm>

<properties>
<revision>5.3.0</revision>
<revision>5.3.1</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<jenkins.baseline>2.440</jenkins.baseline>
Expand Down

0 comments on commit a396250

Please sign in to comment.