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 3186bed commit 2f0fda4Copy full SHA for 2f0fda4
pom.xml
@@ -11,7 +11,7 @@
11
12
<groupId>org.jenkins-ci.plugins</groupId>
13
<artifactId>docker-commons</artifactId>
14
- <version>${revision}${changelist}</version>
+ <version>1.17</version>
15
<packaging>hpi</packaging>
16
17
<name>Docker Commons Plugin</name>
@@ -28,7 +28,7 @@
28
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
29
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
30
<url>http://github.com/jenkinsci/${project.artifactId}-plugin</url>
31
- <tag>${scmTag}</tag>
+ <tag>docker-commons-1.17</tag>
32
</scm>
33
34
<properties>
0 commit comments