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 2021/10/07 09:51:35 UTC

[maven-resolver] branch update-plugins updated (841648b -> 423fcac)

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

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


    from 841648b  Update build plugins
     add e5c8763  [MRESOLVER-204] Add a SessionData#computeIfAbsent method (#125)
     add be9002f  Merge remote-tracking branch 'origin/master' into update-plugins
     add 423fcac  Tidy up

No new revisions were added by this update.

Summary of changes:
 .../java/org/eclipse/aether/DefaultSessionData.java |  5 +++++
 .../main/java/org/eclipse/aether/SessionData.java   | 11 +++++++++++
 .../org/eclipse/aether/DefaultSessionDataTest.java  | 16 ++++++++++++++++
 .../maven-resolver-demo-snippets/pom.xml            |  2 +-
 .../internal/impl/DefaultUpdateCheckManager.java    | 21 +++++++++------------
 .../impl/DefaultUpdateCheckManagerTest.java         |  3 ++-
 pom.xml                                             |  1 -
 7 files changed, 44 insertions(+), 15 deletions(-)