You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by dk...@apache.org on 2011/12/22 21:39:20 UTC

svn commit: r1222435 - /camel/branches/camel-2.8.x/platforms/karaf/features/src/main/resources/features.xml

Author: dkulp
Date: Thu Dec 22 20:39:20 2011
New Revision: 1222435

URL: http://svn.apache.org/viewvc?rev=1222435&view=rev
Log:
Fix version number for xml-specs

Modified:
    camel/branches/camel-2.8.x/platforms/karaf/features/src/main/resources/features.xml

Modified: camel/branches/camel-2.8.x/platforms/karaf/features/src/main/resources/features.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.8.x/platforms/karaf/features/src/main/resources/features.xml?rev=1222435&r1=1222434&r2=1222435&view=diff
==============================================================================
--- camel/branches/camel-2.8.x/platforms/karaf/features/src/main/resources/features.xml (original)
+++ camel/branches/camel-2.8.x/platforms/karaf/features/src/main/resources/features.xml Thu Dec 22 20:39:20 2011
@@ -30,7 +30,7 @@
   </feature>
   <feature name='camel-core' version='${project.version}' resolver='(obr)' start-level='50'>
     <feature version="[3,4)">spring</feature>
-    <feature version="${project.version}">xml-specs-api</feature>
+    <feature version='${servicemix-specs-version}'>xml-specs-api</feature>
     <bundle dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jaxb-impl/${jaxb-bundle-version}</bundle>
     <bundle>mvn:org.fusesource.commonman/commons-management/${commons-management-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-core/${project.version}</bundle>