Skip to content

Commit d8e6e55

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent bb28378 commit d8e6e55

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.7.2</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.7.2</revision>
17+
<revision>1.7.3</revision>
1818
<changelist>-SNAPSHOT</changelist>
1919
<jenkins.version>2.361.4</jenkins.version>
2020
<spotbugs.effort>Max</spotbugs.effort>
@@ -56,7 +56,7 @@
5656
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
5757
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
5858
<url>https://github.com/${gitHubRepo}</url>
59-
<tag>gitlab-plugin-1.7.2</tag>
59+
<tag>${scmTag}</tag>
6060
</scm>
6161
<!-- get every artifact through repo.jenkins-ci.org, which proxies all the artifacts that we need -->
6262
<repositories>

0 commit comments

Comments
 (0)