Skip to content

Commit 1515ff8

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent fa1e4de commit 1515ff8

12 files changed

+119
-3
lines changed

CHANGELOG.md

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

33
Changelog of Git Changelog Maven plugin.
44

5+
## 1.60
6+
### No issue
7+
8+
**Removing dependency on javax.xml**
9+
10+
11+
[692e73d2f82efbc](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/692e73d2f82efbc) Tomas Bjerre *2019-06-11 17:06:29*
12+
13+
**OpenJDK 11 compatible**
14+
15+
16+
[dddee5c323b5bd4](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/dddee5c323b5bd4) Tomas Bjerre *2019-06-11 16:38:05*
17+
18+
519
## 1.59
620
### No issue
721

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

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

33
Changelog of Git Changelog Maven plugin.
44

5+
## 1.60
6+
### No issue
7+
8+
**Removing dependency on javax.xml**
9+
10+
11+
[692e73d2f82efbc](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/692e73d2f82efbc) Tomas Bjerre *2019-06-11 17:06:29*
12+
13+
**OpenJDK 11 compatible**
14+
15+
16+
[dddee5c323b5bd4](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/dddee5c323b5bd4) Tomas Bjerre *2019-06-11 16:38:05*
17+
18+
519
## 1.59
620
### No issue
721

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

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

33
Changelog of Git Changelog Maven plugin.
44

5+
## git-changelog-maven-plugin-1.60
6+
### No issue /
7+
Removing dependency on javax.xml
8+
9+
OpenJDK 11 compatible
10+
11+
12+
513
## git-changelog-maven-plugin-1.59
614
### No issue /
715
Jira linked issues

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

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

33
Changelog of Git Changelog Maven plugin.
44

5+
## git-changelog-maven-plugin-1.60
6+
### No issue
7+
Removing dependency on javax.xml *2019-06-11 17:06:29*
8+
9+
OpenJDK 11 compatible *2019-06-11 16:38:05*
10+
11+
12+
513
## git-changelog-maven-plugin-1.59
614
### No issue
715
Jira linked issues *2019-01-08 18:10:02*

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

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

33
Changelog of Git Changelog Maven plugin.
44

5+
## git-changelog-maven-plugin-1.60
6+
### No issue
7+
8+
[692e73d2f82efbc](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/692e73d2f82efbc) Tomas Bjerre *2019-06-11 17:06:29*
9+
10+
Removing dependency on javax.xml
11+
12+
[dddee5c323b5bd4](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/dddee5c323b5bd4) Tomas Bjerre *2019-06-11 16:38:05*
13+
14+
OpenJDK 11 compatible
15+
16+
517
## git-changelog-maven-plugin-1.59
618
### No issue
719

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

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

33
Changelog of Git Changelog Maven plugin.
44

5+
## 1.60
6+
### No issue
7+
8+
**Removing dependency on javax.xml**
9+
10+
11+
[692e73d2f82efbc](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/692e73d2f82efbc) Tomas Bjerre *2019-06-11 17:06:29*
12+
13+
**OpenJDK 11 compatible**
14+
15+
16+
[dddee5c323b5bd4](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/dddee5c323b5bd4) Tomas Bjerre *2019-06-11 16:38:05*
17+
18+
519
## 1.59
620
### No issue
721

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

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

33
Changelog of Git Changelog Maven plugin.
44

5+
## git-changelog-maven-plugin-1.60
6+
### No issue
7+
8+
**Removing dependency on javax.xml**
9+
10+
11+
[692e73d2f82efbc](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/692e73d2f82efbc) Tomas Bjerre *2019-06-11 17:06:29*
12+
13+
**OpenJDK 11 compatible**
14+
15+
16+
[dddee5c323b5bd4](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/dddee5c323b5bd4) Tomas Bjerre *2019-06-11 16:38:05*
17+
18+
519
## git-changelog-maven-plugin-1.59
620
### No issue
721

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

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

6161

6262
### These commits have not issue in their commit comment
63+
Removing dependency on javax.xml *17:06:29*
64+
65+
OpenJDK 11 compatible *16:38:05*
66+
6367
Jira linked issues *18:10:02*
6468

6569
Correcting GitLab integration after upgrade *17:52:22*

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

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

33
Changelog of Git Changelog Maven plugin.
44

5+
## 1.60
6+
### Other changes
7+
8+
**Removing dependency on javax.xml**
9+
10+
11+
[692e73d2f82efbc](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/692e73d2f82efbc) Tomas Bjerre *2019-06-11 17:06:29*
12+
13+
**OpenJDK 11 compatible**
14+
15+
16+
[dddee5c323b5bd4](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/dddee5c323b5bd4) Tomas Bjerre *2019-06-11 16:38:05*
17+
18+
519
## 1.59
620
### Other changes
721

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

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

33
Changelog of Git Changelog Maven plugin.
44

5+
## 1.60
6+
### No issue
7+
8+
**Removing dependency on javax.xml**
9+
10+
11+
[692e73d2f82efbc](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/692e73d2f82efbc) Tomas Bjerre *2019-06-11 17:06:29*
12+
13+
**OpenJDK 11 compatible**
14+
15+
16+
[dddee5c323b5bd4](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/dddee5c323b5bd4) Tomas Bjerre *2019-06-11 16:38:05*
17+
18+
519
## 1.59
620
### No issue
721

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1111
<maven.compiler.target>1.6</maven.compiler.target>
1212
<maven.compiler.source>1.6</maven.compiler.source>
13-
<changelog.version>1.60-SNAPSHOT</changelog.version>
13+
<changelog.version>1.61-SNAPSHOT</changelog.version>
1414
</properties>
1515
<build>
1616
<plugins>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>se.bjurr.gitchangelog</groupId>
44
<artifactId>git-changelog-maven-plugin</artifactId>
5-
<version>1.60</version>
5+
<version>1.61-SNAPSHOT</version>
66
<packaging>maven-plugin</packaging>
77
<name>git-changelog-maven-plugin</name>
88
<description>Maven plugin that can generate a changelog from git repo.</description>
@@ -12,7 +12,7 @@
1212
<scm>
1313
<developerConnection>scm:git:git@github.com:tomasbjerre/git-changelog-maven-plugin.git</developerConnection>
1414
<url>https://github.com/tomasbjerre/git-changelog-maven-plugin</url>
15-
<tag>git-changelog-maven-plugin-1.60</tag>
15+
<tag>HEAD</tag>
1616
</scm>
1717

1818
<distributionManagement>

0 commit comments

Comments
 (0)