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

svn commit: r1517292 - in /cxf/dosgi/trunk: parent/pom.xml systests2/multi-bundle/pom.xml

Author: cschneider
Date: Sun Aug 25 14:08:34 2013
New Revision: 1517292

URL: http://svn.apache.org/r1517292
Log:
Update felix version to the one in systests

Modified:
    cxf/dosgi/trunk/parent/pom.xml
    cxf/dosgi/trunk/systests2/multi-bundle/pom.xml

Modified: cxf/dosgi/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/parent/pom.xml?rev=1517292&r1=1517291&r2=1517292&view=diff
==============================================================================
--- cxf/dosgi/trunk/parent/pom.xml (original)
+++ cxf/dosgi/trunk/parent/pom.xml Sun Aug 25 14:08:34 2013
@@ -50,7 +50,7 @@
         <osgi.enterprise.version>4.2.0</osgi.enterprise.version>
         <cxf.version>2.7.2</cxf.version>
         <cxf.build-utils.version>2.5.0</cxf.build-utils.version>
-        <felix.version>3.0.8</felix.version>
+        <felix.version>3.2.2</felix.version>
         <spring.version>3.0.6.RELEASE</spring.version>
         <spring.osgi.version>1.2.1</spring.osgi.version>
         <zookeeper.version>3.3.2</zookeeper.version>

Modified: cxf/dosgi/trunk/systests2/multi-bundle/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/systests2/multi-bundle/pom.xml?rev=1517292&r1=1517291&r2=1517292&view=diff
==============================================================================
--- cxf/dosgi/trunk/systests2/multi-bundle/pom.xml (original)
+++ cxf/dosgi/trunk/systests2/multi-bundle/pom.xml Sun Aug 25 14:08:34 2013
@@ -66,7 +66,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.framework</artifactId>
-            <version>3.2.2</version>
+            <version>${felix.version}</version>
             <scope>test</scope>
         </dependency>