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/10/19 08:32:47 UTC

[camel-kafka-connector] 07/12: Added a new profile so that we can test w/ newer Strimzi versions

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

commit b2757bc21268179f0027f17d03b7422807258b6c
Author: Otavio Rodolfo Piske <op...@redhat.com>
AuthorDate: Tue Oct 13 14:26:05 2020 +0200

    Added a new profile so that we can test w/ newer Strimzi versions
---
 parent/pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/parent/pom.xml b/parent/pom.xml
index db0d1bd..8134cc4 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -506,6 +506,18 @@
 
     <profiles>
         <profile>
+            <id>strimzinext</id>
+            <activation>
+                <activeByDefault>false</activeByDefault>
+            </activation>
+            <properties>
+                <kafka.version>2.6.0</kafka.version>
+                <itest.zookeeper.container.image>strimzi/kafka:0.20.0-rc1-kafka-2.6.0</itest.zookeeper.container.image>
+                <itest.strimzi.container.image>strimzi/kafka:0.20.0-rc1-kafka-2.6.0</itest.strimzi.container.image>
+                <kafka.instance.type>local-strimzi-container</kafka.instance.type>
+            </properties>
+        </profile>
+        <profile>
             <id>sourcecheck</id>
             <build>
                 <plugins>