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

[maven-resolver] branch checksums updated (679b77a -> bcbb945)

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

cstamas pushed a change to branch checksums
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git.


    from 679b77a  No need for map here
     add bcbb945  Tidy and wrap up

No new revisions were added by this update.

Summary of changes:
 .../aether/connector/basic/ChecksumValidatorTest.java  | 10 +++++-----
 .../aether/internal/impl/AbstractChecksumPolicy.java   | 14 +++++++-------
 .../aether/internal/impl/DefaultFileProcessor.java     |  2 ++
 .../internal/impl/Maven2RepositoryLayoutFactory.java   | 16 ++++++++--------
 .../impl/checksum/ChecksumAlgorithmFactorySHA256.java  |  3 +--
 .../impl/checksum/ChecksumAlgorithmFactorySHA512.java  |  3 +--
 .../impl/Maven2RepositoryLayoutFactoryTest.java        | 18 +++++++++---------
 .../connector/checksum/ChecksumAlgorithmHelper.java    |  2 +-
 .../aether/spi/connector/checksum/ChecksumPolicy.java  | 16 ++++++++--------
 .../aether/spi/connector/layout/RepositoryLayout.java  |  2 +-
 .../java/org/eclipse/aether/util/ChecksumUtils.java    |  4 ----
 11 files changed, 43 insertions(+), 47 deletions(-)