File tree 14 files changed +83
-4
lines changed
git-changelog-maven-plugin-example
src/main/java/se/bjurr/gitchangelog/plugin
14 files changed +83
-4
lines changed Original file line number Diff line number Diff line change
1
+ * .versionsBackup
2
+ .factorypath
1
3
.classpath
2
4
.project
3
5
.settings
Original file line number Diff line number Diff line change 2
2
3
3
Changelog of Git Changelog Maven plugin.
4
4
5
+ ## Unreleased
6
+ ### No issue
7
+
8
+ ** using latest version in example**
9
+
10
+
11
+ [ be2f267d93d8004] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/be2f267d93d8004 ) Tomas Bjerre * 2018-09-13 09:05:58*
12
+
13
+
5
14
## 1.55
6
15
### No issue
7
16
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
+ mvn versions:update-properties
2
3
mvn clean install eclipse:eclipse || exit 1
3
4
cd git-changelog-maven-plugin-example
4
5
mvn versions:update-properties -DallowSnapshots=true
Original file line number Diff line number Diff line change 2
2
3
3
Changelog of Git Changelog Maven plugin.
4
4
5
+ ## Unreleased
6
+ ### No issue
7
+
8
+ ** using latest version in example**
9
+
10
+
11
+ [ be2f267d93d8004] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/be2f267d93d8004 ) Tomas Bjerre * 2018-09-13 09:05:58*
12
+
13
+
5
14
## 1.55
6
15
### No issue
7
16
Original file line number Diff line number Diff line change 2
2
3
3
Changelog of Git Changelog Maven plugin.
4
4
5
+ ## Unreleased
6
+ ### No issue /
7
+ using latest version in example
8
+
9
+
10
+
5
11
## git-changelog-maven-plugin-1.55
6
12
### No issue /
7
13
git-changelog-lib 1.82
Original file line number Diff line number Diff line change 2
2
3
3
Changelog of Git Changelog Maven plugin.
4
4
5
+ ## Unreleased
6
+ ### No issue
7
+ using latest version in example * 2018-09-13 09:05:58*
8
+
9
+
10
+
5
11
## git-changelog-maven-plugin-1.55
6
12
### No issue
7
13
git-changelog-lib 1.82 * 2018-09-13 07:18:27*
Original file line number Diff line number Diff line change 2
2
3
3
Changelog of Git Changelog Maven plugin.
4
4
5
+ ## Unreleased
6
+ ### No issue
7
+
8
+ [ be2f267d93d8004] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/be2f267d93d8004 ) Tomas Bjerre * 2018-09-13 09:05:58*
9
+
10
+ using latest version in example
11
+
12
+
5
13
## git-changelog-maven-plugin-1.55
6
14
### No issue
7
15
Original file line number Diff line number Diff line change 2
2
3
3
Changelog of Git Changelog Maven plugin.
4
4
5
+ ## Unreleased
6
+ ### No issue
7
+
8
+ ** using latest version in example**
9
+
10
+
11
+ [ be2f267d93d8004] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/be2f267d93d8004 ) Tomas Bjerre * 2018-09-13 09:05:58*
12
+
13
+
5
14
## 1.55
6
15
### No issue
7
16
Original file line number Diff line number Diff line change 2
2
3
3
Changelog of Git Changelog Maven plugin.
4
4
5
+ ## Unreleased
6
+ ### No issue
7
+
8
+ ** using latest version in example**
9
+
10
+
11
+ [ be2f267d93d8004] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/be2f267d93d8004 ) Tomas Bjerre * 2018-09-13 09:05:58*
12
+
13
+
5
14
## git-changelog-maven-plugin-1.55
6
15
### No issue
7
16
Original file line number Diff line number Diff line change @@ -60,6 +60,8 @@ Fix fromCommit and fromRef property typo *21:11:26*
60
60
61
61
62
62
### These commits have not issue in their commit comment
63
+ using latest version in example * 09:05:58*
64
+
63
65
git-changelog-lib 1.82 * 07:18:27*
64
66
65
67
docs: Updates README.md to improve readability * 14:32:13*
Original file line number Diff line number Diff line change 2
2
3
3
Changelog of Git Changelog Maven plugin.
4
4
5
+ ## Next release
6
+ ### Other changes
7
+
8
+ ** using latest version in example**
9
+
10
+
11
+ [ be2f267d93d8004] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/be2f267d93d8004 ) Tomas Bjerre * 2018-09-13 09:05:58*
12
+
13
+
5
14
## 1.55
6
15
### Other changes
7
16
Original file line number Diff line number Diff line change 2
2
3
3
Changelog of Git Changelog Maven plugin.
4
4
5
+ ## Unreleased
6
+ ### No issue
7
+
8
+ ** using latest version in example**
9
+
10
+
11
+ [ be2f267d93d8004] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/be2f267d93d8004 ) Tomas Bjerre * 2018-09-13 09:05:58*
12
+
13
+
5
14
## 1.55
6
15
### No issue
7
16
Original file line number Diff line number Diff line change 44
44
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
45
45
<maven .compiler.target>1.7</maven .compiler.target>
46
46
<maven .compiler.source>1.7</maven .compiler.source>
47
+ <changelog-lib >1.82</changelog-lib >
48
+ <fmt >2.5.1</fmt >
47
49
</properties >
48
50
49
51
<dependencies >
66
68
<dependency >
67
69
<groupId >se.bjurr.gitchangelog</groupId >
68
70
<artifactId >git-changelog-lib</artifactId >
69
- <version >1.82 </version >
71
+ <version >${changelog-lib} </version >
70
72
</dependency >
71
73
</dependencies >
72
74
108
110
<plugin >
109
111
<groupId >com.coveo</groupId >
110
112
<artifactId >fmt-maven-plugin</artifactId >
111
- <version >1.3.0 </version >
113
+ <version >${fmt} </version >
112
114
<executions >
113
115
<execution >
114
116
<goals >
Original file line number Diff line number Diff line change 7
7
import java .io .File ;
8
8
import java .util .Date ;
9
9
import java .util .List ;
10
-
11
10
import org .apache .maven .plugin .AbstractMojo ;
12
11
import org .apache .maven .plugin .MojoExecutionException ;
13
12
import org .apache .maven .plugins .annotations .Mojo ;
14
13
import org .apache .maven .plugins .annotations .Parameter ;
15
-
16
14
import se .bjurr .gitchangelog .api .GitChangelogApi ;
17
15
18
16
@ Mojo (name = "git-changelog" , defaultPhase = PROCESS_SOURCES )
You can’t perform that action at this time.
0 commit comments