You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/01/12 08:27:54 UTC

[camel] branch main updated: CAMEL-17137: camel-cxf - More strict version range in OSGi bundle. Upgrade to CXF 3.5.0

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new ccb4801  CAMEL-17137: camel-cxf - More strict version range in OSGi bundle. Upgrade to CXF 3.5.0
ccb4801 is described below

commit ccb4801c2de7321adfe31d918b072c6f63d0ee77
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Jan 12 09:25:34 2022 +0100

    CAMEL-17137: camel-cxf - More strict version range in OSGi bundle. Upgrade to CXF 3.5.0
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 3de18c9..a5f8088 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -142,8 +142,8 @@
         <couchbase-client-version>3.2.0</couchbase-client-version>
         <curator-version>4.3.0</curator-version>
         <cxf-version>3.5.0</cxf-version>
-        <cxf-version-range>[3.4,4.0)</cxf-version-range>
-        <cxf-codegen-plugin-version>3.4.5</cxf-codegen-plugin-version>
+        <cxf-version-range>[3.5,3.7)</cxf-version-range>
+        <cxf-codegen-plugin-version>3.5.0</cxf-codegen-plugin-version>
         <!-- cxf-xjc is not released as often -->
         <cxf-xjc-plugin-version>3.3.1</cxf-xjc-plugin-version>
         <cxf-xjc-utils-version>3.3.1</cxf-xjc-utils-version>