We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e23a91d commit 5041e6fCopy full SHA for 5041e6f
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.19</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.19</tag>
32
</scm>
33
34
<properties>
0 commit comments