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

[maven-shade-plugin] branch MSHADE-357 updated (219253d -> e4ae305)

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

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


 discard 219253d  [MSHADE-357] - Upgrade asm to 8.0
     new e4ae305  [MSHADE-357] - Upgrade asm to 8.0  o Updated jdependency as well.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (219253d)
            \
             N -- N -- N   refs/heads/MSHADE-357 (e4ae305)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[maven-shade-plugin] 01/01: [MSHADE-357] - Upgrade asm to 8.0 o Updated jdependency as well.

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

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

commit e4ae3055af3e6894321235517e1adab16e83b210
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Mar 28 21:47:28 2020 +0100

    [MSHADE-357] - Upgrade asm to 8.0
     o Updated jdependency as well.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 996e6cd..a22b3d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@
     <mavenVersion>3.0</mavenVersion>
     <javaVersion>7</javaVersion>
     <currentVersion>${project.version}</currentVersion>
-    <asmVersion>7.3.1</asmVersion>
+    <asmVersion>8.0</asmVersion>
     <project.build.outputTimestamp>2020-02-09T09:12:47Z</project.build.outputTimestamp>
   </properties>
 
@@ -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>