You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2021/11/16 19:40:10 UTC

[maven-resolver-ant-tasks] branch master updated: Upgrade Maven Shade Plugin to 3.2.4

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

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-resolver-ant-tasks.git


The following commit(s) were added to refs/heads/master by this push:
     new 8254c40  Upgrade Maven Shade Plugin to 3.2.4
8254c40 is described below

commit 8254c4047b0f9549428802b44bbb8324122e4491
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Tue Nov 16 20:40:01 2021 +0100

    Upgrade Maven Shade Plugin to 3.2.4
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b74a2ec..9a6ccaa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -268,7 +268,7 @@
       </plugin>
       <plugin>
         <artifactId>maven-shade-plugin</artifactId>
-        <version>3.2.3</version>
+        <version>3.2.4</version>
         <executions>
           <execution>
             <phase>package</phase>