The Apache Maven team is pleased to announce the release of the 
Apache Maven Shared Component: Maven Filtering Version 3.1.1.
 
https://maven.apache.org/shared/maven-filtering/

This component has been built from the filtering process/code in Maven 
Resources Plugin.
 
Important Notes since Version 3.0.0:

 * Maven 3.X only
 * JDK 6 minimum requirement

You should specify the version in your project's plugin configuration:
 
<dependency>
  <groupId>org.apache.maven.shared</groupId>
  <artifactId>maven-filtering</artifactId>
  <version>3.1.1</version>
</dependency>

You can download the appropriate sources etc. from the download page:
 
https://maven.apache.org/shared/maven-filtering/download.cgi
 
Release Notes Maven Archiver 3.1.1

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

Improvements:

 * [MSHARED-516] - Change info logging output to debug (ignoreDelta)
 * [MSHARED-517] - Refactor Code to remove usage of deprecated marked code.
 * [MSHARED-528] - Upgrade maven-shared-components parent to version 30
 * [MSHARED-532] - Upgrade plexus-utils to 3.0.24
 * [MSHARED-533] - Upgrade plexus-interpolation to 1.22
 * [MSHARED-543] - Change info logging output to debug
 
Enjoy,
 
-The Apache Maven team

Reply via email to