Skip to content

Commit d4f9cc4

Browse files
committed
lib 1.10
1 parent 7ba2a98 commit d4f9cc4

File tree

5 files changed

+27
-3
lines changed

5 files changed

+27
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,20 @@
33
Changelog of Git Changelog Maven plugin.
44

55
## 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
614
### Features
715

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+
820
[45a4cab1ba3ba3b](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/45a4cab1ba3ba3b) Tomas Bjerre *2015-11-18 19:52:35*
921

1022
Setting exampe version to 1.2

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Here is and example that will generate a CHANGELOG.md. There is also a running e
1212
<plugin>
1313
<groupId>se.bjurr.gitchangelog</groupId>
1414
<artifactId>git-changelog-maven-plugin</artifactId>
15-
<version>1.3</version>
15+
<version>1.4</version>
1616
<executions>
1717
<execution>
1818
<id>GenerateGitChangelog</id>

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

+12
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,20 @@
33
Changelog of Git Changelog Maven plugin.
44

55
## 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
614
### Features
715

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+
820
[45a4cab1ba3ba3b](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/45a4cab1ba3ba3b) Tomas Bjerre *2015-11-18 19:52:35*
921

1022
Setting exampe version to 1.2

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.3-SNAPSHOT</version>
19+
<version>1.4-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.9</version>
72+
<version>1.10</version>
7373
</dependency>
7474
</dependencies>
7575

0 commit comments

Comments
 (0)