Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump io.github.git-commit-id:git-commit-id-maven-plugin from 4.9.9 to 6.0.0 #3

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 9, 2023

Bumps io.github.git-commit-id:git-commit-id-maven-plugin from 4.9.9 to 6.0.0.

Release notes

Sourced from io.github.git-commit-id: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 show <dependency name> 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 9, 2023
@Tellinq
Copy link
Member

Tellinq commented Oct 16, 2023

I think this used to be problematic if you updated this to 5.x.x. Will have to test how 6.0.0 will impact this

@Tellinq
Copy link
Member

Tellinq commented Oct 16, 2023

Found the reason. 4.X.X is the last Java 8 supported version. We cannot accept

@Tellinq
Copy link
Member

Tellinq commented Oct 16, 2023

@dependabot renase

@Tellinq
Copy link
Member

Tellinq commented Oct 16, 2023

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/maven/io.github.git-commit-id-git-commit-id-maven-plugin-6.0.0 branch from 30fc68e to 430e710 Compare October 16, 2023 03:29
@Tellinq
Copy link
Member

Tellinq commented Oct 16, 2023

@dependabot recreate

Bumps [io.github.git-commit-id:git-commit-id-maven-plugin](https://github.com/git-commit-id/git-commit-id-maven-plugin) from 4.9.9 to 6.0.0.
- [Release notes](https://github.com/git-commit-id/git-commit-id-maven-plugin/releases)
- [Commits](git-commit-id/git-commit-id-maven-plugin@v4.9.9...v6.0.0)

---
updated-dependencies:
- dependency-name: io.github.git-commit-id:git-commit-id-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/io.github.git-commit-id-git-commit-id-maven-plugin-6.0.0 branch from 430e710 to 22f0fae Compare October 16, 2023 03:39
@Tellinq
Copy link
Member

Tellinq commented Oct 16, 2023

@dependabot ignore this dependency

@dependabot dependabot bot closed this Oct 16, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 16, 2023

OK, I won't notify you about io.github.git-commit-id:git-commit-id-maven-plugin again, unless you re-open this PR.

@dependabot dependabot bot deleted the dependabot/maven/io.github.git-commit-id-git-commit-id-maven-plugin-6.0.0 branch October 16, 2023 03:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant