Fridrich Strba 2023-09-06 14:41:10 +00:00 committed by Git OBS Bridge
parent 7a8347e20f
commit 0627936992

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Wed Sep 6 14:30:17 UTC 2023 - Fridrich Strba <fstrba@suse.com>
- 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 <fstrba@suse.com>