Version 6.2.0 is finally there and includes various bug-fixes and improvements.
The change set is based on the comparison since the last release version v6.1.5 VS v6.2.0
New Features / Bug-Fixes:
The main key-aspects that have been improved or being worked on are the following:
- #291: Dependency cleanup (thanks @AB-xdev)
- #252: migrate to org.eclipse.jgit.ssh.apache (thanks @mplescano)
Plugin Dependencies (directly used/needed by the plugin)
- replace
org.eclipse.jgit.ssh.jschwithorg.eclipse.jgit:org.eclipse.jgit.ssh.apache(see https://github.com/eclipse-jgit/jgit/blob/master/org.eclipse.jgit.ssh.jsch/README.md) - add
org.bouncycastle:bcpkix-jdk18onversion1.81 - remove
joda-time:joda-time[replaced with Java 8+ Time API] - replace
com.google.code.findbugs:jsr305version3.0.2withorg.jspecify:jspecifyversion1.0.0 - bump
org.slf4j:slf4j-simplefrom2.0.17to1.7.36(scope test)
Maven Plugin Dependencies
- bump
org.apache.maven.plugins:maven-dependency-pluginfrom3.8.1to3.10.0
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>io.github.git-commit-id</groupId>
<artifactId>git-commit-id-plugin-core</artifactId>
<version>6.2.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:
<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:
- N/A
Reporting Problems
If you find any problem with this plugin, feel free to report it here
Full Changelog: