The Apache Maven team is pleased to announce the release of the Apache Maven 
3.1.0 Plugin, version 3.1.0

This plugin signs all of the project's attached artifacts with GnuPG.

https://maven.apache.org/plugins/maven-gpg-plugin/

You should specify the version in your project's plugin configuration:

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-gpg-plugin</artifactId>
  <version>3.1.0</version>
</plugin>

You can download the appropriate sources etc. from the download page:

https://maven.apache.org/plugins/maven-gpg-plugin/download.cgi

Release Notes - Maven GPG Plugin - Version 3.1.0

** Bug
    * [MGPG-44] - gpg:sign does not handle non-Default outputDirectory correctly
    * [MGPG-86] - NullPointerException when gpg executable cannot be found
    * [MGPG-87] - NullPointerException when gpg not installed

** Improvement
    * [MGPG-95] - don't GPG-sign .sigstore signatures
    * [MGPG-96] - add INFO message when signing
    * [MGPG-97] - add pgpverify check to the build

** Task
    * [MGPG-88] - Require Java 8

** Dependency upgrade
    * [MGPG-89] - Upgrade parent POM to version 36
    * [MGPG-94] - Update parent pom to 39

Enjoy,

-The Apache Maven team



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to