Apache Maven GPG Plugin 3.2.4 Released
Tamás Cservenák <[email protected]>
| Newsgroups | gmane.science.biology.informatics.taverna.devel,gmane.comp.apache.maven.announce,gmane.comp.version-control.subversion.user |
|---|---|
| Message-ID | <CAPLpRQJnLRZwLw+VQk+n9p2gCENb4NQOcQBbs9a_+1ARCdZqfw__9696.87706544704$1713516524$gmane$org@mail.gmail.com> |
Howdy,
The Apache Maven team is pleased to announce the release of the Apache
Maven GPG Plugin, version 3.2.4
This release is a bugfix release.
This plugin signs all of the project's attached artifacts with GnuPG or BC.
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.2.4</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.2.4
** Bug
* [MGPG-125] - Due to default value of gpg.passphraseServerId,
bestPractices=true will always fail
** Dependency upgrade
* [MGPG-126] - Commons IO 2.16.1 (test dependency)
Have fun,
-The Apache Maven team