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 May 7, 2024
1 parent da8fff1 commit c5d6b38
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.2.2</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:git@github.com:${gitHubRepo}.git</developerConnection>
<tag>git-5.2.2</tag>
<tag>${scmTag}</tag>
<url>https://github.com/${gitHubRepo}</url>
</scm>

<properties>
<revision>5.2.2</revision>
<revision>5.2.3</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<jenkins.version>2.426.3</jenkins.version>
Expand Down

0 comments on commit c5d6b38

Please sign in to comment.