You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by mn...@apache.org on 2014/10/09 16:32:18 UTC

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

Author: mnuttall
Date: Thu Oct  9 14:32:18 2014
New Revision: 1630488

URL: http://svn.apache.org/r1630488
Log:
Aries-1260: subsystem.itests dependency on subsystem.core should be moved up

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=1630488&r1=1630487&r2=1630488&view=diff
==============================================================================
--- aries/trunk/subsystem/subsystem-itests/pom.xml (original)
+++ aries/trunk/subsystem/subsystem-itests/pom.xml Thu Oct  9 14:32:18 2014
@@ -141,7 +141,7 @@
             <groupId>org.apache.aries.subsystem</groupId>
             <artifactId>org.apache.aries.subsystem.core</artifactId>
             <scope>test</scope>
-            <version>1.0.1-SNAPSHOT</version>
+            <version>1.1.1-SNAPSHOT</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.osgi</groupId>