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/07/05 10:06:08 UTC

[camel-kamelets] branch main updated: Upgrade Camel to version 4.0.0-RC1

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 89df2eec Upgrade Camel to version 4.0.0-RC1
89df2eec is described below

commit 89df2eecdfe8a6a109aeca8cf5d57adcf01a6858
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jul 5 11:48:31 2023 +0200

    Upgrade Camel to version 4.0.0-RC1
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 47e0b7d4..2e39f826 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-dependencies</artifactId>
-        <version>4.0.0-M3</version>
+        <version>4.0.0-RC1</version>
     </parent>
 
     <groupId>org.apache.camel.kamelets</groupId>
@@ -60,7 +60,7 @@
         <apache-rat-plugin.version>0.14</apache-rat-plugin.version>
 	<cyclonedx-maven-plugin-version>2.7.8</cyclonedx-maven-plugin-version>
 
-        <camel.version>4.0.0-M3</camel.version>
+        <camel.version>4.0.0-RC1</camel.version>
         <camel.k.extension.version>6.1.1</camel.k.extension.version>
 
         <!-- Versions used inside Kamelets (add them also to the dependencyManagement section and the groovy script below) -->