You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2021/03/17 13:42:09 UTC

[maven-gpg-plugin] branch MGPG-79B updated (8171fa1 -> 70f53c5)

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

elharo pushed a change to branch MGPG-79B
in repository https://gitbox.apache.org/repos/asf/maven-gpg-plugin.git.


    from 8171fa1  [MGPG-79] Fix integration test execution in environments without tty
     add 64e1d4e  [MGPG-81] refactor GpgVersion
     add b38c638  Merge pull request #11 from Syquel/bugfix/MGPG-80
     add 7438b37  [MGPG-80] implement GpgVersion equality in adherence to comparibility
     add 4016721  Merge pull request #12 from Syquel/bugfix/MGPG-80_equality
     add 26aa5b3  [MGPG-66] fix handling of excluded files
     add fba2c39  [MGPG-66] add test for handling of excluded files
     add 4da6921  [MGPG-66] fix handling of excluded files on linux
     add 12fbd63  Merge pull request #10 from Syquel/bugfix/MGPG-66
     add 5902b2b  deps: update JUnit
     new 70f53c5  Merge branch 'master' into MGPG-79B

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                            |   2 +-
 .../pom.xml                                        |  11 +-
 .../verify.bsh                                     |  28 +++--
 .../maven/plugins/gpg/GpgSignAttachedMojo.java     |  18 +++-
 .../org/apache/maven/plugins/gpg/GpgVersion.java   | 114 +++++++++++----------
 .../maven/plugins/gpg/GpgVersionConsumerTest.java  |   2 +-
 .../apache/maven/plugins/gpg/GpgVersionTest.java   |  23 +++++
 7 files changed, 131 insertions(+), 67 deletions(-)
 copy src/it/{sign-release => sign-release-with-excludes}/pom.xml (89%)
 copy src/it/{sign-release => sign-release-with-excludes}/verify.bsh (62%)


[maven-gpg-plugin] 01/01: Merge branch 'master' into MGPG-79B

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch MGPG-79B
in repository https://gitbox.apache.org/repos/asf/maven-gpg-plugin.git

commit 70f53c50210c768d2e5e375f4fca8c63dfcca193
Merge: 8171fa1 5902b2b
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Wed Mar 17 09:36:58 2021 -0400

    Merge branch 'master' into MGPG-79B

 pom.xml                                            |   2 +-
 src/it/sign-release-with-excludes/pom.xml          | 107 +++++++++++++++++++
 src/it/sign-release-with-excludes/verify.bsh       |  58 +++++++++++
 .../maven/plugins/gpg/GpgSignAttachedMojo.java     |  18 +++-
 .../org/apache/maven/plugins/gpg/GpgVersion.java   | 114 +++++++++++----------
 .../maven/plugins/gpg/GpgVersionConsumerTest.java  |   2 +-
 .../apache/maven/plugins/gpg/GpgVersionTest.java   |  23 +++++
 7 files changed, 266 insertions(+), 58 deletions(-)