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/03/27 15:24:34 UTC

[camel-karaf] branch master updated: Camel-Eventadmin: Use the correct coordinates in Karaf feature now that we moved the component

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-karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new fdd64a1  Camel-Eventadmin: Use the correct coordinates in Karaf feature now that we moved the component
fdd64a1 is described below

commit fdd64a14e58aa0b198b81f5bb24edce0ac5ca961
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 27 16:14:11 2020 +0100

    Camel-Eventadmin: Use the correct coordinates in Karaf feature now that we moved the component
---
 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 6cda3dc..e7a12e9 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -957,7 +957,7 @@
   <feature name='camel-eventadmin' version='${project.version}' start-level='50'>
     <feature version='${project.version}'>camel-core</feature>
     <feature>eventadmin</feature>
-    <bundle>mvn:org.apache.camel/camel-eventadmin/${project.version}</bundle>
+    <bundle>mvn:org.apache.camel.karaf/camel-eventadmin/${project.version}</bundle>
   </feature>
   <feature name='camel-exec' version='${project.version}' start-level='50'>
     <feature version='${project.version}'>camel-core</feature>