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:16:37 UTC

[camel-kafka-connector] 03/03: fix #1447 Camel version to 3.18.1

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-kafka-connector.git

commit 44def369610831a91c05770a2fd4a5b4ae6e7e91
Author: Jakub Malek <ja...@gmail.com>
AuthorDate: Fri Oct 14 16:01:14 2022 +0200

    fix #1447 Camel version to 3.18.1
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 33de26e6f..de91d4bab 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.19.0-SNAPSHOT</camel.version>
+        <camel.version>3.18.1</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>