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 61195286 Upgrade to Camel 4.10.0 (#2388)
61195286 is described below

commit 6119528638102cdd61f1bafd88ed784db1b0e9bc
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Feb 11 14:19:03 2025 +0100

    Upgrade to Camel 4.10.0 (#2388)
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3c29f4f8..9fe8cdb0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-dependencies</artifactId>
-       <version>4.10.0-SNAPSHOT</version>
+       <version>4.10.0</version>
     </parent>
 
     <groupId>org.apache.camel.kamelets</groupId>
@@ -62,7 +62,7 @@
         <apache-rat-plugin.version>0.16.1</apache-rat-plugin.version>
         <cyclonedx-maven-plugin-version>2.9.1</cyclonedx-maven-plugin-version>
 
-        <camel.version>4.10.0-SNAPSHOT</camel.version>
+        <camel.version>4.10.0</camel.version>
 
         <citrus.version>4.5.2</citrus.version>
         <cucumber.version>7.20.1</cucumber.version>

Reply via email to