The Apache Maven team is pleased to announce the release of the
Apache Maven Resolver, version 1.3.3

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.

You can download the appropriate sources etc. from the download page.

Release Notes – Maven Resolver – Version Maven Artifact Resolver 1.3.3

Bug:

  • MRESOLVER-67 – The Maven resolver API 1.3.2 JAR deployed on Maven central has been built with Java 11

Wish:

Note: The previous version 1.3.2 was accidently released based on JDK9+ usage which causes some usage issues which had been fixed with the Version 1.3.3.

Enjoy,

  • The Apache Maven team