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 2024/02/19 10:33:01 UTC

(camel-kamelets) branch camel-4.4.0 created (now 97fab2e6)

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

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


      at 97fab2e6 Upgrade to Camel 4.4.0

This branch includes the following new commits:

     new 97fab2e6 Upgrade to Camel 4.4.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



(camel-kamelets) 01/01: Upgrade to Camel 4.4.0

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 97fab2e676b384a47a4317793a11a5be3d2cf46e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 19 11:31:12 2024 +0100

    Upgrade to Camel 4.4.0
    
    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 1ed3efa7..c5426a79 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-dependencies</artifactId>
-        <version>4.4.0-SNAPSHOT</version>
+        <version>4.4.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.7.11</cyclonedx-maven-plugin-version>
 
-        <camel.version>4.4.0-SNAPSHOT</camel.version>
+        <camel.version>4.4.0</camel.version>
         <camel.k.crds.version>2.2.0</camel.k.crds.version>
 
         <citrus.version>4.1.0</citrus.version>