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:40:00 UTC

svn commit: r1766570 - /felix/trunk/configadmin/pom.xml

Author: cziegeler
Date: Tue Oct 25 17:40:00 2016
New Revision: 1766570

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

Modified:
    felix/trunk/configadmin/pom.xml

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