File tree 5 files changed +39
-7
lines changed
git-changelog-maven-plugin-example
5 files changed +39
-7
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,29 @@ Changelog of Git Changelog Maven plugin.
5
5
## Next release
6
6
### Other changes
7
7
8
- [ 85c04660bbf19e0] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/85c04660bbf19e0 ) Tomas Bjerre * 2015-11-23 18:05:46*
8
+ [ 609bc6f032cbafd] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/609bc6f032cbafd ) Tomas Bjerre * 2015-12-01 21:39:44*
9
+
10
+ using lib 1.14
11
+
12
+ [ 14e08993aa542c5] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/14e08993aa542c5 ) Tomas Bjerre * 2015-11-23 22:11:03*
13
+
14
+ doc
15
+
16
+
17
+ ## git-changelog-maven-plugin-1.6
18
+ ### Other changes
19
+
20
+ [ 135375546ad75b9] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/135375546ad75b9 ) Tomas Bjerre * 2015-11-23 21:47:14*
21
+
22
+ using lib 1.13
23
+
24
+ [ f1d3994f5a22fd9] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/f1d3994f5a22fd9 ) Tomas Bjerre * 2015-11-23 18:10:41*
9
25
10
26
doc
11
27
12
28
13
29
## git-changelog-maven-plugin-1.5
14
- ### GitHub [ # 1 ] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/1 ) Update to lates lib version
30
+ ### GitHub
15
31
16
32
[ e613d7724e87254] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/e613d7724e87254 ) Tomas Bjerre * 2015-11-23 18:02:24*
17
33
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.6 </version>
15
+ <version>1.7 </version>
16
16
<executions>
17
17
<execution>
18
18
<id>GenerateGitChangelog</id>
Original file line number Diff line number Diff line change @@ -5,13 +5,29 @@ Changelog of Git Changelog Maven plugin.
5
5
## Next release
6
6
### Other changes
7
7
8
- [ 85c04660bbf19e0] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/85c04660bbf19e0 ) Tomas Bjerre * 2015-11-23 18:05:46*
8
+ [ 609bc6f032cbafd] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/609bc6f032cbafd ) Tomas Bjerre * 2015-12-01 21:39:44*
9
+
10
+ using lib 1.14
11
+
12
+ [ 14e08993aa542c5] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/14e08993aa542c5 ) Tomas Bjerre * 2015-11-23 22:11:03*
13
+
14
+ doc
15
+
16
+
17
+ ## git-changelog-maven-plugin-1.6
18
+ ### Other changes
19
+
20
+ [ 135375546ad75b9] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/135375546ad75b9 ) Tomas Bjerre * 2015-11-23 21:47:14*
21
+
22
+ using lib 1.13
23
+
24
+ [ f1d3994f5a22fd9] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/f1d3994f5a22fd9 ) Tomas Bjerre * 2015-11-23 18:10:41*
9
25
10
26
doc
11
27
12
28
13
29
## git-changelog-maven-plugin-1.5
14
- ### GitHub [ # 1 ] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/1 ) Update to lates lib version
30
+ ### GitHub
15
31
16
32
[ e613d7724e87254] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/e613d7724e87254 ) Tomas Bjerre * 2015-11-23 18:02:24*
17
33
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.6 -SNAPSHOT</version >
19
+ <version >1.7 -SNAPSHOT</version >
20
20
<executions >
21
21
<execution >
22
22
<id >GenerateGitChangelog</id >
Original file line number Diff line number Diff line change 69
69
<dependency >
70
70
<groupId >se.bjurr.gitchangelog</groupId >
71
71
<artifactId >git-changelog-lib</artifactId >
72
- <version >1.13 </version >
72
+ <version >1.14 </version >
73
73
</dependency >
74
74
</dependencies >
75
75
You can’t perform that action at this time.
0 commit comments