Skip to content

Commit ca0612e

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent c8d96c2 commit ca0612e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>git</artifactId>
13-
<version>5.5.0</version>
13+
<version>${revision}${changelist}</version>
1414
<packaging>hpi</packaging>
1515
<name>Git plugin</name>
1616
<url>https://github.com/${gitHubRepo}</url>
@@ -56,12 +56,12 @@
5656
<scm>
5757
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
5858
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
59-
<tag>git-5.5.0</tag>
59+
<tag>${scmTag}</tag>
6060
<url>https://github.com/${gitHubRepo}</url>
6161
</scm>
6262

6363
<properties>
64-
<revision>5.4.2</revision>
64+
<revision>5.5.1</revision>
6565
<changelist>-SNAPSHOT</changelist>
6666
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
6767
<jenkins.baseline>2.440</jenkins.baseline>

0 commit comments

Comments
 (0)