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