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/10/14 23:33:04 UTC

[maven-shade-plugin] branch MSHADE-379 created (now cae3acd)

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

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


      at cae3acd  [MSHADE-379] Upgrade ASM to 9.0 (Java 16 support)

This branch includes the following new commits:

     new cae3acd  [MSHADE-379] Upgrade ASM to 9.0 (Java 16 support)

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-379] Upgrade ASM to 9.0 (Java 16 support)

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

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

commit cae3acd6e518bef5fc7c089336b75c46d841e1e4
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Thu Oct 15 01:32:54 2020 +0200

    [MSHADE-379] Upgrade ASM to 9.0 (Java 16 support)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 16d2de8..30e3814 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@
     <mavenVersion>3.0</mavenVersion>
     <javaVersion>7</javaVersion>
     <currentVersion>${project.version}</currentVersion>
-    <asmVersion>8.0.1</asmVersion>
+    <asmVersion>9.0</asmVersion>
     <project.build.outputTimestamp>2020-05-23T15:29:40Z</project.build.outputTimestamp>
   </properties>