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/07/16 13:40:38 UTC

[camel] branch camel-3.4.x updated: correct typo on profiles for camel-mongodb component (#4006) (#4007)

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

acosentino pushed a commit to branch camel-3.4.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.4.x by this push:
     new 2d26859  correct typo on profiles for camel-mongodb component (#4006) (#4007)
2d26859 is described below

commit 2d268592b1d6113524570f66f67678d70d61b80e
Author: Zineb BENDHIBA <be...@gmail.com>
AuthorDate: Thu Jul 16 15:40:25 2020 +0200

    correct typo on profiles for camel-mongodb component (#4006) (#4007)
---
 components/camel-mongodb/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/components/camel-mongodb/pom.xml b/components/camel-mongodb/pom.xml
index 2d95dad..bb1846f 100644
--- a/components/camel-mongodb/pom.xml
+++ b/components/camel-mongodb/pom.xml
@@ -87,7 +87,7 @@
 
     <profiles>
         <profile>
-            <id>etcd-skip-tests</id>
+            <id>mongodb-skip-tests</id>
             <activation>
                 <activeByDefault>true</activeByDefault>
             </activation>
@@ -105,7 +105,7 @@
 
         <!-- activate test if the docker socket file is accessible -->
         <profile>
-            <id>etcd-tests-docker-file</id>
+            <id>mongodb-tests-docker-file</id>
             <activation>
                 <file>
                     <exists>/var/run/docker.sock</exists>
@@ -129,7 +129,7 @@
 
         <!-- activate test if the DOCKER_HOST env var is set -->
         <profile>
-            <id>etcd-tests-docker-env</id>
+            <id>mongodb-tests-docker-env</id>
             <activation>
                 <property>
                     <name>env.DOCKER_HOST</name>