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

⬆️(deps): Update dependency pl.project13.maven:git-commit-id-plugin to v4.9.10 #293

Merged
merged 1 commit into from
Aug 3, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 9, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pl.project13.maven:git-commit-id-plugin (source) 4.0.4 -> 4.9.10 age adoption passing confidence

Release Notes

git-commit-id/git-commit-id-maven-plugin

v4.9.10

Compare Source

Where should I start....this release should not exists.
Ideally the entire 4.9.9 "relocation" release was just intended to inform that the plugin moved to a new artifactId/groupId combination.

As outlined in git-commit-id/git-commit-id-maven-plugin#571 or https://issues.apache.org/jira/browse/MNG-7204 there seems to be a problem where Maven will not forward the correct settings when you use the old coordinates with the 4.9.9 version.
Since the 4.9.9 release contains relocation information it essentially became unusable triggering this "fix".
Please note that the plugin is still moving to it's new coordinates.
This 4.9.10 release is just a follow up to avoid any silent configuration issues being present somewhere....

TLDR:
If you can use:

<groupId>io.github.git-commit-id</groupId>
<artifactId>git-commit-id-maven-plugin</artifactId>
<version>5.0.0</version>

v4.9.9

Compare Source

This is a special release and should function in the same way as v4.0.5.

⚠️ WARNING
Based on the issue outlined in git-commit-id/git-commit-id-maven-plugin#571 it is discouraged to use the old coordinates, since the plugin configuration might not be correctly applied to the plugin. Feel free to follow https://issues.apache.org/jira/browse/MNG-7204 for further informations.

Initially this release was just intended to inform that the plugin moved to a new artifactId/groupId combination, but to avoid having published a release that might be considered broken I decided to just "fix" it.
Currently the 4.9.9 release works only when using the new coordinates

<groupId>io.github.git-commit-id</groupId>
<artifactId>git-commit-id-maven-plugin</artifactId>
<version>4.9.9</version>

v4.0.5

Compare Source

Version 4.0.5 is finally there and includes various bug-fixes and improvements :-)

New Features / Bug-Fixes:

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

  • #​547 / #​540: add org.eclipse.jgit:org.eclipse.jgit.ssh.jsch as dependency
  • #​548 / #​549: Plugin breaks if git config log.showSignature is 'true'
  • #​556: update dependencies

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>pl.project13.maven</groupId>
    <artifactId>git-commit-id-plugin</artifactId>
    <version>4.0.5</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 travis:

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

Even though travis will only deploy a new snapshot once all tests have finished, it is recommended to rely on the released and more stable version.

Known Issues / Limitations:

Reporting Problems

If you find any problem with this plugin, feel free to report it here


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the deps Bump dependency version. label Jun 9, 2021
@renovate renovate bot force-pushed the renovate/git-commit-id-plugin.version branch from 06af870 to ca6704d Compare July 10, 2021 14:50
@renovate renovate bot changed the title ⬆️(deps): Update dependency pl.project13.maven:git-commit-id-plugin to v4.0.5 ⬆️(deps): Update dependency pl.project13.maven:git-commit-id-plugin to v4.9.9 Jul 10, 2021
@renovate renovate bot force-pushed the renovate/git-commit-id-plugin.version branch 2 times, most recently from 4ce4ba7 to 2e7a55f Compare August 1, 2021 23:28
@renovate renovate bot changed the title ⬆️(deps): Update dependency pl.project13.maven:git-commit-id-plugin to v4.9.9 ⬆️(deps): Update dependency pl.project13.maven:git-commit-id-plugin to v4.9.10 Aug 1, 2021
@renovate renovate bot force-pushed the renovate/git-commit-id-plugin.version branch 3 times, most recently from ded009b to 51f2f54 Compare August 3, 2021 15:39
@ryotan ryotan enabled auto-merge (squash) August 3, 2021 15:40
@renovate renovate bot force-pushed the renovate/git-commit-id-plugin.version branch 4 times, most recently from 68b5188 to cd16bfe Compare August 3, 2021 15:53
@renovate renovate bot force-pushed the renovate/git-commit-id-plugin.version branch from cd16bfe to 45dfd0b Compare August 3, 2021 15:55
@codeclimate
Copy link

codeclimate bot commented Aug 3, 2021

Code Climate has analyzed commit 45dfd0b and detected 0 issues on this pull request.

View more on Code Climate.

@ryotan ryotan merged commit dd25e83 into master Aug 3, 2021
@ryotan ryotan deleted the renovate/git-commit-id-plugin.version branch August 3, 2021 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deps Bump dependency version.
Development

Successfully merging this pull request may close these issues.

None yet

2 participants