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 2019/04/11 11:28:40 UTC

[camel] branch master updated: Fixed grammar in Karaf feature detail for camel-consul

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c14a092  Fixed grammar in Karaf feature detail for camel-consul
c14a092 is described below

commit c14a09272925c07912b6c90a7ebc382217c38760
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Apr 11 13:26:37 2019 +0200

    Fixed grammar in Karaf feature detail for camel-consul
---
 platforms/karaf/features/src/main/resources/features.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index d86ae4d..c234375 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -667,7 +667,7 @@
     <bundle>mvn:org.apache.camel/camel-cometd/${project.version}</bundle>
   </feature>
   <feature name='camel-consul' version='${project.version}' start-level='50'>
-    <details>camel-consul currently do not work in OSGi</details>
+    <details>camel-consul currently does not work in OSGi</details>
     <feature prerequisite='true'>wrap</feature>
     <feature version='${project.version}'>camel-core</feature>
     <bundle dependency='true'>mvn:com.google.guava/guava/22.0</bundle>