You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Tibor Digana <ti...@apache.org> on 2015/06/20 14:38:40 UTC

[ANN] Apache Maven Shared Utils 0.8 Released

The Apache Maven team is pleased to announce the release of the Apache
Maven Shared Utils, version 0.8

The release contains a number of bug fixes.

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

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

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



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

<h2>        Bug
</h2>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/MSHARED-369'>MSHARED-369</a>]
-         ReflectionValueExtractor regression; incorrect parsing
</li>
</ul>

<h2>        Improvement
</h2>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/MSHARED-415'>MSHARED-415</a>]
-         Allow passing a Charset to be used by the StreamPumper to read
from the input streams
</li>
</ul>



Enjoy,

-The Apache Maven team