We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dbb965 commit cf8dbaaCopy full SHA for cf8dbaa
pom.xml
@@ -19,7 +19,7 @@
19
20
<groupId>de.wellnerbou.jenkins</groupId>
21
<artifactId>git-changelog</artifactId>
22
- <version>3.41</version>
+ <version>3.42-SNAPSHOT</version>
23
<packaging>hpi</packaging>
24
25
<name>Git Changelog</name>
@@ -123,7 +123,7 @@
123
<connection>scm:git:https://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
124
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
125
<url>[email protected]:jenkinsci/${project.artifactId}-plugin</url>
126
- <tag>git-changelog-3.41</tag>
+ <tag>HEAD</tag>
127
</scm>
128
129
<repositories>
0 commit comments