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 git-commit-id-maven-plugin from 5.0.0 to 6.0.0 #1650

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 14, 2023

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)

Bumps [git-commit-id-maven-plugin](https://github.com/git-commit-id/git-commit-id-maven-plugin) from 5.0.0 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@v5.0.0...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] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 14, 2023
@codecov-commenter
Copy link

codecov-commenter commented Jul 14, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (ddd58a7) 74.80% compared to head (c5bd7c0) 74.80%.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #1650   +/-   ##
=========================================
  Coverage     74.80%   74.80%           
- Complexity    20695    20697    +2     
=========================================
  Files           640      640           
  Lines         82868    82868           
  Branches      17974    17974           
=========================================
+ Hits          61988    61990    +2     
+ Misses        13639    13637    -2     
  Partials       7241     7241           

see 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@wenshao wenshao merged commit 91342b7 into main Jul 15, 2023
6 checks passed
@dependabot dependabot bot deleted the dependabot/maven/io.github.git-commit-id-git-commit-id-maven-plugin-6.0.0 branch July 15, 2023 02:44
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants