You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Kristian Rosenvold <kr...@apache.org> on 2013/04/11 20:27:08 UTC

[ANN] Maven Shared Utils 0.4 Released

The Maven team is pleased to announce the release of
maven-shared-utils, version 0.4

This project aims to be a functional replacement for
{{{http://plexus.codehaus.org/plexus-utils}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. Although all
the classes are in different packages from plexus-utils, if the method
is present it will have the same
semantics, facilitating easy conversion.

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

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

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

Release Notes - Maven Shared Components - Version maven-shared-utils-0.4

** Bug
    * [MSHARED-282] - StringIndexOutOfBoundsException in m-s-u
XMLEncode if carriage-return is the last character

Enjoy,

-The Maven team

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