You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by bm...@apache.org on 2023/01/08 15:32:40 UTC

[maven-wrapper] branch master updated (8b48a3f -> f86c2f8)

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

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


    from 8b48a3f  [MWRAPPER-33] Adopt Java 8 constructs (#80)
     add f86c2f8  Switch to JUnit Jupiter (#61)

No new revisions were added by this update.

Summary of changes:
 maven-wrapper/pom.xml                              |  30 ++++--
 .../org/apache/maven/wrapper/DownloaderTest.java   |  16 ++--
 .../maven/wrapper/HashAlgorithmVerifierTest.java   |  30 +++---
 .../org/apache/maven/wrapper/InstallerTest.java    |  92 +++++++++---------
 .../apache/maven/wrapper/PathAssemblerTest.java    |  22 ++---
 .../maven/wrapper/SystemPropertiesHandlerTest.java |  14 +--
 .../apache/maven/wrapper/WrapperExecutorTest.java  | 106 +++++++++++----------
 7 files changed, 165 insertions(+), 145 deletions(-)