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/03/28 09:41:38 UTC

[maven-plugin-tools] branch master updated: Upgrade ASM to 7.3.1

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

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


The following commit(s) were added to refs/heads/master by this push:
     new fcf3517  Upgrade ASM to 7.3.1
fcf3517 is described below

commit fcf35179a9e61b031534be8c084d07a6088df975
Author: rfscholte <rf...@apache.org>
AuthorDate: Sat Mar 28 10:41:31 2020 +0100

    Upgrade ASM to 7.3.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f600288..97de80f 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>7.0</asmVersion>
+    <asmVersion>7.3.1</asmVersion>
   </properties>
 
   <dependencyManagement>