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/19 06:58:13 UTC

[camel-kafka-connector] branch camel-master updated: 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 camel-master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git


The following commit(s) were added to refs/heads/camel-master by this push:
     new 87f1759  Test early: Point to Strimzi 0.20.0 RC2
87f1759 is described below

commit 87f175983f8c95c3cf1ac7d1cf41f0dfa4894669
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>