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/22 15:53:30 UTC

[camel-kafka-connector] branch master updated: Early Strimzi Test: Lets test wit 0.20.0 RC3

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


The following commit(s) were added to refs/heads/master by this push:
     new 40003aa  Early Strimzi Test: Lets test wit 0.20.0 RC3
40003aa is described below

commit 40003aaf504d7637547b2fa9bb506d7e1428462e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Oct 22 16:28:27 2020 +0200

    Early Strimzi Test: Lets test wit 0.20.0 RC3
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 1e1cd0d..c60902e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -525,8 +525,8 @@
             </activation>
             <properties>
                 <kafka.version>2.6.0</kafka.version>
-                <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>
+                <itest.zookeeper.container.image>strimzi/kafka:0.20.0-rc3-kafka-2.6.0</itest.zookeeper.container.image>
+                <itest.strimzi.container.image>strimzi/kafka:0.20.0-rc3-kafka-2.6.0</itest.strimzi.container.image>
                 <kafka.instance.type>local-strimzi-container</kafka.instance.type>
             </properties>
         </profile>