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

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


 discard b5a6bc0  Fix #322: Simplify path handling by using setFile() with 
MSYS_NO_PATHCONV
 discard 931d16e  Fix #322: Convert Windows drive paths to MinGW format for GPG
    omit e779720  Fix #322: Use forward slashes for GPG file paths on Windows
    omit 73a925f  Fix #322: Restore pinentry-non-existent alongside 
allow-loopback-pinentry
    omit 58454c0  Fix #322: Update test GPG keyring for GnuPG 2.4.x 
compatibility
    omit 3b999e7  Fix #322: Prevent MinGW/MSYS path conversion in Windows builds
     new 21209a3  Fix #322: Simplify path handling by using setFile() with 
MSYS_NO_PATHCONV
     new 963d6cc  Fix #322: Eliminate code duplication and use ProcessBuilder 
directly

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (b5a6bc0)
            \
             N -- N -- N   refs/heads/fix-build (963d6cc)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 2 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:
 .../org/apache/maven/plugins/gpg/GpgSigner.java    | 135 ++++++-------
 .../apache/maven/plugins/gpg/GpgVersionParser.java |  98 ++++++++--
 .../apache/maven/plugins/gpg/ProcessExecutor.java  | 209 +++++++++++++++++++++
 3 files changed, 362 insertions(+), 80 deletions(-)
 create mode 100644 
src/main/java/org/apache/maven/plugins/gpg/ProcessExecutor.java

Reply via email to