diff --git a/maven-common-artifact-filters.changes b/maven-common-artifact-filters.changes index 9b0772d..c6f1e0c 100644 --- a/maven-common-artifact-filters.changes +++ b/maven-common-artifact-filters.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Wed Sep 6 14:30:17 UTC 2023 - Fridrich Strba + +- Upgrade to upstream version 3.3.2 +- Changes of 3.3.2 + * Bug + + MSHARED-1130: PatternIncludesArtifactFilters raising NPE for + patterns w/ wildcards and artifactoid w/ null on any + coordinate +- Changes of 3.3.1 + * Bug + + MSHARED-1104: Pattern w/ 4 elements may be GATV or GATC +- Changes of 3.3.0 + * Bug + + MSHARED-1017: null passed to DependencyFilter in + EclipseAetherFilterTransformerTest + + MSHARED-1031: PatternIncludesArtifactFilter#include(Artifact) + + MSHARED-1077: Common Artifact Filters pattern parsing with + classifier is broken + * Task + + MSHARED-988: Sanitize dependencies + + MSHARED-1078: Upgrade to Maven Parent 36, to Maven 3.2.5, to + Java 8 and clean up dependencies +- Changes of 3.2.0 + * Improvement + + MSHARED-975: Big speed improvements for patterns that do not + contain any wildcard +- Changes of 3.1.1 + * Bug + + MSHARED-942: Update JIRA URL for maven-common-artifact-filters + * Improvement + + MSHARED-879: make build Reproducible +- Changes of 3.1.0 + * Bug + + MSHARED-631: Several filters do not preserve order of + artifacts filtered + ------------------------------------------------------------------- Sun Mar 20 20:04:00 UTC 2022 - Fridrich Strba