You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by jw...@apache.org on 2015/11/23 16:26:15 UTC

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

Author: jwross
Date: Mon Nov 23 15:26:14 2015
New Revision: 1715843

URL: http://svn.apache.org/viewvc?rev=1715843&view=rev
Log:
[ARIES-1458] Point to version 2.0.9-SNAPSHOT of subsystem-api and subsystem-core.

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=1715843&r1=1715842&r2=1715843&view=diff
==============================================================================
--- aries/trunk/subsystem/subsystem-itests/pom.xml (original)
+++ aries/trunk/subsystem/subsystem-itests/pom.xml Mon Nov 23 15:26:14 2015
@@ -129,7 +129,7 @@
             <groupId>org.apache.aries.subsystem</groupId>
             <artifactId>org.apache.aries.subsystem.api</artifactId>
             <scope>test</scope>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.9-SNAPSHOT</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.osgi</groupId>
@@ -141,7 +141,7 @@
             <groupId>org.apache.aries.subsystem</groupId>
             <artifactId>org.apache.aries.subsystem.core</artifactId>
             <scope>test</scope>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.9-SNAPSHOT</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.osgi</groupId>