You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/03/29 06:39:36 UTC

[camel-kamelets] 01/04: Upgrade to Camel 4.0.0-M2

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

acosentino pushed a commit to branch 4.0.0-M2
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 500498d961817fab1d8e8a29760e613aaf0ff1db
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 29 08:24:26 2023 +0200

    Upgrade to Camel 4.0.0-M2
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b85c34e0..756eb0f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,7 @@
         <apache-rat-plugin.version>0.14</apache-rat-plugin.version>
 	<cyclonedx-maven-plugin-version>2.7.5</cyclonedx-maven-plugin-version>
 
-        <camel.version>4.0.0-M1</camel.version>
+        <camel.version>4.0.0-M2</camel.version>
         <slf4j.version>2.0.6</slf4j.version>
         <log4j.version>2.20.0</log4j.version>
         <jackson.version>2.14.1</jackson.version>