Skip to content

Commit f71460e

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 82bab84 commit f71460e

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
@@ -8,13 +8,13 @@
88
<relativePath />
99
</parent>
1010
<artifactId>gitlab-plugin</artifactId>
11-
<version>1.5.29</version>
11+
<version>${revision}${changelist}</version>
1212
<name>GitLab Plugin</name>
1313
<url>https://github.com/jenkinsci/${project.artifactId}</url>
1414
<packaging>hpi</packaging>
1515

1616
<properties>
17-
<revision>1.5.29</revision>
17+
<revision>1.5.30</revision>
1818
<changelist>-SNAPSHOT</changelist>
1919
<java.level>8</java.level>
2020
<jenkins.version>2.289.3</jenkins.version>
@@ -57,7 +57,7 @@
5757
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
5858
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
5959
<url>https://github.com/${gitHubRepo}</url>
60-
<tag>gitlab-plugin-1.5.29</tag>
60+
<tag>${scmTag}</tag>
6161
</scm>
6262
<!-- get every artifact through repo.jenkins-ci.org, which proxies all the artifacts that we need -->
6363
<repositories>

0 commit comments

Comments
 (0)