The Apache Maven team is pleased to announce the release of the 
Apache Maven Shared Component: Maven Shared Utils Version 3.0.1.
 
https://maven.apache.org/shared/maven-shared-utils/

This project aims to be a functional replacement for plexus-utils in Maven.
 
Important Notes since Version 3.0.0:

 * Maven 3.X only
 * JDK 6 minimum requirement

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

You can download the appropriate sources etc. from the download page:
 
https://maven.apache.org/shared/maven-shared-utils/download.cgi
 
Release Notes Maven Shared Utils 3.0.1

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

Bug:

 * [MSHARED-475] - Not able to compile a module named as "RCS" and "SCCS"

Improvements:

 * [MSHARED-503] - Upgrade maven-shared-components parent to version 22
 * [MSHARED-504] - Remove System.gc() call
 * [MSHARED-534] - Upgrade com.google.code.findbugs:jsr305 to 3.0.0
 * [MSHARED-535] - Upgrade maven-shared-components parent to version 30
 * [MSHARED-536] - Removed unused plugin declaration for maven-assembly-plugin
 * [MSHARED-537] - Removing plugin declaration which is handled by the parent
 * [MSHARED-538] - Upgrade maven-fluido-skin to 1.5

 
Enjoy,
 
-The Apache Maven team

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

Reply via email to