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 2019/12/03 15:01:09 UTC

[camel] 03/11: Upgrade CXF plugins

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

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

commit d7ed7942ccc13fc9ff6b0f7381e749e6304ad52d
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Nov 25 09:40:43 2019 +0100

    Upgrade CXF plugins
---
 parent/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index dc896e3..d5f4ae0 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -155,9 +155,9 @@
         <curator-version>2.12.0</curator-version>
         <cxf-version>3.3.4</cxf-version>
         <cxf-version-range>[3.3,4.0)</cxf-version-range>
-        <cxf-codegen-plugin-version>3.3.2</cxf-codegen-plugin-version>
-        <cxf-xjc-plugin-version>3.2.0</cxf-xjc-plugin-version>
-        <cxf-xjc-utils-version>3.2.0</cxf-xjc-utils-version>
+        <cxf-codegen-plugin-version>3.3.4</cxf-codegen-plugin-version>
+        <cxf-xjc-plugin-version>3.3.0</cxf-xjc-plugin-version>
+        <cxf-xjc-utils-version>3.3.0</cxf-xjc-utils-version>
         <deltaspike-version>1.9.0</deltaspike-version>
         <depends-maven-plugin-version>1.4.0</depends-maven-plugin-version>
         <derby-version>10.14.2.0</derby-version>