You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2020/10/17 14:22:33 UTC

[maven-plugin-tools] 01/01: Update ASM to 9.0 to support Java 16

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

rfscholte pushed a commit to branch stabilize
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git

commit 4f33303a297bb0e4f7719a1d9220b316bae8bd9c
Author: rfscholte <rf...@apache.org>
AuthorDate: Sat Oct 17 16:22:20 2020 +0200

    Update ASM to 9.0 to support Java 16
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3858be9..e20532c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,7 +97,7 @@
     <antVersion>1.7.1</antVersion>
     <mavenInvokerPluginVersion>3.0.1</mavenInvokerPluginVersion>
     <maven.site.path>plugin-tools-archives/plugin-tools-LATEST</maven.site.path>
-    <asmVersion>8.0</asmVersion>
+    <asmVersion>9.0</asmVersion>
     <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
   </properties>