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

[camel] 01/02: (chores) ci: upgrade cxf-xjc-plugin version

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

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

commit 9d3ba26c7389605513385daf166cf80fb089e033
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Sun Jun 12 05:26:55 2022 -0300

    (chores) ci: upgrade cxf-xjc-plugin version
    
    This should fix build problems on Windows
---
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 7f846cf5d8a..cf9a0eba0e8 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -159,7 +159,7 @@
     <cxf-codegen-plugin-version>3.5.2</cxf-codegen-plugin-version>
     <cxf-version>3.5.2</cxf-version>
     <cxf-version-range>[3.5,3.6)</cxf-version-range>
-    <cxf-xjc-plugin-version>3.3.1</cxf-xjc-plugin-version>
+    <cxf-xjc-plugin-version>3.3.2</cxf-xjc-plugin-version>
     <cxf-xjc-utils-version>3.3.1</cxf-xjc-utils-version>
     <cxf.codegen.jvmArgs></cxf.codegen.jvmArgs>
     <cxf.codegenplugin.forkmode>true</cxf.codegenplugin.forkmode>
diff --git a/parent/pom.xml b/parent/pom.xml
index c3528e548ad..da5374a6784 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -144,7 +144,7 @@
         <cxf-version-range>[3.5,3.6)</cxf-version-range>
         <cxf-codegen-plugin-version>3.5.2</cxf-codegen-plugin-version>
         <!-- cxf-xjc is not released as often -->
-        <cxf-xjc-plugin-version>3.3.1</cxf-xjc-plugin-version>
+        <cxf-xjc-plugin-version>3.3.2</cxf-xjc-plugin-version>
         <cxf-xjc-utils-version>3.3.1</cxf-xjc-utils-version>
         <datasonnet-mapper-version>2.1.4</datasonnet-mapper-version>
         <deltaspike-version>1.9.5</deltaspike-version>