You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2016/10/25 17:39:33 UTC

svn commit: r1766569 - /felix/trunk/configadmin-1.8.x/pom.xml

Author: cziegeler
Date: Tue Oct 25 17:39:33 2016
New Revision: 1766569

URL: http://svn.apache.org/viewvc?rev=1766569&view=rev
Log:
Update to use latest Felix framework for pax testing

Modified:
    felix/trunk/configadmin-1.8.x/pom.xml

Modified: felix/trunk/configadmin-1.8.x/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/configadmin-1.8.x/pom.xml?rev=1766569&r1=1766568&r2=1766569&view=diff
==============================================================================
--- felix/trunk/configadmin-1.8.x/pom.xml (original)
+++ felix/trunk/configadmin-1.8.x/pom.xml Tue Oct 25 17:39:33 2016
@@ -161,7 +161,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.framework</artifactId>
-            <version>4.0.3</version>
+            <version>5.6.1</version>
             <scope>test</scope>
         </dependency>
     </dependencies>