You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2020/12/04 16:39:45 UTC

[maven] branch MNG-6957 updated (337d180 -> 459ba0a)

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

rfscholte pushed a change to branch MNG-6957
in repository https://gitbox.apache.org/repos/asf/maven.git.


    from 337d180  Merge branch 'master' into MNG-6957
     add d8ad76b  [MNG-5728] Switch the default checksum policy from "warn" to "fail"
     add 06c3217  Merge branch 'MNG-5728' of https://gitbox.apache.org/repos/asf/maven
     add b6cf710  [MNG-7042] Upgrade Maven Wagon to 3.4.2
     add 26f1e81  Merge branch 'master' of https://gitbox.apache.org/repos/asf/maven
     add 2bdc0c5  remove unused imports
     add 251ba22  Revert "[MNG-5728] Switch the default checksum policy from "warn" to "fail""
     add 95ee890  [MNG-5728] Switch the default checksum policy from "warn" to "fail"
     new 459ba0a  Merge branch 'master' into MNG-6957

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:
 .../repository/ArtifactRepositoryPolicy.java       |  4 +++-
 .../AbstractArtifactComponentTestCase.java         | 25 ++++++++++++++++++++++
 .../repository/legacy/DefaultWagonManagerTest.java |  5 +++++
 .../apache/maven/bridge/MavenRepositorySystem.java | 22 +++++++++----------
 maven-model/src/main/mdo/maven.mdo                 |  7 +++---
 .../internal/ArtifactDescriptorUtils.java          | 18 +++++++++++++++-
 pom.xml                                            |  2 +-
 7 files changed, 65 insertions(+), 18 deletions(-)


[maven] 01/01: Merge branch 'master' into MNG-6957

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

rfscholte pushed a commit to branch MNG-6957
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 459ba0a355ab995631b7cf583c1686699635c60a
Merge: 337d180 95ee890
Author: rfscholte <rf...@apache.org>
AuthorDate: Fri Dec 4 17:39:22 2020 +0100

    Merge branch 'master' into MNG-6957

 .../repository/ArtifactRepositoryPolicy.java       |  4 +++-
 .../AbstractArtifactComponentTestCase.java         | 25 ++++++++++++++++++++++
 .../repository/legacy/DefaultWagonManagerTest.java |  5 +++++
 .../apache/maven/bridge/MavenRepositorySystem.java | 22 +++++++++----------
 maven-model/src/main/mdo/maven.mdo                 |  7 +++---
 .../internal/ArtifactDescriptorUtils.java          | 18 +++++++++++++++-
 pom.xml                                            |  2 +-
 7 files changed, 65 insertions(+), 18 deletions(-)