We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1749e06 commit cd44809Copy full SHA for cd44809
pom.xml
@@ -27,7 +27,7 @@
27
28
<groupId>org.jenkins-ci.plugins</groupId>
29
<artifactId>plugin</artifactId>
30
- <version>5.3</version>
+ <version>5.4-SNAPSHOT</version>
31
<packaging>pom</packaging>
32
33
<name>Jenkins Plugin Parent POM</name>
@@ -37,7 +37,7 @@
37
<scm>
38
<connection>scm:git:https://github.com/jenkinsci/plugin-pom.git</connection>
39
<developerConnection>scm:git:[email protected]:jenkinsci/plugin-pom.git</developerConnection>
40
- <tag>plugin-5.3</tag>
+ <tag>HEAD</tag>
41
<url>https://github.com/jenkinsci/plugin-pom</url>
42
</scm>
43
0 commit comments