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/24 10:13:36 UTC

[camel-karaf] branch master updated: Camel-Kura: Use the correct GroupId for camel-kura not that it is has been moved to camel-karaf

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 e1c69fc  Camel-Kura: Use the correct GroupId for camel-kura not that it is has been moved to camel-karaf
e1c69fc is described below

commit e1c69fc16999d8cd16f9bf8dc480b1e0a484e0fb
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 24 11:13:02 2020 +0100

    Camel-Kura: Use the correct GroupId for camel-kura not that it is has been moved to camel-karaf
---
 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 db2e640..2900b16 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1627,7 +1627,7 @@
   <feature name='camel-kura' version='${project.version}' start-level='50'>
     <feature version='${project.version}'>camel-core</feature>
     <feature>scr</feature>
-    <bundle>mvn:org.apache.camel/camel-kura/${project.version}</bundle>
+    <bundle>mvn:org.apache.camel.karaf/camel-kura/${project.version}</bundle>
   </feature>
   <feature name='camel-ldap' version='${project.version}' start-level='50'>
     <feature version='${project.version}'>camel-core</feature>