Skip to content

Commit ead9a34

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 580f578 commit ead9a34

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
@@ -17,15 +17,15 @@
1717
</licenses>
1818

1919
<artifactId>git</artifactId>
20-
<version>4.2.2</version>
20+
<version>${revision}${changelist}</version>
2121
<packaging>hpi</packaging>
2222
<name>Jenkins Git plugin</name>
2323
<description>Integrates Jenkins with Git SCM</description>
2424
<url>https://github.com/jenkinsci/git-plugin/blob/master/README.adoc</url>
2525
<inceptionYear>2007</inceptionYear>
2626

2727
<properties>
28-
<revision>4.2.2</revision>
28+
<revision>4.3.0</revision>
2929
<changelist>-SNAPSHOT</changelist>
3030
<jenkins.version>2.138.4</jenkins.version>
3131
<java.level>8</java.level>
@@ -289,7 +289,7 @@
289289
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
290290
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
291291
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
292-
<tag>git-4.2.2</tag>
292+
<tag>${scmTag}</tag>
293293
</scm>
294294

295295
<pluginRepositories>

0 commit comments

Comments
 (0)