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/28 20:47:40 UTC

[maven-shade-plugin] branch MSHADE-357 created (now 219253d)

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.


      at 219253d  [MSHADE-357] - Upgrade asm to 8.0

This branch includes the following new commits:

     new 219253d  [MSHADE-357] - Upgrade asm to 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-357] - Upgrade asm to 8.0

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 219253d0a35fab422d021555cc2f112843c62740
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Mar 28 21:47:28 2020 +0100

    [MSHADE-357] - Upgrade asm to 8.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 996e6cd..1a3b974 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>