chore(deps): update dependency io.github.git-commit-id:git-commit-id-maven-plugin to v8.0.2
Loading
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
io.github.git-commit-id:git-commit-id-maven-plugin | build | patch |
8.0.1 -> 8.0.2
|
v8.0.2
: Version 8.0.2Version 8.0.2 is finally there and includes various bug-fixes and improvements :-)
The main key-aspects that have been improved or being worked on are the following:
bump jakarta.xml.bind:jakarta.xml.bind-api
from 4.0.1
to 4.0.2
bump org.mockito:mockito-core
from 5.10.0
to 5.11.0
#718/#721: replace junit:junit:4.13.2:test
with org.junit.jupiter:junit-jupiter-*:5.10.2:test
#717/#720: update org.sonatype.plexus:plexus-build-api:0.0.7
to org.codehaus.plexus:plexus-build-api:1.2.0
bump org.apache.maven.plugins:maven-gpg-plugin
from 3.1.0
to 3.2.0
bump org.apache.maven.plugins:maven-assembly-plugin
from 3.6.0
to 3.7.0
#717: Update maven-plugin-api.version
from 3.9.2
to 3.9.6
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-maven-plugin</artifactId>
<version>8.0.2</version>
</dependency>
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.
mvn com.test.plugins:myPlugin:myMojo
) might result in unresolved properties even with <injectAllReactorProjects>true</injectAllReactorProjects>
. Please refer to https://github.com/git-commit-id/maven-git-commit-id-plugin/issues/287 or https://github.com/git-commit-id/maven-git-commit-id-plugin/issues/413#issuecomment-487952607 for details and potential workaroundsIf you find any problem with this plugin, feel free to report it here
This MR has been generated by Renovate Bot.