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 Aug 28, 2020
1 parent d253b5c commit 7bfdb50
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.4.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/blob/master/README.adoc</url>
<inceptionYear>2007</inceptionYear>

<properties>
<revision>4.4.1</revision>
<revision>4.4.2</revision>
<changelist>-SNAPSHOT</changelist>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<argLine>-Dfile.encoding=${project.build.sourceEncoding}</argLine>
Expand Down Expand Up @@ -343,7 +343,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.4.1</tag>
<tag>${scmTag}</tag>
</scm>

<pluginRepositories>
Expand Down

0 comments on commit 7bfdb50

Please sign in to comment.