The Apache Maven team is pleased to announce the release of the
Apache Maven Shared Component: Maven Shared Utils Version 3.0.0.

This project aims to be a functional replacement for plexus-utils in Maven. It
is not a 100% API compatible replacement though but a replacement with
improvements: lots of methods got cleaned up, generics got added and we dropped
a lot of unused code.

Important Notes:
 * Maven 3.X only
 * JDK 6 minimum requirement

http://maven.apache.org/shared/maven-shared-utils/

 You should specify the version in your project's plugin configuration:

<plugin>
  <groupId>org.apache.maven.shared</groupId>
  <artifactId>maven-shared-utils</artifactId>
  <version>3.0.0</version>
</plugin>


Release Notes - Apache Maven Shared Utils - Version 3.0.0

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

Bug:

 * [MSHARED-444] - Make the optional dependency (commons-io) to a usual 
dependency

Improvements:

 * [MSHARED-439] - Upgrade to Maven 3.0 dependencies and JDK6
 * [MSHARED-440] - Bump version number to 3.0.0
 * [MSHARED-442] - Remove shading of artifact instead of using simple jar
 * [MSHARED-443] - Use fluido skin for site.

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