You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by cs...@apache.org on 2022/07/16 08:30:20 UTC

[maven-assembly-plugin] 01/01: [MASSEMBLY-969] Update common artifact filters

This is an automated email from the ASF dual-hosted git repository.

cstamas pushed a commit to branch MASSEMBLY-969
in repository https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git

commit 48dc54c923ffe248fb293110237e5579762b626e
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Sat Jul 16 10:29:05 2022 +0200

    [MASSEMBLY-969] Update common artifact filters
    
    As version 3.3.0 has an unwanted change regarding 4 elements
    pattern and are parsed as GATV only, while before they were
    parsed as GATC as well.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7f687a00..55c1f8e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,7 +141,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-common-artifact-filters</artifactId>
-      <version>3.3.0</version>
+      <version>3.3.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>