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 3e07251  Camel-paxlogging: Use the correct groupId now
3e07251 is described below

commit 3e07251556d5c4680df2af535f49752a158a9140
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon Mar 23 16:20:05 2020 +0100

    Camel-paxlogging: Use the correct groupId now
---
 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 9e2b9f6..db2e640 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1988,7 +1988,7 @@
   </feature>
   <feature name='camel-paxlogging' version='${project.version}' 
start-level='50'>
     <feature version='${project.version}'>camel-core</feature>
-    <bundle>mvn:org.apache.camel/camel-paxlogging/${project.version}</bundle>
+    
<bundle>mvn:org.apache.camel.karaf/camel-paxlogging/${project.version}</bundle>
   </feature>
   <feature name='camel-pdf' version='${project.version}' start-level='50'>
     <feature version='${project.version}'>camel-core</feature>

Reply via email to