Skip to content

Commit 33d4f4c

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 784d6f6 commit 33d4f4c

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>5.0.0</version>
13+
<version>${revision}${changelist}</version>
1414
<packaging>hpi</packaging>
1515

1616
<name>Jenkins Git client plugin</name>
@@ -53,12 +53,12 @@
5353
<scm>
5454
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
5555
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
56-
<tag>git-client-5.0.0</tag>
56+
<tag>${scmTag}</tag>
5757
<url>https://github.com/${gitHubRepo}</url>
5858
</scm>
5959

6060
<properties>
61-
<revision>5.0.0</revision>
61+
<revision>5.0.1</revision>
6262
<changelist>-SNAPSHOT</changelist>
6363
<!-- Character set tests fail unless file.encoding is set -->
6464
<argLine>-Dfile.encoding=${project.build.sourceEncoding}</argLine>

0 commit comments

Comments
 (0)