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 a36d060 commit eb618b3Copy full SHA for eb618b3
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>kubernetes-cd</artifactId>
13
- <version>0.1.1</version>
+ <version>0.2.0-SNAPSHOT</version>
14
<packaging>hpi</packaging>
15
16
<properties>
@@ -44,7 +44,7 @@
44
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
45
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
46
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
47
- <tag>kubernetes-cd-0.1.1</tag>
+ <tag>HEAD</tag>
48
</scm>
49
50
<repositories>
0 commit comments