The Apache Maven team is pleased to announce the release of the Apache
Maven Resolver, version 1.1.1
Apache Maven Artifact Resolver is a library for working with artifact
repositories and dependency resolution.
Maven Artifact Resolver deals with the specification of local repository,
remote repository, developer workspaces, artifact transports and artifact
resolution.
It is expected to be extended by concrete repository implementation, like
Maven Artifact Resolver Provider for Maven repositories or any other
provider for other repository formats.
https://maven.apache.org/resolver/index.html
You can download the appropriate sources etc. from the download page:
https://maven.apache.org/resolver/download.cgi
Release Notes - Maven Resolver - Version Maven Artifact Resolver 1.1.1
** Bug
* [MRESOLVER-30] - Use last Wagon 3.0.0
* [MRESOLVER-39] - deadlock during multithreaded dependency resolution
** Task
* [MRESOLVER-28] - Move demos into master as new module
** Dependency upgrade
* [MRESOLVER-34] - Update dependences and plugins to latest versions
Enjoy,
-The Apache Maven team