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/01/19 12:06:00 UTC

[camel-kafka-connector] branch strimzi-0.21.1 created (now f495d29)

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

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


      at f495d29  Bump Strimzi to version 0.21.1

This branch includes the following new commits:

     new f495d29  Bump Strimzi to version 0.21.1

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: Bump Strimzi to version 0.21.1

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.21.1
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit f495d29d24df5f426c54abd78a505a2e1a54b526
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jan 19 13:05:37 2021 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index fcd264a..fc087a7 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.21.0-kafka-2.7.0</itest.zookeeper.container.image>
-        <itest.strimzi.container.image>strimzi/kafka:0.21.0-kafka-2.7.0</itest.strimzi.container.image>
+        <itest.zookeeper.container.image>strimzi/kafka:0.21.1-kafka-2.7.0</itest.zookeeper.container.image>
+        <itest.strimzi.container.image>strimzi/kafka:0.21.1-kafka-2.7.0</itest.strimzi.container.image>
 
         <checkstyle.failOnViolation>false</checkstyle.failOnViolation>
     </properties>