You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2020/09/03 04:18:46 UTC

[karaf] branch master updated: Fix Camel JavaDSL example bundle location

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a961fd5  Fix Camel JavaDSL example bundle location
a961fd5 is described below

commit a961fd5e9134abcc828138b1ac23b4ef10302fc0
Author: jbonofre <jb...@apache.org>
AuthorDate: Thu Sep 3 06:18:25 2020 +0200

    Fix Camel JavaDSL example bundle location
---
 .../karaf-camel-example-features/src/main/feature/feature.xml           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/karaf-camel-example/karaf-camel-example-features/src/main/feature/feature.xml b/examples/karaf-camel-example/karaf-camel-example-features/src/main/feature/feature.xml
index 9073f4b..0b00cea 100644
--- a/examples/karaf-camel-example/karaf-camel-example-features/src/main/feature/feature.xml
+++ b/examples/karaf-camel-example/karaf-camel-example-features/src/main/feature/feature.xml
@@ -26,7 +26,7 @@
         <feature>camel-jetty</feature>
         <feature>camel-jsonpath</feature>
         <feature>camel-mail</feature>
-        <bundle>mvn:org.apache.karaf.examples/karaf-camel-example-core/${project.version}</bundle>
+        <bundle>mvn:org.apache.karaf.examples/karaf-camel-example-java/${project.version}</bundle>
     </feature>
 
     <feature name="karaf-camel-example-blueprint" version="${project.version}">