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

[cxf] 01/02: Updating Karaf to 4.2.9

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

coheigea pushed a commit to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 0623b2f923443330c7206932475e240d88fc4f2d
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Jun 10 13:00:34 2020 +0100

    Updating Karaf to 4.2.9
    
    (cherry picked from commit a7e3d0cfb720310bbd17315de3a9ece7fe4e697e)
    
    # Conflicts:
    #	parent/pom.xml
---
 parent/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 04c5dc1..604f03a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -54,8 +54,8 @@
         <!-- stuff related to ASM -->
         <cxf.asm.groupId>org.ow2.asm</cxf.asm.groupId>
         <cxf.asm.artifactId>asm</cxf.asm.artifactId>
-        <cxf.asm.version>7.1</cxf.asm.version>
-        <cxf.osgi.asm.version>[3.0,8)</cxf.osgi.asm.version>
+        <cxf.asm.version>8.0.1</cxf.asm.version>
+        <cxf.osgi.asm.version>[3.0,9)</cxf.osgi.asm.version>
         <cxf.easymock.version>4.2</cxf.easymock.version>
         <!-- OSGi related properties -->
         <cxf.fragment.host />
@@ -241,7 +241,7 @@
         <cxf.jaxb.bundle.version>2.3.1_1</cxf.jaxb.bundle.version>
         <cxf.jaxb.context.class.property>none</cxf.jaxb.context.class.property>
         <cxf.jdom.bundle.version>1.1_4</cxf.jdom.bundle.version>
-        <cxf.karaf.version>4.2.8</cxf.karaf.version>
+        <cxf.karaf.version>4.2.9</cxf.karaf.version>
         <cxf.oauth.bundle.version>20100527_1</cxf.oauth.bundle.version>
         <cxf.oro.bundle.version>2.0.8_6</cxf.oro.bundle.version>
         <cxf.osgi.saaj.version>[1.3,2)</cxf.osgi.saaj.version>