We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18027e1 commit 4c4cc77Copy full SHA for 4c4cc77
pom.xml
@@ -10,7 +10,7 @@
10
11
<groupId>io.jenkins.docker</groupId>
12
<artifactId>docker-plugin</artifactId>
13
- <version>${revision}${changelist}</version>
+ <version>1.4</version>
14
<packaging>hpi</packaging>
15
<name>Docker plugin</name>
16
<description>Provide Cloud Provisioning and other Docker features</description>
@@ -55,7 +55,7 @@
55
<scm>
56
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
57
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
58
- <tag>${scmTag}</tag>
+ <tag>docker-plugin-1.4</tag>
59
<url>https://github.com/${gitHubRepo}</url>
60
</scm>
61
0 commit comments