You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gn...@apache.org on 2022/11/19 09:11:39 UTC

[maven-mvnd] branch maven4/master updated (8275e70 -> 400e136)

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

gnodet pushed a change to branch maven4/master
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git


    from 8275e70  Fix InteractiveTest
     add e1e5c08  Release the read lock in a finally block (#703)
     add c94ee72  Calculate java home from java command (#716)
     add e50eedf  Sync entry scripts with maven 3.8.6 (#711)
     add 31612a1  Upgrade to groovy 4 to allow building on recent JDK (#735)
     add a0892da  Merge remote-tracking branch 'origin/master' into maven4/master
     add 8c0c53d  Upgrade to 1.0.0-SNAPSHOT for maven 4.x
     add a31d93e  Upgrade to groovy 4
     add 485f080  Upgrade plugins
     add 400e136  Switch graalvm to 2.3.0

No new revisions were added by this update.

Summary of changes:
 .github/workflows/release.yaml                     |  2 +-
 agent/pom.xml                                      |  2 +-
 build-plugin/pom.xml                               |  9 ++-
 client/pom.xml                                     |  2 +-
 .../mvndaemon/mvnd/client/DaemonParameters.java    | 12 ++++
 common/pom.xml                                     |  2 +-
 .../java/org/mvndaemon/mvnd/common/OsUtils.java    | 12 ++++
 .../mvnd/common/logging/TerminalOutput.java        | 17 +++---
 daemon/pom.xml                                     |  2 +-
 dist/pom.xml                                       |  2 +-
 dist/src/main/distro/bin/mvnd.cmd                  | 20 +++---
 dist/src/main/distro/bin/mvnd.sh                   |  9 ++-
 dist/src/main/distro/mvn/bin/mvn                   |  7 +--
 dist/src/main/distro/mvn/bin/mvn.cmd               | 23 +++----
 helper/pom.xml                                     |  2 +-
 integration-tests/pom.xml                          |  2 +-
 .../src/test/projects/exec-output/pom.xml          |  2 +-
 .../src/test/projects/junit-platform/pom.xml       |  2 +-
 .../src/test/projects/raw-streams/pom.xml          | 20 ++++--
 native/pom.xml                                     |  2 +-
 pom.xml                                            | 71 ++++++++++++----------
 21 files changed, 128 insertions(+), 94 deletions(-)