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/08/04 10:28:15 UTC

[camel-kafka-connector] 01/01: Use latest Strimzi's docker images

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

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

commit a339eb2c6c56ee5777ce549fbcc97881b33d26ed
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Aug 4 11:13:10 2020 +0200

    Use latest Strimzi's docker images
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 3d9853b..ff66d0d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -57,8 +57,8 @@
         <gmavenplus-plugin-version>1.6.2</gmavenplus-plugin-version>
         <groovy-version>2.5.8</groovy-version>
 
-        <itest.zookeeper.container.image>strimzi/kafka:0.18.0-kafka-2.5.0</itest.zookeeper.container.image>
-        <itest.strimzi.container.image>strimzi/kafka:0.18.0-kafka-2.5.0</itest.strimzi.container.image>
+        <itest.zookeeper.container.image>strimzi/kafka:0.19.0-kafka-2.5.0</itest.zookeeper.container.image>
+        <itest.strimzi.container.image>strimzi/kafka:0.19.0-kafka-2.5.0</itest.strimzi.container.image>
 
         <checkstyle.failOnViolation>false</checkstyle.failOnViolation>
     </properties>