Skip to content

Commit 8b8f0b2

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 2dd9677 commit 8b8f0b2

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
@@ -11,7 +11,7 @@
1111
<artifactId>urltrigger</artifactId>
1212
<packaging>hpi</packaging>
1313
<name>Jenkins URLTrigger Plug-in</name>
14-
<version>0.50</version>
14+
<version>${revision}${changelist}</version>
1515
<url>https://github.com/jenkinsci/urltrigger-plugin</url>
1616

1717
<licenses>
@@ -35,7 +35,7 @@
3535
</developers>
3636

3737
<properties>
38-
<revision>0.50</revision>
38+
<revision>0.51</revision>
3939
<changelist>-SNAPSHOT</changelist>
4040
<gitHubRepo>jenkinsci/urltrigger-plugin</gitHubRepo>
4141
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -54,7 +54,7 @@
5454
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
5555
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
5656
<url>https://github.com/${gitHubRepo}</url>
57-
<tag>urltrigger-0.50</tag>
57+
<tag>${scmTag}</tag>
5858
</scm>
5959

6060
<distributionManagement>

0 commit comments

Comments
 (0)