You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2023/01/04 20:56:42 UTC

[cxf] 06/06: Update Apache Camel to 2.25.4

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

reta pushed a commit to branch 3.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit f726382c8c3a3637256d456185ca65af34872ee5
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Wed Jan 4 15:56:19 2023 -0500

    Update Apache Camel to 2.25.4
---
 .../src/main/release/samples/jax_rs/tracing_opentracing_camel/pom.xml   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distribution/src/main/release/samples/jax_rs/tracing_opentracing_camel/pom.xml b/distribution/src/main/release/samples/jax_rs/tracing_opentracing_camel/pom.xml
index 15bf31771f..7e7d5582a4 100644
--- a/distribution/src/main/release/samples/jax_rs/tracing_opentracing_camel/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/tracing_opentracing_camel/pom.xml
@@ -31,7 +31,7 @@
     
     <properties>
         <cxf.version>${project.version}</cxf.version>
-        <cxf.camel.version>2.24.0</cxf.camel.version>
+        <cxf.camel.version>2.25.4</cxf.camel.version>
     </properties>
     
     <profiles>