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 18, 2022
1 parent 7dd7758 commit 18577d1
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>git</artifactId>
<version>4.11.3</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<name>Git plugin</name>
<description>Integrates Jenkins with Git SCM</description>
Expand Down Expand Up @@ -53,12 +53,12 @@
<scm>
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<tag>git-4.11.3</tag>
<tag>${scmTag}</tag>
<url>https://github.com/${gitHubRepo}</url>
</scm>

<properties>
<revision>4.11.3</revision>
<revision>4.11.4</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<jenkins.version>2.289.1</jenkins.version>
Expand Down

0 comments on commit 18577d1

Please sign in to comment.