Skip to content

Commit 50eabf0

Browse files
committed
using lib 1.14
1 parent 14e0899 commit 50eabf0

File tree

5 files changed

+39
-7
lines changed

5 files changed

+39
-7
lines changed

CHANGELOG.md

+18-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,29 @@ Changelog of Git Changelog Maven plugin.
55
## Next release
66
### Other changes
77

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*
925

1026
doc
1127

1228

1329
## 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
1531

1632
[e613d7724e87254](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/e613d7724e87254) Tomas Bjerre *2015-11-23 18:02:24*
1733

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Here is and example that will generate a CHANGELOG.md. There is also a running e
1212
<plugin>
1313
<groupId>se.bjurr.gitchangelog</groupId>
1414
<artifactId>git-changelog-maven-plugin</artifactId>
15-
<version>1.6</version>
15+
<version>1.7</version>
1616
<executions>
1717
<execution>
1818
<id>GenerateGitChangelog</id>

git-changelog-maven-plugin-example/CHANGELOG.md

+18-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,29 @@ Changelog of Git Changelog Maven plugin.
55
## Next release
66
### Other changes
77

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*
925

1026
doc
1127

1228

1329
## 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
1531

1632
[e613d7724e87254](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/e613d7724e87254) Tomas Bjerre *2015-11-23 18:02:24*
1733

git-changelog-maven-plugin-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
1616
<plugin>
1717
<groupId>se.bjurr.gitchangelog</groupId>
1818
<artifactId>git-changelog-maven-plugin</artifactId>
19-
<version>1.6-SNAPSHOT</version>
19+
<version>1.7-SNAPSHOT</version>
2020
<executions>
2121
<execution>
2222
<id>GenerateGitChangelog</id>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>se.bjurr.gitchangelog</groupId>
7171
<artifactId>git-changelog-lib</artifactId>
72-
<version>1.13</version>
72+
<version>1.14</version>
7373
</dependency>
7474
</dependencies>
7575

0 commit comments

Comments
 (0)