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 e2bce75 commit 5cea386Copy full SHA for 5cea386
pom.xml
@@ -22,7 +22,7 @@
22
23
<groupId>de.wellnerbou.jenkins</groupId>
24
<artifactId>git-changelog</artifactId>
25
- <version>3.43-SNAPSHOT</version>
+ <version>3.43</version>
26
<packaging>hpi</packaging>
27
28
<name>Git Changelog</name>
@@ -126,7 +126,7 @@
126
<connection>scm:git:https://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
127
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
128
<url>git@github.com:jenkinsci/${project.artifactId}-plugin</url>
129
- <tag>HEAD</tag>
+ <tag>git-changelog-3.43</tag>
130
</scm>
131
132
<repositories>
0 commit comments