Download Latest Version Version 10.0.0 source code.tar.gz (79.0 kB)
Email in envelope

Get an email when there's a new version of maven git commit id plugin

Home / v10.0.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-04-03 2.8 kB
Version 10.0.0 source code.tar.gz 2026-04-03 79.0 kB
Version 10.0.0 source code.zip 2026-04-03 123.6 kB
Totals: 3 Items   205.4 kB 0

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

⚠️ This is a potentially breaking release. Read the release-notes carefully ⚠️

Potential Breaking changes:

The main key-aspects that might cause a breakage when migrating to the new version:

  • [#913] / [#914]: Require Maven 3.9.0 [Maven 3.6.3 is EOL] ⚠️

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:

:::xml
<dependency>
    <groupId>io.github.git-commit-id</groupId>
    <artifactId>git-commit-id-maven-plugin</artifactId>
    <version>10.0.0</version>
</dependency>

Getting the latest snapshot (build automatically)

If you can't wait for the next release, you can also get the latest snapshot version from sonatype, that is being deployed automatically by github actions:

:::xml
<pluginRepositories>
    <pluginRepository>
        <id>sonatype-snapshots</id>
        <name>Sonatype Snapshots</name>
         <url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
    </pluginRepository>
</pluginRepositories>

Even though the github actions will only deploy a new snapshot once all tests have finished, it is recommended to rely on the released and more stable version.

Known Issues / Limitations:

Reporting Problems

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

Full Changelog: https://github.com/git-commit-id/git-commit-id-maven-plugin/compare/v9.2.0...v10.0.0

Source: README.md, updated 2026-04-03