Skip to content

Commit 0f1a9b8

Browse files
committed
doc
1 parent 9bf9975 commit 0f1a9b8

11 files changed

+110
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ Changelog of Git Changelog Maven plugin.
55
## Unreleased
66
### No issue
77

8+
**doc**
9+
10+
11+
[0d361dc2b11dbff](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/0d361dc2b11dbff) Tomas Bjerre *2017-01-31 21:16:37*
12+
13+
14+
## 1.39
15+
### No issue
16+
17+
**doc**
18+
19+
20+
[be3eaa97605a34a](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/be3eaa97605a34a) Tomas Bjerre *2017-01-31 21:14:43*
21+
822
**Fix fromCommit and fromRef property typo**
923

1024
* The @Parameter annotation had the wrong property name which makes it impossible to provide parameter on command line.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Here is and example that will generate a CHANGELOG.md.
1515
<plugin>
1616
<groupId>se.bjurr.gitchangelog</groupId>
1717
<artifactId>git-changelog-maven-plugin</artifactId>
18-
<version>1.37</version>
18+
<version>1.39</version>
1919
<executions>
2020
<execution>
2121
<id>GenerateGitChangelog</id>

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

+14
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ Changelog of Git Changelog Maven plugin.
55
## Unreleased
66
### No issue
77

8+
**doc**
9+
10+
11+
[0d361dc2b11dbff](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/0d361dc2b11dbff) Tomas Bjerre *2017-01-31 21:16:37*
12+
13+
14+
## 1.39
15+
### No issue
16+
17+
**doc**
18+
19+
20+
[be3eaa97605a34a](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/be3eaa97605a34a) Tomas Bjerre *2017-01-31 21:14:43*
21+
822
**Fix fromCommit and fromRef property typo**
923

1024
* The @Parameter annotation had the wrong property name which makes it impossible to provide parameter on command line.

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

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ Changelog of Git Changelog Maven plugin.
44

55
## Unreleased
66
### No issue /
7+
doc
8+
9+
10+
11+
## git-changelog-maven-plugin-1.39
12+
### No issue /
13+
doc
14+
715
Fix fromCommit and fromRef property typo
816

917
The @Parameter annotation had the wrong property name which makes it impossible to provide parameter on command line.

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

+12
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ Changelog of Git Changelog Maven plugin.
55
## Unreleased
66
### No issue
77

8+
[0d361dc2b11dbff](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/0d361dc2b11dbff) Tomas Bjerre *2017-01-31 21:16:37*
9+
10+
doc
11+
12+
13+
## git-changelog-maven-plugin-1.39
14+
### No issue
15+
16+
[be3eaa97605a34a](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/be3eaa97605a34a) Tomas Bjerre *2017-01-31 21:14:43*
17+
18+
doc
19+
820
[bd8f63938e7fd7c](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/bd8f63938e7fd7c) dunse *2017-01-31 10:51:15*
921

1022
Fix fromCommit and fromRef property typo

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

+14
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ Changelog of Git Changelog Maven plugin.
55
## Unreleased
66
### No issue
77

8+
**doc**
9+
10+
11+
[0d361dc2b11dbff](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/0d361dc2b11dbff) Tomas Bjerre *2017-01-31 21:16:37*
12+
13+
14+
## 1.39
15+
### No issue
16+
17+
**doc**
18+
19+
20+
[be3eaa97605a34a](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/be3eaa97605a34a) Tomas Bjerre *2017-01-31 21:14:43*
21+
822
**Fix fromCommit and fromRef property typo**
923

1024
* The @Parameter annotation had the wrong property name which makes it impossible to provide parameter on command line.

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

+14
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ Changelog of Git Changelog Maven plugin.
55
## Unreleased
66
### No issue
77

8+
**doc**
9+
10+
11+
[0d361dc2b11dbff](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/0d361dc2b11dbff) Tomas Bjerre *2017-01-31 21:16:37*
12+
13+
14+
## git-changelog-maven-plugin-1.39
15+
### No issue
16+
17+
**doc**
18+
19+
20+
[be3eaa97605a34a](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/be3eaa97605a34a) Tomas Bjerre *2017-01-31 21:14:43*
21+
822
**Fix fromCommit and fromRef property typo**
923

1024
* The @Parameter annotation had the wrong property name which makes it impossible to provide parameter on command line.

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

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ Fix fromCommit and fromRef property typo *21:11:26*
1414

1515

1616
### These commits have not issue in their commit comment
17+
doc *21:16:37*
18+
19+
doc *21:14:43*
20+
1721
Fix fromCommit and fromRef property typo
1822

1923
The @Parameter annotation had the wrong property name which makes it impossible to provide parameter on command line. *10:51:15*

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

+14
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ Changelog of Git Changelog Maven plugin.
55
## Next release
66
### Other changes
77

8+
**doc**
9+
10+
11+
[0d361dc2b11dbff](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/0d361dc2b11dbff) Tomas Bjerre *2017-01-31 21:16:37*
12+
13+
14+
## 1.39
15+
### Other changes
16+
17+
**doc**
18+
19+
20+
[be3eaa97605a34a](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/be3eaa97605a34a) Tomas Bjerre *2017-01-31 21:14:43*
21+
822
**Fix fromCommit and fromRef property typo**
923

1024
* The @Parameter annotation had the wrong property name which makes it impossible to provide parameter on command line.

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

+14
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ Changelog of Git Changelog Maven plugin.
55
## Unreleased
66
### No issue
77

8+
**doc**
9+
10+
11+
[0d361dc2b11dbff](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/0d361dc2b11dbff) Tomas Bjerre *2017-01-31 21:16:37*
12+
13+
14+
## 1.39
15+
### No issue
16+
17+
**doc**
18+
19+
20+
[be3eaa97605a34a](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/be3eaa97605a34a) Tomas Bjerre *2017-01-31 21:14:43*
21+
822
**Fix fromCommit and fromRef property typo**
923

1024
* The @Parameter annotation had the wrong property name which makes it impossible to provide parameter on command line.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<plugin>
1717
<groupId>se.bjurr.gitchangelog</groupId>
1818
<artifactId>git-changelog-maven-plugin</artifactId>
19-
<version>1.39-SNAPSHOT</version>
19+
<version>1.40-SNAPSHOT</version>
2020
<executions>
2121
<!-- Minimal config // -->
2222
<execution>

0 commit comments

Comments
 (0)