We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0887ba commit 0af6800Copy full SHA for 0af6800
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>io.jenkins.plugins</groupId>
5
<artifactId>deploy-dashboard</artifactId>
6
- <version>0.1.0</version>
+ <version>0.1.1-SNAPSHOT</version>
7
<packaging>hpi</packaging>
8
9
<name>Deploy Dashboard Plugin by Namecheap</name>
@@ -49,7 +49,7 @@
49
<connection>scm:git:ssh://github.com/jenkinsci/deploy-dashboard-plugin.git</connection>
50
<developerConnection>scm:git:ssh://[email protected]/jenkinsci/deploy-dashboard-plugin.git</developerConnection>
51
<url>https://github.com/jenkinsci/deploy-dashboard-plugin</url>
52
- <tag>deploy-dashboard-0.1.0</tag>
+ <tag>HEAD</tag>
53
</scm>
54
55
<developers>
0 commit comments