File tree 2 files changed +4
-3
lines changed
git-changelog-maven-plugin-example
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Git Changelog Maven Plugin
2
2
[ ![ Build Status] ( https://travis-ci.org/tomasbjerre/git-changelog-maven-plugin.svg?branch=master )] ( https://travis-ci.org/tomasbjerre/git-changelog-maven-plugin )
3
- [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/se.bjurr.violations/git-changelog-maven-plugin/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/se.bjurr.violations/git-changelog-maven-plugin ) [ ![ Bintray] ( https://api.bintray.com/packages/tomasbjerre/tomasbjerre/se.bjurr.violations%3Agit-changelog-maven-plugin/images/download.svg ) ] ( https://bintray.com/tomasbjerre/tomasbjerre/se.bjurr.violations%3Agit-changelog-maven-plugin/_latestVersion )
3
+ [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/se.bjurr.gitchangelog/git-changelog-maven-plugin/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/se.bjurr.gitchangelog/git-changelog-maven-plugin )
4
+ [ ![ Bintray] ( https://api.bintray.com/packages/tomasbjerre/tomasbjerre/se.bjurr.gitchangelog%3Agit-changelog-maven-plugin/images/download.svg ) ] ( https://bintray.com/tomasbjerre/tomasbjerre/se.bjurr.gitchangelog%3Agit-changelog-maven-plugin/_latestVersion )
4
5
5
6
This is a Maven plugin for [ Git Changelog Lib] ( https://github.com/tomasbjerre/git-changelog-lib ) .
6
7
@@ -17,7 +18,7 @@ Here is and example that will generate a CHANGELOG.md.
17
18
<plugin>
18
19
<groupId>se.bjurr.gitchangelog</groupId>
19
20
<artifactId>git-changelog-maven-plugin</artifactId>
20
- <version>1.51 </version>
21
+ <version>1.52 </version>
21
22
<executions>
22
23
<execution>
23
24
<id>GenerateGitChangelog</id>
Original file line number Diff line number Diff line change 16
16
<plugin >
17
17
<groupId >se.bjurr.gitchangelog</groupId >
18
18
<artifactId >git-changelog-maven-plugin</artifactId >
19
- <version >1.52 -SNAPSHOT</version >
19
+ <version >1.53 -SNAPSHOT</version >
20
20
<executions >
21
21
<!-- Minimal config // -->
22
22
<execution >
You can’t perform that action at this time.
0 commit comments