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 9, 2019
1 parent 532158e commit 922bc65
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 @@ -16,15 +16,15 @@
</licenses>

<artifactId>git</artifactId>
<version>3.12.1</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</url>
<inceptionYear>2007</inceptionYear>

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

<pluginRepositories>
Expand Down

0 comments on commit 922bc65

Please sign in to comment.