Skip to content

Commit 73985b0

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent ddaeb6b commit 73985b0

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
@@ -24,7 +24,7 @@ limitations under the License.
2424
</parent>
2525

2626
<artifactId>jclouds-jenkins</artifactId>
27-
<version>2.42</version>
27+
<version>${revision}${changelist}</version>
2828
<packaging>hpi</packaging>
2929
<name>Jenkins JClouds plugin</name>
3030
<description>Allows Jenkins to build using Cloud Servers via JClouds</description>
@@ -37,7 +37,7 @@ limitations under the License.
3737
</licenses>
3838

3939
<properties>
40-
<revision>2.42</revision>
40+
<revision>2.43</revision>
4141
<changelist>-SNAPSHOT</changelist>
4242
<test.jenkins.compute.provider>FIXME_PROVIDER</test.jenkins.compute.provider>
4343
<test.jenkins.compute.endpoint />
@@ -117,7 +117,7 @@ limitations under the License.
117117
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
118118
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
119119
<url>https://github.com/${gitHubRepo}</url>
120-
<tag>jclouds-jenkins-2.42</tag>
120+
<tag>${scmTag}</tag>
121121
</scm>
122122

123123
<repositories>

0 commit comments

Comments
 (0)