Skip to content

Commit e613d77

Browse files
committed
Using lib 1.12 #1
1 parent a6ff663 commit e613d77

File tree

6 files changed

+24
-6
lines changed

6 files changed

+24
-6
lines changed

CHANGELOG.md

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

55
## Next release
6+
### GitHub [#1](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/1) Update to lates lib version
7+
8+
[f8ba40cba648090](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/f8ba40cba648090) Tomas Bjerre *2015-11-23 18:02:04*
9+
10+
Using lib 1.12
11+
12+
13+
## git-changelog-maven-plugin-1.4
614
### Other changes
715

8-
[39bef1504d88a8d](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/39bef1504d88a8d) Tomas Bjerre *2015-11-21 14:28:02*
16+
[d4f9cc4537e271a](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/d4f9cc4537e271a) Tomas Bjerre *2015-11-21 14:28:16*
917

1018
lib 1.10
1119

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

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

55
## Next release
6+
### GitHub [#1](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/1) Update to lates lib version
7+
8+
[f8ba40cba648090](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/f8ba40cba648090) Tomas Bjerre *2015-11-23 18:02:04*
9+
10+
Using lib 1.12
11+
12+
13+
## git-changelog-maven-plugin-1.4
614
### Other changes
715

8-
[39bef1504d88a8d](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/39bef1504d88a8d) Tomas Bjerre *2015-11-21 14:28:02*
16+
[d4f9cc4537e271a](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/d4f9cc4537e271a) Tomas Bjerre *2015-11-21 14:28:16*
917

1018
lib 1.10
1119

git-changelog-maven-plugin-example/changelog.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@
1414
"jiraServer": "https://jiraserver/jira",
1515
"jiraIssuePattern": "\\b[a-zA-Z]([a-zA-Z]+)-([0-9]+)\\b",
1616

17+
"gitHubApi": "https://api.github.com/repos/tomasbjerre/git-changelog-maven-plugin",
18+
"gitHubIssuePattern": "#([0-9]+)",
19+
1720
"customIssues": [
18-
{ "name": "Github", "pattern": "#([0-9]+)", "link": "https://github.com/tomasbjerre/git-changelog-lib/issues/${PATTERN_GROUP_1}" },
1921
{ "name": "Bugs", "pattern": "#bug" },
2022
{ "name": "Features", "pattern": "#feature" }
2123
]

git-changelog-maven-plugin-example/changelog.mustache

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Changelog of Git Changelog Maven plugin.
66
## {{name}}
77
{{#issues}}
88
{{#hasLink}}
9-
### {{name}} [{{issue}}]({{link}})
9+
### {{name}} [{{issue}}]({{link}}) {{title}}
1010
{{/hasLink}}
1111
{{^hasLink}}
1212
### {{name}}

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.4-SNAPSHOT</version>
19+
<version>1.5-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.10</version>
72+
<version>1.12</version>
7373
</dependency>
7474
</dependencies>
7575

0 commit comments

Comments
 (0)