[ANN] Apache Maven GPG Plugin 3.2.8 Released
Slawomir Jaranowski <[email protected]>
| Newsgroups | gmane.comp.jakarta.turbine.maven.user |
|---|---|
| Message-ID | <CAGjJkv1_Dty_YPpjrNpm79WgFOSitL3Zg99zNwqwZ-9J+sPKfg__42427.6168619812$1751441095$gmane$org@mail.gmail.com> |
The Apache Maven team is pleased to announce the release of the Apache Maven GPG Plugin, version 3.2.8 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.2.8</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.8 https://github.com/apache/maven-gpg-plugin/releases/tag/maven-gpg-plugin-3.2.8 Enjoy, -The Apache Maven team