This is an automated email from the ASF dual-hosted git repository. orpiske 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 4ea52dc Strimzi project is now using Quay for their images 4ea52dc is described below commit 4ea52dc1234cdba0e69d002a7da260cd5a355cf4 Author: Otavio Rodolfo Piske <opi...@redhat.com> AuthorDate: Tue Jan 19 16:52:38 2021 +0100 Strimzi project is now using Quay for their images --- parent/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index fc087a7..1bf2078 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.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> + <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> <checkstyle.failOnViolation>false</checkstyle.failOnViolation> </properties>