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/08/04 10:28:14 UTC

[camel-kafka-connector] branch strimzi-up created (now a339eb2)

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

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


      at a339eb2  Use latest Strimzi's docker images

This branch includes the following new commits:

     new a339eb2  Use latest Strimzi's docker images

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: Use latest Strimzi's docker images

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

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

commit a339eb2c6c56ee5777ce549fbcc97881b33d26ed
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Aug 4 11:13:10 2020 +0200

    Use latest Strimzi's docker images
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 3d9853b..ff66d0d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -57,8 +57,8 @@
         <gmavenplus-plugin-version>1.6.2</gmavenplus-plugin-version>
         <groovy-version>2.5.8</groovy-version>
 
-        <itest.zookeeper.container.image>strimzi/kafka:0.18.0-kafka-2.5.0</itest.zookeeper.container.image>
-        <itest.strimzi.container.image>strimzi/kafka:0.18.0-kafka-2.5.0</itest.strimzi.container.image>
+        <itest.zookeeper.container.image>strimzi/kafka:0.19.0-kafka-2.5.0</itest.zookeeper.container.image>
+        <itest.strimzi.container.image>strimzi/kafka:0.19.0-kafka-2.5.0</itest.strimzi.container.image>
 
         <checkstyle.failOnViolation>false</checkstyle.failOnViolation>
     </properties>