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:41 UTC

[maven-shade-plugin] 01/01: [MSHADE-357] - Upgrade asm to 8.0

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>