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

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

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

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

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

You can download the appropriate sources etc. from the download page:

https://maven.apache.org/shared/maven-common-artifact-filters/download.cgi

Release Notes - Maven Shared Components - Version 3.2.0

** Improvement
    * [MSHARED-975] - Big speed improvements for patterns that do not
contain any wildcard

** Dependency upgrade
    * [MSHARED-974] - Set minimum enforced Maven version to 3.1.1

Enjoy,

-The Apache Maven team

Reply via email to