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:19 UTC

[maven-assembly-plugin] branch MASSEMBLY-969 created (now 48dc54c9)

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

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


      at 48dc54c9 [MASSEMBLY-969] Update common artifact filters

This branch includes the following new commits:

     new 48dc54c9 [MASSEMBLY-969] Update common artifact filters

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by cs...@apache.org.
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>