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/10/20 16:03:20 UTC

[camel-kafka-connector] 08/13: Test early: Point to Strimzi 0.20.0 RC2

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

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

commit cb100441a7e8668943308067798d15f13710a509
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 19 08:55:07 2020 +0200

    Test early: Point to Strimzi 0.20.0 RC2
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 8134cc4..adf44e0 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -512,8 +512,8 @@
             </activation>
             <properties>
                 <kafka.version>2.6.0</kafka.version>
-                <itest.zookeeper.container.image>strimzi/kafka:0.20.0-rc1-kafka-2.6.0</itest.zookeeper.container.image>
-                <itest.strimzi.container.image>strimzi/kafka:0.20.0-rc1-kafka-2.6.0</itest.strimzi.container.image>
+                <itest.zookeeper.container.image>strimzi/kafka:0.20.0-rc2-kafka-2.6.0</itest.zookeeper.container.image>
+                <itest.strimzi.container.image>strimzi/kafka:0.20.0-rc2-kafka-2.6.0</itest.strimzi.container.image>
                 <kafka.instance.type>local-strimzi-container</kafka.instance.type>
             </properties>
         </profile>