You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by ff...@apache.org on 2019/04/04 12:37:23 UTC

[karaf] branch jdk13 updated: [KARAF-6221]ensure karaf can build and run with JDK13 EA-upgrade to CXF version can handle 13-ea

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

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


The following commit(s) were added to refs/heads/jdk13 by this push:
     new a423bd3  [KARAF-6221]ensure karaf can build and run with JDK13 EA-upgrade to CXF version can handle 13-ea
a423bd3 is described below

commit a423bd3989789d8a2e72383b7c810117b0483a9b
Author: Freeman Fang <fr...@gmail.com>
AuthorDate: Thu Apr 4 16:32:38 2019 +0800

    [KARAF-6221]ensure karaf can build and run with JDK13 EA-upgrade to CXF version can handle 13-ea
---
 examples/karaf-profile-example/karaf-profile-example-registry/pom.xml | 2 +-
 examples/karaf-rest-example/pom.xml                                   | 2 +-
 examples/karaf-soap-example/pom.xml                                   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/karaf-profile-example/karaf-profile-example-registry/pom.xml b/examples/karaf-profile-example/karaf-profile-example-registry/pom.xml
index f2bdffe..08b4030 100644
--- a/examples/karaf-profile-example/karaf-profile-example-registry/pom.xml
+++ b/examples/karaf-profile-example/karaf-profile-example-registry/pom.xml
@@ -34,7 +34,7 @@
     <properties>
         <activemq.version>5.14.3</activemq.version>
         <camel.version>2.18.1</camel.version>
-        <cxf.version>3.2.6</cxf.version>
+        <cxf.version>3.3.1</cxf.version>
     </properties>
 
     <build>
diff --git a/examples/karaf-rest-example/pom.xml b/examples/karaf-rest-example/pom.xml
index 3c9c7d5..62c9e2a 100644
--- a/examples/karaf-rest-example/pom.xml
+++ b/examples/karaf-rest-example/pom.xml
@@ -41,7 +41,7 @@
     </modules>
     
     <properties>
-        <cxf.version>3.2.6</cxf.version>
+        <cxf.version>3.3.1</cxf.version>
         <jackson.version>2.9.4</jackson.version>
     </properties>
 
diff --git a/examples/karaf-soap-example/pom.xml b/examples/karaf-soap-example/pom.xml
index 075b991..05b2b07 100644
--- a/examples/karaf-soap-example/pom.xml
+++ b/examples/karaf-soap-example/pom.xml
@@ -40,7 +40,7 @@
     </modules>
     
     <properties>
-        <cxf.version>3.2.6</cxf.version>
+        <cxf.version>3.3.1</cxf.version>
     </properties>
 
 </project>