You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Benson Margulies <bi...@apache.org> on 2011/12/02 14:53:32 UTC

[ANN] Maven Common Artifact Filters 1.4 Released

The Maven team is pleased to announce the release of the Maven Common Artifact Filters, version 1.4

A collection of ready-made filters to control inclusion/exclusion of artifacts during dependency resolution.

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

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

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


Release Notes - Maven Common Artifact Filters - Version 1.4

Bug
* [MSHARED-205] wildcard in middle of artifact-coordinate segment not recognized in Pattern*ArtifactFilter


Enjoy,

-The Maven team


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