The Apache Maven team is pleased to announce the release of the 
Apache Maven Shared Component: Maven Artifact Transfer Version 0.9.1.
 
https://maven.apache.org/shared/maven-artifact-transfer/

An API to install, deploy and resolving artifacts with Maven3

You should specify the version in your project's plugin configuration:
 
<dependency>
  <groupId>org.apache.maven.shared</groupId>
  <artifactId>maven-artifact-transfer</artifactId>
  <version>0.9.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 Artifact Transfer 0.9.1

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12340502

Bug:

 * [MSHARED-602] - NoSuchMethodException using DependencyCollector with Maven 
3.0

Improvements:

 * [MSHARED-635] - Upgrade to 
plexus-component-metadata/plexus-component-annotation to 1.7.1
 * [MSHARED-636] - Upgrade maven-common-artifact-filters to 3.0.1
 * [MSHARED-637] - Remove IOException from ProjectDeployer cause it's not 
thrown by the code
 
Enjoy,
 
-The Apache Maven team

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

Reply via email to