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 2020/01/10 15:18:12 UTC

[camel-kafka-connector] branch kafka-2.4.0 created (now 51ce1d1)

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

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


      at 51ce1d1  Bump Kafka to version 2.4.0

This branch includes the following new commits:

     new 51ce1d1  Bump Kafka to version 2.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-kafka-connector] 01/01: Bump Kafka to version 2.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 kafka-2.4.0
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 51ce1d1a50c132cb3190f3de7bb0517e7a9208d5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jan 10 16:17:50 2020 +0100

    Bump Kafka to version 2.4.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 80ee210..06d068b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -41,7 +41,7 @@
         <jboss.snapshots.repo.url>https://repository.jboss.org/nexus/content/repositories/snapshots/</jboss.snapshots.repo.url>
 
         <activemq.version>5.15.11</activemq.version>
-        <kafka.version>2.3.1</kafka.version>
+        <kafka.version>2.4.0</kafka.version>
         <junit.version>4.13</junit.version>
         <camel.version>3.0.0</camel.version>
         <jackson.version>2.10.2</jackson.version>