We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0beb48c commit 62f4343Copy full SHA for 62f4343
pom.xml
@@ -2,7 +2,7 @@
2
<modelVersion>4.0.0</modelVersion>
3
<groupId>se.bjurr.gitchangelog</groupId>
4
<artifactId>git-changelog-maven-plugin</artifactId>
5
- <version>2.2.3-SNAPSHOT</version>
+ <version>2.2.3</version>
6
<packaging>maven-plugin</packaging>
7
<name>git-changelog-maven-plugin</name>
8
<description>Maven plugin that can generate a changelog from git repo.</description>
@@ -12,7 +12,7 @@
12
<scm>
13
<developerConnection>scm:git:git@github.com:tomasbjerre/git-changelog-maven-plugin.git</developerConnection>
14
<url>https://github.com/tomasbjerre/git-changelog-maven-plugin</url>
15
- <tag>git-changelog-maven-plugin-1.92.2</tag>
+ <tag>git-changelog-maven-plugin-2.2.3</tag>
16
</scm>
17
18
<distributionManagement>
0 commit comments