You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by da...@apache.org on 2015/03/24 13:38:59 UTC

svn commit: r1668863 - /aries/trunk/subsystem/subsystem-itests/pom.xml

Author: davidb
Date: Tue Mar 24 12:38:59 2015
New Revision: 1668863

URL: http://svn.apache.org/r1668863
Log:
Remove move dependency Felix Resolver to released version 1.0.0

Modified:
    aries/trunk/subsystem/subsystem-itests/pom.xml

Modified: aries/trunk/subsystem/subsystem-itests/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/subsystem/subsystem-itests/pom.xml?rev=1668863&r1=1668862&r2=1668863&view=diff
==============================================================================
--- aries/trunk/subsystem/subsystem-itests/pom.xml (original)
+++ aries/trunk/subsystem/subsystem-itests/pom.xml Tue Mar 24 12:38:59 2015
@@ -200,7 +200,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.resolver</artifactId>
-            <version>0.1.0-SNAPSHOT</version>
+            <version>1.0.0</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.osgi</groupId>