Skip to content

Commit 98a3570

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 3443c0e commit 98a3570

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>git-client</artifactId>
13-
<version>6.1.1</version>
13+
<version>${revision}${changelist}</version>
1414
<packaging>hpi</packaging>
1515

1616
<name>Jenkins Git client plugin</name>
@@ -48,12 +48,12 @@
4848
<scm>
4949
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
5050
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
51-
<tag>git-client-6.1.1</tag>
51+
<tag>${scmTag}</tag>
5252
<url>https://github.com/${gitHubRepo}</url>
5353
</scm>
5454

5555
<properties>
56-
<revision>6.1.1</revision>
56+
<revision>6.1.2</revision>
5757
<changelist>-SNAPSHOT</changelist>
5858
<!-- Character set tests fail unless file.encoding is set -->
5959
<argLine>-Dfile.encoding=${project.build.sourceEncoding}</argLine>

0 commit comments

Comments
 (0)