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 27, 2020
1 parent 11924dd commit 8d357d7
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 @@ -11,7 +11,7 @@

<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>git-client</artifactId>
<version>3.5.1</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>

<name>Jenkins Git client plugin</name>
Expand Down Expand Up @@ -49,11 +49,11 @@
<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-client-3.5.1</tag>
<tag>${scmTag}</tag>
</scm>

<properties>
<revision>3.5.1</revision>
<revision>3.5.2</revision>
<changelist>-SNAPSHOT</changelist>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<argLine>-Dfile.encoding=${project.build.sourceEncoding}</argLine>
Expand Down

0 comments on commit 8d357d7

Please sign in to comment.