You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Karl Heinz Marbaise <kh...@apache.org> on 2015/11/20 17:46:05 UTC

[ANN] Apache Maven Shared Component: Maven Mapping Version 3.0.0 Released

The Apache Maven team is pleased to announce the release of the 
Apache Maven Shared Component: Maven Mapping Version 3.0.0.
 
http://maven.apache.org/shared/maven-mapping/

The goal is to provide a shared component for all plugins that need to do
mapping.
 
Important Notes:

 * Maven 3.X only
 * JDK 6 minimum requirement

You should specify the version in your project's plugin configuration:
 
<plugin>
  <groupId>org.apache.maven.shared</groupId>
  <artifactId>maven-mapping</artifactId>
  <version>3.0.0</version>
</plugin>

You can download the appropriate sources etc. from the download page:
 
http://maven.apache.org/shared/maven-mapping/download.cgi
 
Release Notes Maven Mapping 3.0.0

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

Bug:

 * [MSHARED-368] - Update plexus-interpolation to 1.21 to avoid potential thread safety issues

Improvement

 * [MSHARED-356] - Upgrade to Maven 2.2.1 compatiblity
 * [MSHARED-357] - Update version of plexus-interpolation to 1.19
 * [MSHARED-449] - Upgrade to Maven 3.X only + JDK 6
 * [MSHARED-452] - Removed calling to accessor
 * [MSHARED-453] - Bump version to 3.0.0-SNAPSHOT
 * [MSHARED-457] - Upgrade maven-shared-components parent to version 22

 
Enjoy,
 
-The Apache Maven team

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