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

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

commit 2cc034360947d3fc2e1087192cbaeee3131b5eca
Author: Alexey Markevich <buhhu...@gmail.com>
AuthorDate: Tue Mar 16 23:46:43 2021 +0300

    Update karaf to 4.2.11
---
 osgi/karaf/features/src/main/resources/features.xml | 2 +-
 parent/pom.xml                                      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/osgi/karaf/features/src/main/resources/features.xml 
b/osgi/karaf/features/src/main/resources/features.xml
index e811e5e..71fadde 100644
--- a/osgi/karaf/features/src/main/resources/features.xml
+++ b/osgi/karaf/features/src/main/resources/features.xml
@@ -18,7 +18,7 @@
 -->
 <features xmlns="http://karaf.apache.org/xmlns/features/v1.3.0"; 
name="cxf-${project.version}">
 
-       
<repository>mvn:org.ops4j.pax.cdi/pax-cdi-features/1.0.0/xml/features</repository>
+    
<repository>mvn:org.ops4j.pax.cdi/pax-cdi-features/1.1.4/xml/features</repository>
 
     <feature name="cxf-specs" version="${project.version}">
         <bundle 
start-level="9">mvn:org.apache.geronimo.specs/geronimo-osgi-registry/1.1</bundle>
diff --git a/parent/pom.xml b/parent/pom.xml
index 2943901..a56d115 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -245,7 +245,7 @@
         <cxf.jaxb.bundle.version>2.3.2_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.10</cxf.karaf.version>
+        <cxf.karaf.version>4.2.11</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.4,2)</cxf.osgi.saaj.version>

Reply via email to