You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2019/04/07 08:43:12 UTC

[maven-gpg-plugin] branch master updated (11aca38 -> 73347cf)

This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-gpg-plugin.git.


    from 11aca38  [MGPG-59] GPG Plugin: "gpg: signing failed: Inappropriate ioctl for device"
     add 73347cf  [MGPG-70] Require Java 7

No new revisions were added by this update.

Summary of changes:
 pom.xml                                            |   1 +
 .../apache/maven/plugin/gpg/AbstractGpgMojo.java   |   2 +-
 .../apache/maven/plugin/gpg/AbstractGpgSigner.java | 122 +--------------------
 .../maven/plugin/gpg/AscArtifactMetadata.java      |   8 ++
 .../maven/plugin/gpg/AttachedSignedArtifact.java   |  79 ++++++++++---
 .../maven/plugin/gpg/GpgSignAttachedMojo.java      |  13 +--
 .../org/apache/maven/plugin/gpg/GpgSigner.java     |   8 +-
 .../org/apache/maven/plugin/gpg/GpgVersion.java    |  42 +++----
 .../apache/maven/plugin/gpg/GpgVersionParser.java  |  22 ++--
 .../maven/plugin/gpg/SignAndDeployFileMojo.java    |  45 +++-----
 10 files changed, 135 insertions(+), 207 deletions(-)