You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by John Casey <jd...@apache.org> on 2009/01/05 21:25:09 UTC

[ANN] Maven Common Artifact Filters 1.1 Released

The Maven team is pleased to announce the release of the Maven Common 
Artifact Filters shared component, version 1.1.

This component is used to filter a list of Artifact instances based on 
various configurable criteria. You can find more information at:

http://maven.apache.org/shared/maven-common-artifact-filters/

To use this component in your own project, you'll need to add the 
following dependency entry:

<dependency>
   <groupId>org.apache.maven.shared</groupId>
   <artifactId>maven-common-artifact-filters</artifactId>
   <version>1.1</version>
</dependency>


Unfortunately, this component did not have a separate list of issues, 
and therefore doesn't have an independent section of Release Notes. All 
filtering issues were included in the release of maven-assembly-plugin 
version 2.2-beta-3 
(http://jira.codehaus.org/browse/MASSEMBLY/fixforversion/13507).

Future releases will include a separate list of issues for this component.


Enjoy,

-The Maven team