You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Sylwester Lachiewicz <sl...@apache.org> on 2021/02/21 10:59:49 UTC

[ANN] Apache Maven Common Artifact Filters 3.2.0 Released

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

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