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 4e55a95 commit 53e080fCopy full SHA for 53e080f
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
<groupId>org.jenkins-ci.plugins</groupId>
11
<artifactId>docker-swarm</artifactId>
12
- <version>1.11-SNAPSHOT</version>
+ <version>1.11</version>
13
<packaging>hpi</packaging>
14
15
<name>Docker Swarm Plugin</name>
@@ -25,7 +25,7 @@
25
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
26
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
27
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
28
- <tag>HEAD</tag>
+ <tag>docker-swarm-1.11</tag>
29
</scm>
30
<properties>
31
<jenkins.version>2.78</jenkins.version>
0 commit comments