Apache Maven Shared Component: Maven Shared IO 3.0.0 Released
The Apache Maven team is pleased to announce the release of the Apache Maven Shared Component: Maven Shared IO Version 3.0.0.
API for I/O support like logging, download or file scanning.
Important Notes:
- Maven 3.X only
- JDK 6 minimum requirement
You should specify the version in your project's plugin configuration:
1<plugin>
2 <groupId>org.apache.maven.shared</groupId>
3 <artifactId>maven-shared-io</artifactId>
4 <version>3.0.0</version>
5</plugin>
You can download the appropriate sources etc. from the download page.
Release Notes Maven Shared IO 3.0.0
Improvements:
- MSHARED-471 - Upgrade maven-shared-components parent to version 22
- MSHARED-472 - Upgrade maven-shared-utils to 3.0.0
- MSHARED-473 - Upgrade Maven 3.X Only JDK 1.6
- MSHARED-476 - Removed the empty interface MultiChannelMessageHolder
- MSHARED-479 - Bump version to 3.0.0-SNAPSHOT
Enjoy,
-The Apache Maven team