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
fcojfernandez committed Mar 10, 2020
1 parent 580f578 commit ead9a34
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 @@ -17,15 +17,15 @@
</licenses>

<artifactId>git</artifactId>
<version>4.2.2</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<name>Jenkins Git plugin</name>
<description>Integrates Jenkins with Git SCM</description>
<url>https://github.com/jenkinsci/git-plugin/blob/master/README.adoc</url>
<inceptionYear>2007</inceptionYear>

<properties>
<revision>4.2.2</revision>
<revision>4.3.0</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.138.4</jenkins.version>
<java.level>8</java.level>
Expand Down Expand Up @@ -289,7 +289,7 @@
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
<tag>git-4.2.2</tag>
<tag>${scmTag}</tag>
</scm>

<pluginRepositories>
Expand Down

0 comments on commit ead9a34

Please sign in to comment.