Skip to content

Commit 6a65a86

Browse files
committed
Lib 1.45
1 parent 6233c51 commit 6a65a86

10 files changed

+71
-1
lines changed

CHANGELOG.md

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

33
Changelog of Git Changelog Maven plugin.
44

5+
## Unreleased
6+
### No issue
7+
8+
**doc**
9+
10+
11+
[6233c51dc3f4396](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/6233c51dc3f4396) Tomas Bjerre *2016-04-12 16:55:58*
12+
13+
514
## 1.28
615
### Jira JENKINS-34155
716

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

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

33
Changelog of Git Changelog Maven plugin.
44

5+
## Unreleased
6+
### No issue
7+
8+
**doc**
9+
10+
11+
[6233c51dc3f4396](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/6233c51dc3f4396) Tomas Bjerre *2016-04-12 16:55:58*
12+
13+
514
## 1.28
615
### Jira JENKINS-34155
716

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

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

33
Changelog of Git Changelog Maven plugin.
44

5+
## Unreleased
6+
### No issue /
7+
doc
8+
9+
10+
511
## git-changelog-maven-plugin-1.28
612
### Jira /
713
JENKINS-34155 Support short SHA

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

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

33
Changelog of Git Changelog Maven plugin.
44

5+
## Unreleased
6+
### No issue
7+
8+
[6233c51dc3f4396](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/6233c51dc3f4396) Tomas Bjerre *2016-04-12 16:55:58*
9+
10+
doc
11+
12+
513
## git-changelog-maven-plugin-1.28
614
### Jira
715

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

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

33
Changelog of Git Changelog Maven plugin.
44

5+
## Unreleased
6+
### No issue
7+
8+
**doc**
9+
10+
11+
[6233c51dc3f4396](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/6233c51dc3f4396) Tomas Bjerre *2016-04-12 16:55:58*
12+
13+
514
## 1.28
615
### Jira JENKINS-34155
716

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

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

33
Changelog of Git Changelog Maven plugin.
44

5+
## Unreleased
6+
### No issue
7+
8+
**doc**
9+
10+
11+
[6233c51dc3f4396](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/6233c51dc3f4396) Tomas Bjerre *2016-04-12 16:55:58*
12+
13+
514
## git-changelog-maven-plugin-1.28
615
### Jira JENKINS-34155
716

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

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Changelog of Git Changelog Maven plugin.
88

99

1010
### These commits have not issue in their commit comment
11+
doc *16:55:58*
12+
1113
doc *09:12:52*
1214

1315
Lib 1.43, Parsing commits, oldest first *09:10:57*

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

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

33
Changelog of Git Changelog Maven plugin.
44

5+
## Next release
6+
### Other changes
7+
8+
**doc**
9+
10+
11+
[6233c51dc3f4396](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/6233c51dc3f4396) Tomas Bjerre *2016-04-12 16:55:58*
12+
13+
514
## 1.28
615
### Jira JENKINS-34155
716

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

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

33
Changelog of Git Changelog Maven plugin.
44

5+
## Unreleased
6+
### No issue
7+
8+
**doc**
9+
10+
11+
[6233c51dc3f4396](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/6233c51dc3f4396) Tomas Bjerre *2016-04-12 16:55:58*
12+
13+
514
## 1.28
615
### Jira JENKINS-34155
716

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

0 commit comments

Comments
 (0)