Skip to content

Commit b52fbcf

Browse files
committed
Doc
1 parent dbe311f commit b52fbcf

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Git Changelog Maven Plugin [![Build Status](https://travis-ci.org/tomasbjerre/git-changelog-maven-plugin.svg?branch=master)](https://travis-ci.org/tomasbjerre/git-changelog-maven-plugin) [![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)
1+
# Git Changelog Maven Plugin
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)
24

35
This is a Maven plugin for [Git Changelog Lib](https://github.com/tomasbjerre/git-changelog-lib).
46

@@ -15,7 +17,7 @@ Here is and example that will generate a CHANGELOG.md.
1517
<plugin>
1618
<groupId>se.bjurr.gitchangelog</groupId>
1719
<artifactId>git-changelog-maven-plugin</artifactId>
18-
<version>1.50</version>
20+
<version>1.51</version>
1921
<executions>
2022
<execution>
2123
<id>GenerateGitChangelog</id>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<plugin>
1717
<groupId>se.bjurr.gitchangelog</groupId>
1818
<artifactId>git-changelog-maven-plugin</artifactId>
19-
<version>1.51-SNAPSHOT</version>
19+
<version>1.52-SNAPSHOT</version>
2020
<executions>
2121
<!-- Minimal config // -->
2222
<execution>

0 commit comments

Comments
 (0)