⚠️ 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 several maven plugins
bump maven-plugin-plugin.version from 3.9.0 to 3.11.0
bump org.apache.maven.plugins:maven-dependency-plugin from 3.6.0 to 3.6.1
bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.5
bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.0 to 3.3.1
bump org.apache.maven.plugins:maven-clean-plugin from 3.3.1 to 3.3.2
bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.3
bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.2.0
bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11
bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1
bump several dependencies
bump commons-io:commons-io from 2.14.0 to 2.15.1
bump org.mockito:mockito-core from 5.6.0 to 5.10.0
bump jakarta.xml.bind:jakarta.xml.bind-api from 2.3.3 to 4.0.1
bump org.slf4j:slf4j-simple from 2.0.9 to 2.0.12
bump org.assertj:assertj-core from 3.24.2 to 3.25.3
bump com.puppycrawl.tools:checkstyle from 8.25 to 10.13.0
bump actions/setup-java from 3 to 4
bump actions/cache from 3 to 4
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:
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:
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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
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.
... (truncated)
Commits
119cf98
[maven-release-plugin] prepare release v8.0.0b6ad05e
Merge pull request #705 from git-commit-id/701723e8c2
make use of git-commit-id-plugin-core:6.0.0-rc.74555113
git-commit-id/git-commit-id-maven-plugin#701: adopt...0d17e06
remove logic that was moved to the git-commit-id-plugin-core64d51ee
remove the MavenProject dependency from the GitDirLocator as it is not needed41da9b3
remove unused argument 'reactorProjects' from GitDirLocatorcd70b10
Merge pull request #704 from git-commit-id/7016097668
make checkstyle happy76696dc
ensure all properties are generatedDependabot 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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show