You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/03/30 22:10:48 UTC

[maven-shade-plugin] branch MSHADE-355 created (now 1579fe2)

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

slachiewicz pushed a change to branch MSHADE-355
in repository https://gitbox.apache.org/repos/asf/maven-shade-plugin.git.


      at 1579fe2  [MSHADE-355] Upgrade JDependency to 2.4.0 (uses ASM 8.0)

This branch includes the following new commits:

     new 1579fe2  [MSHADE-355] Upgrade JDependency to 2.4.0 (uses ASM 8.0)

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-shade-plugin] 01/01: [MSHADE-355] Upgrade JDependency to 2.4.0 (uses ASM 8.0)

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch MSHADE-355
in repository https://gitbox.apache.org/repos/asf/maven-shade-plugin.git

commit 1579fe22bba118b67e0741bd639d2dfa2fbce67d
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Tue Mar 31 00:09:43 2020 +0200

    [MSHADE-355] Upgrade JDependency to 2.4.0 (uses ASM 8.0)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 996e6cd..03beed1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -160,7 +160,7 @@
     <dependency>
       <groupId>org.vafer</groupId>
       <artifactId>jdependency</artifactId>
-      <version>2.3.0</version>
+      <version>2.4.0</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>