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 ccaa27d  [BUILD] add shellcheck (#74)
     add 8a1ded6  [MWRAPPER-89] update to maven-parent v39; spotless code 
style; (#81)

No new revisions were added by this update.

Summary of changes:
 maven-wrapper-distribution/pom.xml                 |  20 +-
 maven-wrapper-plugin/pom.xml                       |  10 +-
 .../apache/maven/plugins/wrapper/WrapperMojo.java  | 289 +++++------
 maven-wrapper/pom.xml                              |   4 +-
 .../apache/maven/wrapper/BootstrapMainStarter.java |  52 +-
 .../apache/maven/wrapper/DefaultDownloader.java    | 179 +++----
 .../java/org/apache/maven/wrapper/Downloader.java  |  24 +-
 .../maven/wrapper/HashAlgorithmVerifier.java       |  54 +--
 .../java/org/apache/maven/wrapper/Installer.java   | 195 +++-----
 .../main/java/org/apache/maven/wrapper/Logger.java |  23 +-
 .../org/apache/maven/wrapper/MavenWrapperMain.java | 136 +++---
 .../org/apache/maven/wrapper/PathAssembler.java    |  94 ++--
 .../maven/wrapper/SystemPropertiesHandler.java     |  42 +-
 .../java/org/apache/maven/wrapper/Verifier.java    |  11 +-
 .../apache/maven/wrapper/WrapperConfiguration.java |  60 +--
 .../org/apache/maven/wrapper/WrapperExecutor.java  | 170 +++----
 .../wrapper/cli/AbstractCommandLineConverter.java  |  31 +-
 .../AbstractPropertiesCommandLineConverter.java    |  40 +-
 .../wrapper/cli/CommandLineArgumentException.java  |  21 +-
 .../maven/wrapper/cli/CommandLineConverter.java    |  22 +-
 .../maven/wrapper/cli/CommandLineOption.java       |  83 ++--
 .../maven/wrapper/cli/CommandLineParser.java       | 537 ++++++++-------------
 .../maven/wrapper/cli/ParsedCommandLine.java       |  90 ++--
 .../maven/wrapper/cli/ParsedCommandLineOption.java |  34 +-
 .../cli/ProjectPropertiesCommandLineConverter.java |  18 +-
 .../cli/SystemPropertiesCommandLineConverter.java  |  20 +-
 .../org/apache/maven/wrapper/DownloaderTest.java   |  74 ++-
 .../maven/wrapper/HashAlgorithmVerifierTest.java   |  59 +--
 .../org/apache/maven/wrapper/InstallerTest.java    | 412 ++++++++--------
 .../apache/maven/wrapper/PathAssemblerTest.java    | 210 ++++----
 .../maven/wrapper/SystemPropertiesHandlerTest.java |  68 ++-
 .../apache/maven/wrapper/WrapperExecutorTest.java  | 464 +++++++++---------
 pom.xml                                            |  20 +-
 33 files changed, 1530 insertions(+), 2036 deletions(-)

Reply via email to