Bump io.github.git-commit-id:git-commit-id-maven-plugin from 7.0.0 to 8.0.0
Bumps io.github.git-commit-id:git-commit-id-maven-plugin from 7.0.0 to 8.0.0.
Release notes
Sourced from io.github.git-commit-id:git-commit-id-maven-plugin's releases.
Version 8.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:
- #674/#699: change default timeformat/dateformat from RFC822 to ISO 8601 to support maven's reproducible build feature ⚠️
New Features / Bug-Fixes:
The main key-aspects that have been improved or being worked on are the following:
- #701/#705: Fix an issue where running with submodules using the native git executable was causing a
fatal: this operation must be run in a work tree- #700: Only injects properties into every reactor project once
- #683: [pom] Add encoding to pom and correct maven xsd location
- make use of git-commit-id-plugin-core:6.0.0-rc.7 (move the GitDirLocator related logic to git-commit-id-plugin-core)
- bump org.eclipse.parsson:parsson from 1.1.4 to 1.1.5
- bump org.mockito:mockito-core from 5.6.0 to 5.10.0
- bump commons-io:commons-io from 2.14.0 to 2.15.1
- bump jgit.version from 6.7.0.202309050840-r to 6.8.0.202311291450-r
- bump jakarta.json:jakarta.json-api from 2.1.2 to 2.1.3
- bump org.yaml:snakeyaml from 2.0 to 2.2
- bump org.assertj:assertj-core from 3.24.2 to 3.25.3
- bump org.slf4j:slf4j-simple from 2.0.9 to 2.0.12
- bump joda-time:joda-time from 2.12.5 to 2.12.7
- bump several maven plugins
- bump
maven-plugin-plugin.versionfrom3.9.0to3.11.0- bump
org.apache.maven.plugins:maven-dependency-pluginfrom3.6.0to3.6.1- bump
org.apache.maven.plugins:maven-surefire-pluginfrom3.1.2to3.2.5- bump
org.apache.maven.plugins:maven-checkstyle-pluginfrom3.3.0to3.3.1- bump
org.apache.maven.plugins:maven-clean-pluginfrom3.3.1to3.3.2- bump
org.apache.maven.plugins:maven-javadoc-pluginfrom3.6.0to3.6.3- bump
org.codehaus.mojo:exec-maven-pluginfrom3.1.0to3.2.0- bump
org.jacoco:jacoco-maven-pluginfrom0.8.10to0.8.11- bump
org.apache.maven.plugins:maven-compiler-pluginfrom3.11.0to3.12.1- bump several dependencies
- bump
commons-io:commons-iofrom2.14.0to2.15.1- bump
org.mockito:mockito-corefrom5.6.0to5.10.0- bump
jakarta.xml.bind:jakarta.xml.bind-apifrom2.3.3to4.0.1- bump
org.slf4j:slf4j-simplefrom2.0.9to2.0.12- bump
org.assertj:assertj-corefrom3.24.2to3.25.3- bump
com.puppycrawl.tools:checkstylefrom8.25to10.13.0- bump
actions/setup-javafrom3to4- bump
actions/cachefrom3to4Getting 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-maven-plugin</artifactId> </tr></table>
... (truncated)
Commits
119cf98[maven-release-plugin] prepare release v8.0.0b6ad05eMerge pull request #705 from git-commit-id/701723e8c2make use of git-commit-id-plugin-core:6.0.0-rc.74555113git-commit-id/git-commit-id-maven-plugin#701: adopt...0d17e06remove logic that was moved to the git-commit-id-plugin-core64d51eeremove the MavenProject dependency from the GitDirLocator as it is not needed41da9b3remove unused argument 'reactorProjects' from GitDirLocatorcd70b10Merge pull request #704 from git-commit-id/7016097668make checkstyle happy76696dcensure all properties are generated- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)