You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Robert Scholte <rf...@apache.org> on 2018/12/19 19:51:46 UTC

[ANN] Apache Maven Artifact Transfer 0.10.1 Released

The Apache Maven team is pleased to announce the release of the Apache  
Maven Artifact Transfer, version 0.10.1

The Maven Artifact Transfer Component is intended as an API to install,  
deploy and resolve artifacts in Maven 3.

https://maven.apache.org/shared/maven-artifact-transfer/

You should specify the dependency in your pom.xml:

<dependency>
   <groupId>org.apache.maven.shared</groupId>
   <artifactId>maven-artifact-transfer</artifactId>
   <version>0.10.1</version>
</dependency>

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

https://maven.apache.org/shared/maven-artifact-transfer/download.cgi


Release Notes - Maven Shared Components - maven-artifact-transfer-0.10.1

** Bug
     * [MSHARED-743] - Improve documentation about install project
     * [MSHARED-778] - Managed dependencies are ignored

** Improvement
     * [MSHARED-753] - Remove updateReleaseInfo from ProjectDeployer docs
     * [MSHARED-766] - Build on JDK 11

** Dependency upgrade
     * [MSHARED-759] - Upgrade parent to version 33


Enjoy,

-The Apache Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org