Skip to content

Version 2.1.12

Compare
Choose a tag to compare
@TheSnoozer TheSnoozer released this 22 Sep 02:26
· 1255 commits to master since this release

Version 2.1.12 is finally there and includes various bug-fixes and improvements :-)

New Features / Bug-Fixes:

  • Invalid defaults indicated in docs - (#52, #86, #112)
  • git describe default abbrev 7 is not set by default - #134
  • Allow initialization once per run (with multiple modules) with <runOnlyOnce>false</runOnlyOnce> - #53
  • Extend plugin with --match option for describe - #97
  • runGitDescribeWithMatchOption had trouble on Travis - #146
  • Improved native git error reporting - #145
  • Increase performance of dirty checking with native git - #144

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.12</version>
</dependency>

Reporting Problems

If you find any problem with this plugin, feel free to report it here