You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Karl Heinz Marbaise <kh...@apache.org> on 2015/12/23 20:53:03 UTC

[ANN] Apache Maven Shared Component: Maven Shared IO Version 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.
 
http://maven.apache.org/shared/maven-shared-io/

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:
 
<plugin>
  <groupId>org.apache.maven.shared</groupId>
  <artifactId>maven-shared-io</artifactId>
  <version>3.0.0</version>
</plugin>

You can download the appropriate sources etc. from the download page:
 
http://maven.apache.org/shared/maven-io/download.cgi
 
Release Notes Maven Shared IO 3.0.0

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12334278

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