FAIRDataTeam / FAIRDataPoint

https://www.fairdatapoint.org
MIT License
60 stars 39 forks source link

Bump git-commit-id-maven-plugin from 5.0.0 to 6.0.0 #422

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps git-commit-id-maven-plugin from 5.0.0 to 6.0.0.

Release notes

Sourced from git-commit-id-maven-plugin's releases.

Version 6.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:

  • externalized the git directories used for integration tests as git submodule

New Features / Bug-Fixes:

The main key-aspects that have been improved or being worked on are the following:

  • modernized the issue templates
  • added dependabot to automatically update dependencies
  • added tests for java 11 - java 20
  • git-commit-id/git-commit-id-plugin-core#18: added the ability to generate XML and YML files (see above)

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-maven-plugin</artifactId>
    <version>6.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:

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

... (truncated)

Commits
  • a35d8e8 [maven-release-plugin] prepare release v6.0.0
  • 6dbbd75 add workaround so the release plugin can work with git submodules
  • 6fdff19 [maven-release-plugin] rollback the release of v6.0.0
  • 5a9b2c2 [maven-release-plugin] prepare for next development iteration
  • a7c8d81 [maven-release-plugin] prepare release v6.0.0
  • f024ddf Merge pull request #621 from git-commit-id/dependabot/maven/org.apache.maven....
  • c182736 Bump maven-gpg-plugin from 3.0.1 to 3.1.0
  • be491c3 Merge pull request #619 from git-commit-id/dependabot/maven/org.apache.maven....
  • 121521d Bump maven-deploy-plugin from 3.1.0 to 3.1.1
  • 8b406a7 Merge pull request #617 from git-commit-id/dependabot/maven/org.slf4j-slf4j-s...
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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)