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 2024/03/22 14:56:59 UTC

(camel) branch main updated: cxf 4.0.4 plugin do not work, going back to 4.0.3

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 d59aa528d11 cxf 4.0.4 plugin do not work, going back to 4.0.3
d59aa528d11 is described below

commit d59aa528d1123f80e36205bb457beda683fa6842
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Mar 22 15:56:44 2024 +0100

    cxf 4.0.4 plugin do not work, going back to 4.0.3
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index a9539ccbd9d..8e3a1a5c29f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -117,7 +117,7 @@
         <couchbase-client-version>3.5.3</couchbase-client-version>
         <curator-version>5.6.0</curator-version>
         <cxf-version>4.0.4</cxf-version>
-        <cxf-codegen-plugin-version>4.0.4</cxf-codegen-plugin-version>
+        <cxf-codegen-plugin-version>4.0.3</cxf-codegen-plugin-version>
         <!-- cxf-xjc is not released as often -->
         <cxf-xjc-plugin-version>4.0.1</cxf-xjc-plugin-version>
         <cxf-xjc-utils-version>4.0.1</cxf-xjc-utils-version>