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 d1e11ed commit 4a4d4dcCopy full SHA for 4a4d4dc
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
11
<artifactId>changelog-generator</artifactId>
12
- <version>1.0.5-SNAPSHOT</version>
+ <version>1.0.5</version>
13
<packaging>jar</packaging>
14
15
<name>Changelog Generator</name>
@@ -23,7 +23,7 @@
23
<connection>scm:git:https://github.com/kiwiproject/kiwiproject-changelog.git</connection>
24
<developerConnection>scm:git:git@github.com:kiwiproject/kiwiproject-changelog.git</developerConnection>
25
<url>https://github.com/kiwiproject/kiwiproject-changelog</url>
26
- <tag>HEAD</tag>
+ <tag>v1.0.5</tag>
27
</scm>
28
29
<properties>
0 commit comments