You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2021/03/26 06:58:12 UTC

[maven] branch maven-3.8.x updated (a469068 -> d295dc3)

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

hboutemy pushed a change to branch maven-3.8.x
in repository https://gitbox.apache.org/repos/asf/maven.git.


    from a469068  next version in branch 3.8.x is 3.8.1-SNAPSHOT
     add d295dc3  [MNG-7128] keep blocked attribute from mirrors in artifact repositories

No new revisions were added by this update.

Summary of changes:
 .../maven/artifact/repository/ArtifactRepository.java      |  6 ++++++
 .../artifact/repository/DefaultArtifactRepository.java     | 12 ++++++++++++
 .../maven/repository/legacy/LegacyRepositorySystem.java    |  5 +++++
 .../src/main/java/org/apache/maven/RepositoryUtils.java    |  1 +
 .../artifact/repository/LegacyLocalRepositoryManager.java  |  9 +++++++++
 .../maven/artifact/repository/MavenArtifactRepository.java | 14 ++++++++++++++
 .../org/apache/maven/bridge/MavenRepositorySystem.java     |  5 +++++
 7 files changed, 52 insertions(+)