You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2018/05/29 16:46:31 UTC

[commons-weaver] 02/02: upgrade to ASM 6.2

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

mbenson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-weaver.git

commit 225d87ae3b4de3552890cd119d74cf5fd0a37c3f
Author: Matt Benson <mb...@apache.org>
AuthorDate: Tue May 29 11:46:21 2018 -0500

    upgrade to ASM 6.2
---
 LICENSE-asm6.1.txt => LICENSE-asm6.2.txt | 0
 pom.xml                                  | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/LICENSE-asm6.1.txt b/LICENSE-asm6.2.txt
similarity index 100%
rename from LICENSE-asm6.1.txt
rename to LICENSE-asm6.2.txt
diff --git a/pom.xml b/pom.xml
index 9fe4eae..cf92b95 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@ under the License.
     <maven.compiler.target>1.8</maven.compiler.target>
 
     <ant.version>1.9.4</ant.version>
-    <asm.version>6.1</asm.version>
+    <asm.version>6.2</asm.version>
   </properties>
 
   <developers>

-- 
To stop receiving notification emails like this one, please contact
mbenson@apache.org.