Skip to content

Commit 37a58ce

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 26e3742 commit 37a58ce

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
@@ -16,15 +16,15 @@
1616
</licenses>
1717

1818
<artifactId>git</artifactId>
19-
<version>4.0.0-beta11</version>
19+
<version>${revision}${changelist}</version>
2020
<packaging>hpi</packaging>
2121
<name>Jenkins Git plugin</name>
2222
<description>Integrates Jenkins with GIT SCM</description>
2323
<url>https://github.com/jenkinsci/git-plugin</url>
2424
<inceptionYear>2007</inceptionYear>
2525

2626
<properties>
27-
<revision>4.0.0-beta11</revision>
27+
<revision>4.0.0-beta12</revision>
2828
<changelist>-SNAPSHOT</changelist>
2929
<jenkins.version>2.138.4</jenkins.version>
3030
<java.level>8</java.level>
@@ -319,7 +319,7 @@
319319
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
320320
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
321321
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
322-
<tag>git-4.0.0-beta11</tag>
322+
<tag>${scmTag}</tag>
323323
</scm>
324324

325325
<pluginRepositories>

0 commit comments

Comments
 (0)