Skip to content

Commit 038e086

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent cd1a1af commit 038e086

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
@@ -10,7 +10,7 @@
1010

1111
<groupId>com.sonyericsson.hudson.plugins.gerrit</groupId>
1212
<artifactId>gerrit-trigger</artifactId>
13-
<version>2.41.1</version>
13+
<version>${revision}${changelist}</version>
1414
<packaging>hpi</packaging>
1515
<name>Gerrit Trigger</name>
1616
<description>Integrates with Gerrit code review.</description>
@@ -55,7 +55,7 @@
5555

5656
<properties>
5757
<jenkins.version>2.426.3</jenkins.version>
58-
<revision>2.41.1</revision>
58+
<revision>2.41.2</revision>
5959
<changelist>-SNAPSHOT</changelist>
6060
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
6161
<!--<java.level>8</java.level>-->
@@ -372,6 +372,6 @@
372372
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
373373
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
374374
<url>https://github.com/${gitHubRepo}</url>
375-
<tag>gerrit-trigger-2.41.1</tag>
375+
<tag>${scmTag}</tag>
376376
</scm>
377377
</project>

0 commit comments

Comments
 (0)