Apache Maven GPG Plugin 3.2.7 Released
Tamás Cservenák <[email protected]> Fri, 27 Sep 2024 16:05:13 +0200
| Newsgroups | gmane.comp.apache.incubator.ranger.devel,gmane.comp.apache.maven.announce,gmane.comp.jakarta.avalon.user |
|---|---|
| Message-ID | <CAPLpRQJB655f7xrbd2UQ_+ApWdBKyLa3eBbBk-we3=4AuTMiyw__14282.3746007466$1727446022$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.7
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.7</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.7
** Bug
* [MGPG-136] - "gpg: signing failed: Bad passphrase" on GitHub
Windows runners
** Dependency upgrade
* [MGPG-143] - Bump com.kohlschutter.junixsocket:junixsocket-core
from 2.10.0 to 2.10.1
* [MGPG-144] - (test) Bump commons-io:commons-io from 2.16.1 to 2.17.0
Have fun,
-The Apache Maven team