You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Stephane Nicoll <sn...@apache.org> on 2012/08/15 08:06:44 UTC

[ANN] Maven Filtering 1.1 Released

The Maven team is pleased to announce the release of the Maven
Filtering, version 1.1

These Plexus components have been built from the filtering process/code
in Maven Resources Plugin. The goal is to provide a shared component for
all plugins that needs to filter resources.

http://maven.apache.org/shared/maven-filtering/

You should specify the version in your project's configuration:

<plugin>
  <groupId>org.apache.maven.shared</groupId>
  <artifactId>maven-filtering</artifactId>
  <version>1.1</version>
</plugin>


Release Notes - Maven Shared Components - Version maven-filtering-1.1

** Bug
    * [MSHARED-195] - maven-filtering incorrect states a dependency to
maven-monitor
    * [MSHARED-215] - maven-filtering brings in JUnit as transitive dependency
    * [MSHARED-228] -
MultiDelimiterInterpolatorFilterReaderLineEnding() does not filter
after a token is escaped


Enjoy,

-The Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org