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 23:45:40 UTC

[maven-shade-plugin] branch MSHADE-357 updated (e4ae305 -> 656b7b8)

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 e4ae305  [MSHADE-357] - Upgrade asm to 8.0  o Updated jdependency as well.
     add 1579fe2  [MSHADE-355] Upgrade JDependency to 2.4.0 (uses ASM 8.0)
     new 656b7b8  [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   (e4ae305)
            \
             N -- N -- N   refs/heads/MSHADE-357 (656b7b8)

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:


[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 656b7b88df9db44b3145cca23df7900e9abd6631
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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 03beed1..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>