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 Sep 20, 2024
1 parent 16e56c6 commit 54495c9
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.5.1</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<name>Git plugin</name>
<url>https://github.com/${gitHubRepo}</url>
Expand Down Expand Up @@ -56,12 +56,12 @@
<scm>
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<tag>git-5.5.1</tag>
<tag>${scmTag}</tag>
<url>https://github.com/${gitHubRepo}</url>
</scm>

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

0 comments on commit 54495c9

Please sign in to comment.