Skip to content

Commit 18577d1

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 7dd7758 commit 18577d1

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
@@ -9,7 +9,7 @@
99
</parent>
1010

1111
<artifactId>git</artifactId>
12-
<version>4.11.3</version>
12+
<version>${revision}${changelist}</version>
1313
<packaging>hpi</packaging>
1414
<name>Git plugin</name>
1515
<description>Integrates Jenkins with Git SCM</description>
@@ -53,12 +53,12 @@
5353
<scm>
5454
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
5555
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
56-
<tag>git-4.11.3</tag>
56+
<tag>${scmTag}</tag>
5757
<url>https://github.com/${gitHubRepo}</url>
5858
</scm>
5959

6060
<properties>
61-
<revision>4.11.3</revision>
61+
<revision>4.11.4</revision>
6262
<changelist>-SNAPSHOT</changelist>
6363
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
6464
<jenkins.version>2.289.1</jenkins.version>

0 commit comments

Comments
 (0)