We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdb55a8 commit 839e090Copy full SHA for 839e090
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.10.0</version>
14
<packaging>hpi</packaging>
15
<name>Docker plugin</name>
16
<description>Provide Cloud Provisioning and other Docker features</description>
@@ -27,7 +27,7 @@
27
<scm>
28
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
29
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
30
- <tag>${scmTag}</tag>
+ <tag>docker-plugin-1.10.0</tag>
31
<url>https://github.com/${gitHubRepo}</url>
32
</scm>
33
0 commit comments