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 2022/10/17 09:17:52 UTC

[camel-kafka-connector] 01/02: Point to Camel 3.19.0 on main

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

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

commit d030f9fa1e970dca340d57f049efcdd14d039ed7
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 17 11:17:23 2022 +0200

    Point to Camel 3.19.0 on main
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 2 +-
 pom.xml        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index de91d4bab..ad829e828 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -28,7 +28,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
         <kafka.version>2.8.0</kafka.version>
-        <camel.version>3.18.1</camel.version>
+        <camel.version>3.19.0</camel.version>
         <camel.kamelet.catalog.version>0.9.0</camel.kamelet.catalog.version>
         <apicurio.registry.version>1.3.2.Final</apicurio.registry.version>
         <resteasy.version>4.5.6.Final</resteasy.version>
diff --git a/pom.xml b/pom.xml
index 20e12600e..50971e841 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-dependencies</artifactId>
-        <version>3.18.1</version>
+        <version>3.19.0</version>
     </parent>
 
     <groupId>org.apache.camel.kafkaconnector</groupId>