Skip to content

Commit be2f267

Browse files
committed
using latest version in example
1 parent f34ecc3 commit be2f267

13 files changed

+550
-1
lines changed

CHANGELOG.md

+64
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,70 @@
22

33
Changelog of Git Changelog Maven plugin.
44

5+
## 1.55
6+
### No issue
7+
8+
**git-changelog-lib 1.82**
9+
10+
11+
[9e884dfdc1908c4](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/9e884dfdc1908c4) Tomas Bjerre *2018-09-13 07:18:27*
12+
13+
**docs: Updates README.md to improve readability**
14+
15+
16+
[8baa9563c819a8e](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/8baa9563c819a8e) Lennon Jesus *2018-03-16 14:32:13*
17+
18+
19+
## 1.53
20+
### Jira JENKINS-19994
21+
22+
**Closing RevWalk JENKINS-19994**
23+
24+
25+
[3f33391abf0be4f](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/3f33391abf0be4f) Tomas Bjerre *2017-12-30 20:21:25*
26+
27+
28+
### No issue
29+
30+
**Doc**
31+
32+
33+
[db94647868f8973](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/db94647868f8973) Tomas Bjerre *2017-12-19 12:31:16*
34+
35+
36+
## 1.52
37+
### No issue
38+
39+
**Description available for Jira issues**
40+
41+
42+
[656f149552256d7](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/656f149552256d7) Tomas Bjerre *2017-12-19 11:45:02*
43+
44+
**Doc**
45+
46+
47+
[b52fbcfcf323dcd](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/b52fbcfcf323dcd) Tomas Bjerre *2017-12-19 11:22:00*
48+
49+
50+
## 1.51
51+
### No issue
52+
53+
**Description available for Jira issues**
54+
55+
56+
[d3628277e5388e6](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/d3628277e5388e6) Tomas Bjerre *2017-12-19 11:17:26*
57+
58+
**Adjusting to Bintray**
59+
60+
61+
[837132aa2c02a36](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/837132aa2c02a36) Tomas Bjerre *2017-12-19 11:17:26*
62+
63+
**Doc**
64+
65+
66+
[8756c3643a70fe9](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/8756c3643a70fe9) Tomas Bjerre *2017-11-19 12:25:21*
67+
68+
569
## 1.50
670
### GitHub [#9](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/9) Issue when using removeIssueFromMessage and settingFile
771

build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
22
mvn clean install eclipse:eclipse || exit 1
33
cd git-changelog-maven-plugin-example
4+
mvn versions:update-properties -DallowSnapshots=true
45
mvn clean generate-sources -e -DGITHUB_OAUTH2TOKEN=$GITHUB_OAUTH2TOKEN || exit 1
56
cp CHANGELOG.md ..

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

+64
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,70 @@
22

33
Changelog of Git Changelog Maven plugin.
44

5+
## 1.55
6+
### No issue
7+
8+
**git-changelog-lib 1.82**
9+
10+
11+
[9e884dfdc1908c4](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/9e884dfdc1908c4) Tomas Bjerre *2018-09-13 07:18:27*
12+
13+
**docs: Updates README.md to improve readability**
14+
15+
16+
[8baa9563c819a8e](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/8baa9563c819a8e) Lennon Jesus *2018-03-16 14:32:13*
17+
18+
19+
## 1.53
20+
### Jira JENKINS-19994
21+
22+
**Closing RevWalk JENKINS-19994**
23+
24+
25+
[3f33391abf0be4f](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/3f33391abf0be4f) Tomas Bjerre *2017-12-30 20:21:25*
26+
27+
28+
### No issue
29+
30+
**Doc**
31+
32+
33+
[db94647868f8973](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/db94647868f8973) Tomas Bjerre *2017-12-19 12:31:16*
34+
35+
36+
## 1.52
37+
### No issue
38+
39+
**Description available for Jira issues**
40+
41+
42+
[656f149552256d7](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/656f149552256d7) Tomas Bjerre *2017-12-19 11:45:02*
43+
44+
**Doc**
45+
46+
47+
[b52fbcfcf323dcd](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/b52fbcfcf323dcd) Tomas Bjerre *2017-12-19 11:22:00*
48+
49+
50+
## 1.51
51+
### No issue
52+
53+
**Description available for Jira issues**
54+
55+
56+
[d3628277e5388e6](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/d3628277e5388e6) Tomas Bjerre *2017-12-19 11:17:26*
57+
58+
**Adjusting to Bintray**
59+
60+
61+
[837132aa2c02a36](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/837132aa2c02a36) Tomas Bjerre *2017-12-19 11:17:26*
62+
63+
**Doc**
64+
65+
66+
[8756c3643a70fe9](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/8756c3643a70fe9) Tomas Bjerre *2017-11-19 12:25:21*
67+
68+
569
## 1.50
670
### GitHub [#9](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/9) Issue when using removeIssueFromMessage and settingFile
771

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

+36
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,42 @@
22

33
Changelog of Git Changelog Maven plugin.
44

5+
## git-changelog-maven-plugin-1.55
6+
### No issue /
7+
git-changelog-lib 1.82
8+
9+
docs: Updates README.md to improve readability
10+
11+
12+
13+
## git-changelog-maven-plugin-1.53
14+
### Jira /
15+
Closing RevWalk JENKINS-19994
16+
17+
18+
### No issue /
19+
Doc
20+
21+
22+
23+
## git-changelog-maven-plugin-1.52
24+
### No issue /
25+
Description available for Jira issues
26+
27+
Doc
28+
29+
30+
31+
## git-changelog-maven-plugin-1.51
32+
### No issue /
33+
Description available for Jira issues
34+
35+
Adjusting to Bintray
36+
37+
Doc
38+
39+
40+
541
## git-changelog-maven-plugin-1.50
642
### GitHub [#9](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/9) Issue when using removeIssueFromMessage and settingFile
743
Defaulting ignoreCommitsWithoutIssue #9

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

+36
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,42 @@
22

33
Changelog of Git Changelog Maven plugin.
44

5+
## git-changelog-maven-plugin-1.55
6+
### No issue
7+
git-changelog-lib 1.82 *2018-09-13 07:18:27*
8+
9+
docs: Updates README.md to improve readability *2018-03-16 14:32:13*
10+
11+
12+
13+
## git-changelog-maven-plugin-1.53
14+
### Jira
15+
Closing RevWalk JENKINS-19994 *2017-12-30 20:21:25*
16+
17+
18+
### No issue
19+
Doc *2017-12-19 12:31:16*
20+
21+
22+
23+
## git-changelog-maven-plugin-1.52
24+
### No issue
25+
Description available for Jira issues *2017-12-19 11:45:02*
26+
27+
Doc *2017-12-19 11:22:00*
28+
29+
30+
31+
## git-changelog-maven-plugin-1.51
32+
### No issue
33+
Description available for Jira issues *2017-12-19 11:17:26*
34+
35+
Adjusting to Bintray *2017-12-19 11:17:26*
36+
37+
Doc *2017-11-19 12:25:21*
38+
39+
40+
541
## git-changelog-maven-plugin-1.50
642
### GitHub
743
Defaulting ignoreCommitsWithoutIssue #9 *2017-11-18 12:49:36*

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

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Changelog of Git Changelog Maven plugin.
44

5+
## git-changelog-maven-plugin-1.53
6+
### Jira
7+
Closing RevWalk JENKINS-19994 *2017-12-30 20:21:25*
8+
9+
10+
511
## git-changelog-maven-plugin-1.50
612
### GitHub
713
Defaulting ignoreCommitsWithoutIssue #9 *2017-11-18 12:49:36*

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

+55
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,61 @@
22

33
Changelog of Git Changelog Maven plugin.
44

5+
## git-changelog-maven-plugin-1.55
6+
### No issue
7+
8+
[9e884dfdc1908c4](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/9e884dfdc1908c4) Tomas Bjerre *2018-09-13 07:18:27*
9+
10+
git-changelog-lib 1.82
11+
12+
[8baa9563c819a8e](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/8baa9563c819a8e) Lennon Jesus *2018-03-16 14:32:13*
13+
14+
docs: Updates README.md to improve readability
15+
16+
17+
## git-changelog-maven-plugin-1.53
18+
### Jira
19+
20+
[3f33391abf0be4f](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/3f33391abf0be4f) Tomas Bjerre *2017-12-30 20:21:25*
21+
22+
Closing RevWalk JENKINS-19994
23+
24+
25+
### No issue
26+
27+
[db94647868f8973](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/db94647868f8973) Tomas Bjerre *2017-12-19 12:31:16*
28+
29+
Doc
30+
31+
32+
## git-changelog-maven-plugin-1.52
33+
### No issue
34+
35+
[656f149552256d7](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/656f149552256d7) Tomas Bjerre *2017-12-19 11:45:02*
36+
37+
Description available for Jira issues
38+
39+
[b52fbcfcf323dcd](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/b52fbcfcf323dcd) Tomas Bjerre *2017-12-19 11:22:00*
40+
41+
Doc
42+
43+
44+
## git-changelog-maven-plugin-1.51
45+
### No issue
46+
47+
[d3628277e5388e6](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/d3628277e5388e6) Tomas Bjerre *2017-12-19 11:17:26*
48+
49+
Description available for Jira issues
50+
51+
[837132aa2c02a36](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/837132aa2c02a36) Tomas Bjerre *2017-12-19 11:17:26*
52+
53+
Adjusting to Bintray
54+
55+
[8756c3643a70fe9](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/8756c3643a70fe9) Tomas Bjerre *2017-11-19 12:25:21*
56+
57+
Doc
58+
59+
560
## git-changelog-maven-plugin-1.50
661
### GitHub [#9](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/9) Issue when using removeIssueFromMessage and settingFile
762

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

+64
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,70 @@
22

33
Changelog of Git Changelog Maven plugin.
44

5+
## 1.55
6+
### No issue
7+
8+
**git-changelog-lib 1.82**
9+
10+
11+
[9e884dfdc1908c4](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/9e884dfdc1908c4) Tomas Bjerre *2018-09-13 07:18:27*
12+
13+
**docs: Updates README.md to improve readability**
14+
15+
16+
[8baa9563c819a8e](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/8baa9563c819a8e) Lennon Jesus *2018-03-16 14:32:13*
17+
18+
19+
## 1.53
20+
### Jira JENKINS-19994
21+
22+
**Closing RevWalk JENKINS-19994**
23+
24+
25+
[3f33391abf0be4f](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/3f33391abf0be4f) Tomas Bjerre *2017-12-30 20:21:25*
26+
27+
28+
### No issue
29+
30+
**Doc**
31+
32+
33+
[db94647868f8973](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/db94647868f8973) Tomas Bjerre *2017-12-19 12:31:16*
34+
35+
36+
## 1.52
37+
### No issue
38+
39+
**Description available for Jira issues**
40+
41+
42+
[656f149552256d7](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/656f149552256d7) Tomas Bjerre *2017-12-19 11:45:02*
43+
44+
**Doc**
45+
46+
47+
[b52fbcfcf323dcd](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/b52fbcfcf323dcd) Tomas Bjerre *2017-12-19 11:22:00*
48+
49+
50+
## 1.51
51+
### No issue
52+
53+
**Description available for Jira issues**
54+
55+
56+
[d3628277e5388e6](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/d3628277e5388e6) Tomas Bjerre *2017-12-19 11:17:26*
57+
58+
**Adjusting to Bintray**
59+
60+
61+
[837132aa2c02a36](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/837132aa2c02a36) Tomas Bjerre *2017-12-19 11:17:26*
62+
63+
**Doc**
64+
65+
66+
[8756c3643a70fe9](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/8756c3643a70fe9) Tomas Bjerre *2017-11-19 12:25:21*
67+
68+
569
## 1.50
670
### GitHub [#9](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/9) Issue when using removeIssueFromMessage and settingFile
771

0 commit comments

Comments
 (0)