Skip to content

Commit 20e9ca5

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 22aa2ee commit 20e9ca5

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.43</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.43</revision>
40+
<revision>2.44</revision>
4141
<changelist>-SNAPSHOT</changelist>
4242
<test.jenkins.compute.provider>FIXME_PROVIDER</test.jenkins.compute.provider>
4343
<test.jenkins.compute.endpoint />
@@ -121,7 +121,7 @@ limitations under the License.
121121
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
122122
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
123123
<url>https://github.com/${gitHubRepo}</url>
124-
<tag>jclouds-jenkins-2.43</tag>
124+
<tag>${scmTag}</tag>
125125
</scm>
126126

127127
<repositories>

0 commit comments

Comments
 (0)