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:

Enjoy,

-The Apache Maven team