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 7a09683 commit 7286871Copy full SHA for 7286871
pom.xml
@@ -8,7 +8,7 @@
8
9
<groupId>org.csanchez.jenkins.plugins</groupId>
10
<artifactId>kubernetes</artifactId>
11
- <version>0.5-SNAPSHOT</version>
+ <version>0.4.1</version>
12
<name>Kubernetes plugin</name>
13
<description>Jenkins plugin to run dynamic slaves in a Kubernetes/Docker environment</description>
14
<packaging>hpi</packaging>
@@ -18,7 +18,7 @@
18
<connection>scm:git:ssh://github.com/jenkinsci/kubernetes-plugin.git</connection>
19
<developerConnection>scm:git:ssh://[email protected]/jenkinsci/kubernetes-plugin.git</developerConnection>
20
<url>https://github.com/jenkinsci/kubernetes-plugin</url>
21
- <tag>HEAD</tag>
+ <tag>kubernetes-0.4.1</tag>
22
</scm>
23
24
<developers>
0 commit comments