You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by co...@apache.org on 2020/01/15 09:51:46 UTC

[camel] 02/02: Updating CXF XJC

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

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

commit 30cf992471e9339c1dad9517c0457fad9e84468f
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Jan 15 09:50:47 2020 +0000

    Updating CXF XJC
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 418f46f..a40fb05 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -156,8 +156,8 @@
         <cxf-version>3.3.5</cxf-version>
         <cxf-version-range>[3.3,4.0)</cxf-version-range>
         <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>
+        <cxf-xjc-plugin-version>3.3.1</cxf-xjc-plugin-version>
+        <cxf-xjc-utils-version>3.3.1</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>