You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ff...@apache.org on 2019/01/18 08:27:08 UTC

[cxf] branch master updated: [CXF-7948]Upgrade to asm 7

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

ffang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new 48869dd  [CXF-7948]Upgrade to asm 7
     new 5bb01b7  Merge branch 'master' of github.com:apache/cxf
48869dd is described below

commit 48869dd57d54650615ed1347d9aa44ae76e88265
Author: Freeman Fang <fr...@gmail.com>
AuthorDate: Fri Jan 18 16:25:57 2019 +0800

    [CXF-7948]Upgrade to asm 7
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index e69ce01..9cc17f2 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -48,8 +48,8 @@
         <!-- stuff related to ASM -->
         <cxf.asm.groupId>org.ow2.asm</cxf.asm.groupId>
         <cxf.asm.artifactId>asm</cxf.asm.artifactId>
-        <cxf.asm.version>6.2.1</cxf.asm.version>
-        <cxf.osgi.asm.version>[3.0,7)</cxf.osgi.asm.version>
+        <cxf.asm.version>7.0</cxf.asm.version>
+        <cxf.osgi.asm.version>[3.0,8)</cxf.osgi.asm.version>
         <cxf.easymock.version>4.0.2</cxf.easymock.version>
         <!-- OSGi related properties -->
         <cxf.fragment.host />