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/12/16 18:11:53 UTC

[camel-kafka-connector] branch master updated: Upgrade Strimzi to 0.20.1

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 bb38fb0  Upgrade Strimzi to 0.20.1
bb38fb0 is described below

commit bb38fb074ea8b29e135d202edf96c8171913f3a3
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Dec 16 18:32:01 2020 +0100

    Upgrade Strimzi to 0.20.1
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 4895029..0f58264 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -59,8 +59,8 @@
         <gmavenplus-plugin-version>1.6.2</gmavenplus-plugin-version>
         <groovy-version>2.5.8</groovy-version>
 
-        <itest.zookeeper.container.image>strimzi/kafka:0.20.0-kafka-2.6.0</itest.zookeeper.container.image>
-        <itest.strimzi.container.image>strimzi/kafka:0.20.0-kafka-2.6.0</itest.strimzi.container.image>
+        <itest.zookeeper.container.image>strimzi/kafka:0.20.1-kafka-2.6.0</itest.zookeeper.container.image>
+        <itest.strimzi.container.image>strimzi/kafka:0.20.1-kafka-2.6.0</itest.strimzi.container.image>
 
         <checkstyle.failOnViolation>false</checkstyle.failOnViolation>
     </properties>