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

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


The following commit(s) were added to refs/heads/master by this push:
     new 84ea014  Updated integration test image to kafka 2.4
84ea014 is described below

commit 84ea014f193fec1cc0a6b2089dd10e6b58b30faa
Author: Andrea Tarocchi <andrea.taroc...@gmail.com>
AuthorDate: Sun Jan 12 15:51:37 2020 +0100

    Updated integration test image to kafka 2.4
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index a4d5590..a9cdf46 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -68,8 +68,8 @@
         <maven-surefire-plugin.version>3.0.0-M4</maven-surefire-plugin.version>
         <mycila-license-version>3.0</mycila-license-version>
 
-        
<itest.zookeeper.container.image>strimzi/kafka:0.15.0-kafka-2.3.1</itest.zookeeper.container.image>
-        
<itest.strimzi.container.image>strimzi/kafka:0.15.0-kafka-2.3.1</itest.strimzi.container.image>
+        
<itest.zookeeper.container.image>strimzi/kafka:0.16.0-rc1-kafka-2.4.0</itest.zookeeper.container.image>
+        
<itest.strimzi.container.image>strimzi/kafka:0.16.0-rc1-kafka-2.4.0</itest.strimzi.container.image>
     </properties>
 
     <repositories>

Reply via email to