You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by am...@apache.org on 2013/07/07 15:50:16 UTC

svn commit: r1500427 - /cxf/dosgi/trunk/distribution/features/src/main/resources/features.xml

Author: amichai
Date: Sun Jul  7 13:50:15 2013
New Revision: 1500427

URL: http://svn.apache.org/r1500427
Log:
Fix feature ZooKeeper version

Modified:
    cxf/dosgi/trunk/distribution/features/src/main/resources/features.xml

Modified: cxf/dosgi/trunk/distribution/features/src/main/resources/features.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/distribution/features/src/main/resources/features.xml?rev=1500427&r1=1500426&r2=1500427&view=diff
==============================================================================
--- cxf/dosgi/trunk/distribution/features/src/main/resources/features.xml (original)
+++ cxf/dosgi/trunk/distribution/features/src/main/resources/features.xml Sun Jul  7 13:50:15 2013
@@ -8,7 +8,7 @@
         <feature>cxf-jaxrs</feature>
         <feature>cxf-databinding-aegis</feature>
         <feature>cxf-http-jetty</feature>
-        <bundle>mvn:org.osgi/org.osgi.enterprise/4.2.0</bundle>
+        <bundle>mvn:org.osgi/org.osgi.enterprise/${osgi.enterprise.version}</bundle>
         <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jdom/1.1_3</bundle>
         <bundle>mvn:${project.groupId}/cxf-dosgi-ri-topology-manager/${project.version}</bundle>
         <bundle>mvn:${project.groupId}/cxf-dosgi-ri-dsw-cxf/${project.version}</bundle>
@@ -21,13 +21,13 @@
 
     <feature name="cxf-dosgi-discovery-distributed" version="${project.version}">
         <feature>cxf-dosgi-core</feature>
-        <bundle>mvn:org.apache.zookeeper/zookeeper/3.3.1</bundle>
+        <bundle>mvn:org.apache.zookeeper/zookeeper/${zookeeper.version}</bundle>
         <bundle>mvn:${project.groupId}/cxf-dosgi-ri-discovery-local/${project.version}</bundle>
         <bundle>mvn:${project.groupId}/cxf-dosgi-ri-discovery-distributed/${project.version}</bundle>
     </feature>
 
     <feature name="cxf-dosgi-zookeeper-server">
-        <bundle>mvn:org.apache.zookeeper/zookeeper/3.3.1</bundle>
+        <bundle>mvn:org.apache.zookeeper/zookeeper/${zookeeper.version}</bundle>
         <bundle>mvn:${project.groupId}/cxf-dosgi-ri-discovery-distributed-zookeeper-server/${project.version}</bundle>
     </feature>
 </features>