The Apache Maven team is pleased to announce the release of the Apache
Maven Common Artifact Filters, version 3.1.1
This shared component is a collection of ready-made filters to control
the 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>3.1.1</version>
</dependency>
You can download the appropriate sources etc. from the download page:
https://maven.apache.org/shared/maven-common-artifact-filters/download.cgiRelease Notes - Maven Common Artifact Filters - Version 3.1.1
** Bug
* [MSHARED-942] - Update JIRA URL for maven-common-artifact-filters
** Improvement
* [MSHARED-879] - make build Reproducible
** Dependency upgrade
* [MSHARED-941] - Deprecate SonatypeAetherFilterTransformer and
SonatypeAetherNode
* [MSHARED-950] - Set minimum enforced Maven version to 3.1.0
* [MSHARED-959] - Upgrade Maven Shared Utils to 3.3.3
Enjoy,
-The Apache Maven team
---------------------------------------------------------------------
To unsubscribe, e-mail:
[hidden email]
For additional commands, e-mail:
[hidden email]