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:24:07 UTC

[camel-karaf] 02/02: Use the new groupId for camel-blueprint in features

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

commit cd4345738577a77124db6dea1528943f299dc937
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 24 11:23:38 2020 +0100

    Use the new groupId for camel-blueprint in features
---
 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 2900b16..227f0f3 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -100,7 +100,7 @@
   <feature name='camel-blueprint' version='${project.version}' start-level='50'>
     <feature version='${project.version}'>camel-core</feature>
     <bundle>mvn:org.apache.camel/camel-core-xml/${project.version}</bundle>
-    <bundle>mvn:org.apache.camel/camel-blueprint/${project.version}</bundle>
+    <bundle>mvn:org.apache.camel.karaf/camel-blueprint/${project.version}</bundle>
     <feature>aries-blueprint</feature>
   </feature>
   <feature name='camel-spring' version='${project.version}' start-level='50'>