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/05/27 13:12:19 UTC

[maven-resolver] branch tmp-collect-listener-2 updated (17af210c -> 0ff6f13a)

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

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


    from 17af210c Fix checkstyle
     add 0ff6f13a Rename

No new revisions were added by this update.

Summary of changes:
 .../collection/{CollectStepTrace.java => CollectStepData.java} |  6 +++---
 .../resolver/examples/util/ReverseTreeRepositoryListener.java  | 10 +++++-----
 .../{CollectStepTraceImpl.java => CollectStepDataImpl.java}    |  6 +++---
 .../internal/impl/collect/DependencyCollectorDelegate.java     |  2 +-
 4 files changed, 12 insertions(+), 12 deletions(-)
 rename maven-resolver-api/src/main/java/org/eclipse/aether/collection/{CollectStepTrace.java => CollectStepData.java} (89%)
 rename maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/collect/{CollectStepTraceImpl.java => CollectStepDataImpl.java} (87%)