We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1d3994 commit 1353755Copy full SHA for 1353755
git-changelog-maven-plugin-example/pom.xml
@@ -16,7 +16,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
16
<plugin>
17
<groupId>se.bjurr.gitchangelog</groupId>
18
<artifactId>git-changelog-maven-plugin</artifactId>
19
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
20
<executions>
21
<execution>
22
<id>GenerateGitChangelog</id>
pom.xml
@@ -69,7 +69,7 @@
69
<dependency>
70
71
<artifactId>git-changelog-lib</artifactId>
72
- <version>1.12</version>
+ <version>1.13</version>
73
</dependency>
74
</dependencies>
75
0 commit comments