File tree 2 files changed +2
-2
lines changed
git-changelog-maven-plugin-example
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Here is and example that will generate a CHANGELOG.md. There is also a running e
12
12
<plugin>
13
13
<groupId>se.bjurr.gitchangelog</groupId>
14
14
<artifactId>git-changelog-maven-plugin</artifactId>
15
- <version>1.0 </version>
15
+ <version>1.1 </version>
16
16
<executions>
17
17
<execution>
18
18
<id>GenerateGitChangelog</id>
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
16
16
<plugin >
17
17
<groupId >se.bjurr.gitchangelog</groupId >
18
18
<artifactId >git-changelog-maven-plugin</artifactId >
19
- <version >1.1 -SNAPSHOT</version >
19
+ <version >1.2 -SNAPSHOT</version >
20
20
<executions >
21
21
<execution >
22
22
<id >GenerateGitChangelog</id >
You can’t perform that action at this time.
0 commit comments