You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/08/08 12:56:27 UTC

[camel-karaf] 02/02: Fixed wrong feature name

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git

commit 11df5f0b5885ffd303bd817c1017a3d8889d6929
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Aug 8 14:56:18 2022 +0200

    Fixed wrong feature name
---
 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 0c940dca..fb2eabe4 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1297,7 +1297,7 @@
     <bundle dependency='true'>wrap:mvn:com.github.jasminb/jsonapi-converter/${jasminb-jsonapi-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-jsonapi/${project.version}</bundle>
   </feature>
-  <feature name='camel-xxx-jsonb' version='${project.version}' start-level='50'>
+  <feature name='camel-jsonb' version='${project.version}' start-level='50'>
     <feature version='${project.version}'>camel-core</feature>
     <bundle dependency='true'>mvn:org.ow2.asm/asm/${asm.bundle.version}</bundle>
     <bundle dependency='true'>mvn:org.ow2.asm/asm-analysis/${asm.bundle.version}</bundle>