The Apache Maven team is pleased to announce the release of the Apache Maven Shared Utils, version 0.9.
The release contains a number of bug fixes.
You should specify the version in your project’s dependencies configuration:
1 2 3 4 5 |
|
Release Notes – Maven Shared Utils – Version 0.9
Bugs:
- MSHARED-426 – Upgrade maven-assembly-plugin to Version 2.5.5
- MSHARED-434 – NPE due to concurrent calls in close() method of StreamFeeder class
- MSHARED-435 – createSymbolicLink() ClassCastException
Improvement:
- MSHARED-436 – PrettyPrintXmlWriter produces too much garbage and is therefore slower than needed
Enjoy,
-The Apache Maven team