Apache Maven Shared Utils Version 3.1.0 Released
The Apache Maven team is pleased to announce the release of the Apache Maven Shared Utils, version 3.1.0.
The release contains a number of bug fixes.
You should specify the version in your project's dependencies configuration:
1<dependency>
2 <groupId>org.apache.maven.shared</groupId>
3 <artifactId>maven-shared-utils</artifactId>
4 <version>3.1.0</version>
5</dependency>
Release Notes - Maven Shared Utils - Version 3.1.0
Bugs:
- [MSHARED-563] - Directory traversal in org.apache.maven.shared.utils.Expand
- [MSHARED-564] - Exceptions thrown on closing resources should not be suppressed silently.
Improvement:
- [MSHARED-548] - Inherit Site Configuration
New Feature:
- [MSHARED-562] - add an API to create messages with consistent and configurable colors
Task:
- [MSHARED-565] - Upgrade of commons-io to 2.5.
Wish:
- [MSHARED-567] - remove dependency on Maven core
Enjoy,
-The Apache Maven team