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/10/16 09:39:23 UTC

[camel-kamelets] branch camel-4.1.0 created (now 74f3f658)

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

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


      at 74f3f658 Upgrade to Camel 4.1.0

This branch includes the following new commits:

     new 74f3f658 Upgrade to Camel 4.1.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.1.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.1.0
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 74f3f658e586f196fa155d2e73867f70c5c0d2c2
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 16 11:39:01 2023 +0200

    Upgrade to Camel 4.1.0
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../java/org/apache/camel/kamelets/catalog/KameletsCatalogTest.java   | 4 ++--
 pom.xml                                                               | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/library/camel-kamelets-catalog/src/test/java/org/apache/camel/kamelets/catalog/KameletsCatalogTest.java b/library/camel-kamelets-catalog/src/test/java/org/apache/camel/kamelets/catalog/KameletsCatalogTest.java
index 1c49d3d8..6b744893 100644
--- a/library/camel-kamelets-catalog/src/test/java/org/apache/camel/kamelets/catalog/KameletsCatalogTest.java
+++ b/library/camel-kamelets-catalog/src/test/java/org/apache/camel/kamelets/catalog/KameletsCatalogTest.java
@@ -156,8 +156,8 @@ public class KameletsCatalogTest {
         verifyHeaders("couchbase-sink", 2);
         verifyHeaders("dropbox-source", 0);
         verifyHeaders("dropbox-source", 0);
-        verifyHeaders("elasticsearch-index-sink", 9);
-        verifyHeaders("elasticsearch-search-source", 9);
+        verifyHeaders("elasticsearch-index-sink", 10);
+        verifyHeaders("elasticsearch-search-source", 10);
         verifyHeaders("exec-sink", 0);
         verifyHeaders("fhir-source", 0);
         verifyHeaders("file-watch-source", 10);
diff --git a/pom.xml b/pom.xml
index 22f7f992..1193df9a 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</version>
+        <version>4.1.0</version>
     </parent>
 
     <groupId>org.apache.camel.kamelets</groupId>
@@ -60,7 +60,7 @@
         <apache-rat-plugin.version>0.15</apache-rat-plugin.version>
         <cyclonedx-maven-plugin-version>2.7.9</cyclonedx-maven-plugin-version>
 
-        <camel.version>4.0.0</camel.version>
+        <camel.version>4.1.0</camel.version>
         <camel.k.crds.version>2.0.1</camel.k.crds.version>
 
         <!-- Versions used inside Kamelets (add them also to the dependencyManagement section and the groovy script below) -->