Apache Maven GPG Plugin 3.0.1 Released

HervĂ© Boutemy <[email protected]> Sun, 09 May 2021 09:18:08 +0200
Newsgroups gmane.comp.apache.maven.announce,gmane.comp.java.ofbiz.devel,gmane.comp.jakarta.avalon.user
Message-ID <7922561.T7Z3S40VBb__13963.8669834071$1620544788$gmane$org@giga>
The Maven team is pleased to announce the release of the Apache Maven GPG 
Plugin, version 3.0.1

Signs the project 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.0.1</version>
</plugin>


Release Notes - Apache Maven GPG Plugin - Version 3.0.1

Bug
* [MGPG-81] GPGVersion.compareTo misuses IllegalArgumentException 
* [MGPG-79] plugin hangs on first run on Windows Git Bash with Kleopatra
* [MGPG-78] gpg version parsing failure on Windows
* [MGPG-66] sign goal's "excludes" configuration ignored

Task
* [MGPG-80] GPGVersion compareTo is not consistent with equals


Enjoy,

-The Maven team