Skip to content

Commit d18efc5

Browse files
committed
Using lib 1.22
1 parent adc959a commit d18efc5

File tree

3 files changed

+49
-3
lines changed

3 files changed

+49
-3
lines changed

CHANGELOG.md

+24-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,28 @@
33
Changelog of Git Changelog Maven plugin.
44

55
## Next release
6+
### GitHub [#3](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/3) Enhance documentation for changelog.json file
7+
8+
[adc959a530801da](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/adc959a530801da) Tomas Bjerre *2016-01-30 09:22:01*
9+
10+
Documentation
11+
12+
13+
### Other changes
14+
15+
[07ee08286e59ceb](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/07ee08286e59ceb) Tomas Bjerre *2016-01-30 17:36:11*
16+
17+
Using lib 1.22
18+
19+
[75c3bb60f27db98](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/75c3bb60f27db98) Tomas Bjerre *2016-01-28 18:46:14*
20+
21+
Using lib 1.19
22+
23+
24+
## git-changelog-maven-plugin-1.10
625
### GitHub [#2](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/2) Allow for template to be added directly in pom.xml
726

8-
[f2260d8c648971f](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/f2260d8c648971f) Tomas Bjerre *2015-12-20 17:29:08*
27+
[ed405f4ff98b9ec](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/ed405f4ff98b9ec) Tomas Bjerre *2015-12-20 17:29:26*
928

1029
Template can be configured directly in the pom
1130

@@ -130,4 +149,8 @@ doc
130149

131150
Initial
132151

152+
[3c47076c0ecb2de](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/3c47076c0ecb2de) Tomas Bjerre *2015-11-15 13:18:29*
153+
154+
Initial commit
155+
133156

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

+24-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,28 @@
33
Changelog of Git Changelog Maven plugin.
44

55
## Next release
6+
### GitHub [#3](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/3) Enhance documentation for changelog.json file
7+
8+
[adc959a530801da](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/adc959a530801da) Tomas Bjerre *2016-01-30 09:22:01*
9+
10+
Documentation
11+
12+
13+
### Other changes
14+
15+
[07ee08286e59ceb](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/07ee08286e59ceb) Tomas Bjerre *2016-01-30 17:36:11*
16+
17+
Using lib 1.22
18+
19+
[75c3bb60f27db98](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/75c3bb60f27db98) Tomas Bjerre *2016-01-28 18:46:14*
20+
21+
Using lib 1.19
22+
23+
24+
## git-changelog-maven-plugin-1.10
625
### GitHub [#2](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/2) Allow for template to be added directly in pom.xml
726

8-
[f2260d8c648971f](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/f2260d8c648971f) Tomas Bjerre *2015-12-20 17:29:08*
27+
[ed405f4ff98b9ec](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/ed405f4ff98b9ec) Tomas Bjerre *2015-12-20 17:29:26*
928

1029
Template can be configured directly in the pom
1130

@@ -130,4 +149,8 @@ doc
130149

131150
Initial
132151

152+
[3c47076c0ecb2de](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/3c47076c0ecb2de) Tomas Bjerre *2015-11-15 13:18:29*
153+
154+
Initial commit
155+
133156

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.19</version>
72+
<version>1.22</version>
7373
</dependency>
7474
</dependencies>
7575

0 commit comments

Comments
 (0)