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

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


The following commit(s) were added to refs/heads/camel-karaf-3.20.x by this 
push:
     new 0a0acc40 Fix CXF version as otherwise karaf install SNAPSHOT version 
such as 3.5.7.SNAPSHOT or 4.0.0.SNAPSHOT
0a0acc40 is described below

commit 0a0acc40510da86fb1b99bcb081d6dd82c3294e1
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Wed Jun 14 13:23:00 2023 +0200

    Fix CXF version as otherwise karaf install SNAPSHOT version such as 
3.5.7.SNAPSHOT or 4.0.0.SNAPSHOT
---
 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 9ccb6fb6..b8fc526c 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -18,7 +18,7 @@
 
 -->
 <features xmlns="http://karaf.apache.org/xmlns/features/v1.5.0"; 
name='camel-${project.version}'>
-  
<repository>mvn:org.apache.cxf.karaf/apache-cxf/${cxf-version-range}/xml/features</repository>
+  
<repository>mvn:org.apache.cxf.karaf/apache-cxf/${cxf-version}/xml/features</repository>
   
<repository>mvn:org.ops4j.pax.cdi/pax-cdi-features/[1,2)/xml/features</repository>
 
   <feature name='xml-specs-api' version='${servicemix-specs-version}' 
start-level='10'>

Reply via email to