Apache Maven Shared Utils Version 3.0.0 Released
The Apache Maven team is pleased to announce the release of the Apache Maven Shared Utils, version 3.0.0.
The release contains a number of bug fixes.
You should specify the version in your project's dependencies configuration:
1<plugin>
2 <groupId>org.apache.maven.shared</groupId>
3 <artifactId>maven-shared-utils</artifactId>
4 <version>3.0.0</version>
5</plugin>
Release Notes - Maven Shared Utils - Version 3.0.0
Bug:
- MSHARED-444 - Make the optional dependency (commons-io) to a usual dependency
Improvements:
- MSHARED-439 - Upgrade to Maven 3.0 dependencies and JDK6
- MSHARED-440 - Bump version number to 3.0.0
- MSHARED-442 - Remove shading of artifact instead of using simple jar
- MSHARED-443 - Use fluido skin for site.
Enjoy,
-The Apache Maven team