Skip to content

Commit fea4aad

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 15312d3 commit fea4aad

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.4.0</version>
13+
<version>${revision}${changelist}</version>
1414
<packaging>hpi</packaging>
1515
<name>Git plugin</name>
1616
<url>https://github.com/${gitHubRepo}</url>
@@ -64,12 +64,12 @@
6464
<scm>
6565
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
6666
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
67-
<tag>git-5.4.0</tag>
67+
<tag>${scmTag}</tag>
6868
<url>https://github.com/${gitHubRepo}</url>
6969
</scm>
7070

7171
<properties>
72-
<revision>5.3.1</revision>
72+
<revision>5.4.1</revision>
7373
<changelist>-SNAPSHOT</changelist>
7474
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
7575
<jenkins.baseline>2.440</jenkins.baseline>

0 commit comments

Comments
 (0)