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 5479e38 commit eef1776Copy full SHA for eef1776
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.3.0</version>
14
<packaging>hpi</packaging>
15
16
<name>Docker plugin</name>
@@ -196,7 +196,7 @@
196
<connection>scm:git:https://github.com/jenkinsci/docker-plugin.git</connection>
197
<developerConnection>scm:git:ssh://[email protected]/jenkinsci/docker-plugin.git</developerConnection>
198
<url>https://github.com/jenkinsci/docker-plugin</url>
199
- <tag>${scmTag}</tag>
+ <tag>docker-plugin-1.3.0</tag>
200
</scm>
201
202
<repositories>
0 commit comments