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/17 07:59:18 UTC

[camel-kafka-connector] branch Strimzi-0.22.0 created (now d746379)

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

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


      at d746379  Upgrade Strimzi to version 0.22.0

This branch includes the following new commits:

     new d746379  Upgrade Strimzi to version 0.22.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-kafka-connector] 01/01: Upgrade Strimzi to version 0.22.0

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit d746379f2bc373713156b1611c610fc833b92d2d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 17 08:59:10 2021 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 4230a7f..57538a2 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.21.1-kafka-2.7.0</itest.zookeeper.container.image>
-        <itest.strimzi.container.image>quay.io/strimzi/kafka:0.21.1-kafka-2.7.0</itest.strimzi.container.image>
+        <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>
 
         <checkstyle.failOnViolation>false</checkstyle.failOnViolation>
     </properties>