File tree 5 files changed +27
-3
lines changed
git-changelog-maven-plugin-example
5 files changed +27
-3
lines changed Original file line number Diff line number Diff line change 3
3
Changelog of Git Changelog Maven plugin.
4
4
5
5
## Next release
6
+ ### Other changes
7
+
8
+ [ 39bef1504d88a8d] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/39bef1504d88a8d ) Tomas Bjerre * 2015-11-21 14:28:02*
9
+
10
+ lib 1.10
11
+
12
+
13
+ ## git-changelog-maven-plugin-1.3
6
14
### Features
7
15
16
+ [ 2978ebcdea32319] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/2978ebcdea32319 ) Tomas Bjerre * 2015-11-20 22:06:29*
17
+
18
+ lib 1.9
19
+
8
20
[ 45a4cab1ba3ba3b] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/45a4cab1ba3ba3b ) Tomas Bjerre * 2015-11-18 19:52:35*
9
21
10
22
Setting exampe version to 1.2
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Here is and example that will generate a CHANGELOG.md. There is also a running e
12
12
<plugin>
13
13
<groupId>se.bjurr.gitchangelog</groupId>
14
14
<artifactId>git-changelog-maven-plugin</artifactId>
15
- <version>1.3 </version>
15
+ <version>1.4 </version>
16
16
<executions>
17
17
<execution>
18
18
<id>GenerateGitChangelog</id>
Original file line number Diff line number Diff line change 3
3
Changelog of Git Changelog Maven plugin.
4
4
5
5
## Next release
6
+ ### Other changes
7
+
8
+ [ 39bef1504d88a8d] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/39bef1504d88a8d ) Tomas Bjerre * 2015-11-21 14:28:02*
9
+
10
+ lib 1.10
11
+
12
+
13
+ ## git-changelog-maven-plugin-1.3
6
14
### Features
7
15
16
+ [ 2978ebcdea32319] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/2978ebcdea32319 ) Tomas Bjerre * 2015-11-20 22:06:29*
17
+
18
+ lib 1.9
19
+
8
20
[ 45a4cab1ba3ba3b] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/45a4cab1ba3ba3b ) Tomas Bjerre * 2015-11-18 19:52:35*
9
21
10
22
Setting exampe version to 1.2
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
16
16
<plugin >
17
17
<groupId >se.bjurr.gitchangelog</groupId >
18
18
<artifactId >git-changelog-maven-plugin</artifactId >
19
- <version >1.3 -SNAPSHOT</version >
19
+ <version >1.4 -SNAPSHOT</version >
20
20
<executions >
21
21
<execution >
22
22
<id >GenerateGitChangelog</id >
Original file line number Diff line number Diff line change 69
69
<dependency >
70
70
<groupId >se.bjurr.gitchangelog</groupId >
71
71
<artifactId >git-changelog-lib</artifactId >
72
- <version >1.9 </version >
72
+ <version >1.10 </version >
73
73
</dependency >
74
74
</dependencies >
75
75
You can’t perform that action at this time.
0 commit comments