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 2021/03/23 08:54:10 UTC

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

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 6e2fc3e  Upgrade Strimzi to version 0.22.1
6e2fc3e is described below

commit 6e2fc3ee5c7e2daa7b06b944c1066c0d5becf8d0
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 23 06:55:27 2021 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 07e8250..e809c1d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -62,8 +62,8 @@
         <gmavenplus-plugin-version>1.9.0</gmavenplus-plugin-version>
         <groovy-version>3.0.7</groovy-version>
 
-        <itest.zookeeper.container.image>quay.io/strimzi/kafka:0.22.0-kafka-2.7.0</itest.zookeeper.container.image>
-        <itest.strimzi.container.image>quay.io/strimzi/kafka:0.22.0-kafka-2.7.0</itest.strimzi.container.image>
+        <itest.zookeeper.container.image>quay.io/strimzi/kafka:0.22.1-kafka-2.7.0</itest.zookeeper.container.image>
+        <itest.strimzi.container.image>quay.io/strimzi/kafka:0.22.1-kafka-2.7.0</itest.strimzi.container.image>
 
         <checkstyle.failOnViolation>false</checkstyle.failOnViolation>
     </properties>