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

[MINOR] maven-gpg-plugin update to version 3.0.1 #1285

Merged
merged 1 commit into from
Jul 1, 2021

Commits on May 25, 2021

  1. [MINOR] maven-gpg-plugin update to version 3.0.1

    - With version 1.6, it is not possible to sign artifacts with SHA-256 or higher
    using
    
      ```sh
      mvn -P'distribution' deploy -Daether.checksums.algorithms=SHA-256
      ```
    
    - The signing with SHA512 functionality has been added in 2016 by
      https://issues.apache.org/jira/browse/MPOM-118
    
    - More about the plugin:
      https://maven.apache.org/plugins/maven-gpg-plugin/plugin-info.html
    j143 committed May 25, 2021
    Configuration menu
    Copy the full SHA
    5442bc6 View commit details
    Browse the repository at this point in the history