Skip to content

Commit 267f5a0

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent e548722 commit 267f5a0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>io.jenkins.docker</groupId>
1212
<artifactId>docker-plugin</artifactId>
13-
<version>1.6.1</version>
13+
<version>${revision}${changelist}</version>
1414
<packaging>hpi</packaging>
1515
<name>Docker plugin</name>
1616
<description>Provide Cloud Provisioning and other Docker features</description>
@@ -55,12 +55,12 @@
5555
<scm>
5656
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
5757
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
58-
<tag>docker-plugin-1.6.1</tag>
58+
<tag>${scmTag}</tag>
5959
<url>https://github.com/${gitHubRepo}</url>
6060
</scm>
6161

6262
<properties>
63-
<revision>1.7</revision>
63+
<revision>1.6.2</revision>
6464
<changelist>-SNAPSHOT</changelist>
6565
<jenkins.version>2.440.1</jenkins.version>
6666
<gitHubRepo>jenkinsci/docker-plugin</gitHubRepo>

0 commit comments

Comments
 (0)