Version 2.1.15
Version 2.1.15 is finally there and includes various bug-fixes and improvements :-)
New Features / Bug-Fixes:
The main key-aspects that have been improved or being worked on are the following:
- Introduce git.closest.tag.nameandgit.closest.tag.commit.countas additional output - #54
- Introduce a somewhat nasty workaround for https://issues.apache.org/jira/browse/MNG-5787 to have the plugin working with Maven 3.3.3 (#198 and #196)
Getting the latest release
The plugin is available from Maven Central (see here), so you don't have to configure any additional repositories to use this plugin. All you need to do is to configure it inside your project as dependency:
<dependency>
    <groupId>pl.project13.maven</groupId>
    <artifactId>git-commit-id-plugin</artifactId>
    <version>2.1.15</version>
</dependency>Reporting Problems
If you find any problem with this plugin, feel free to report it here