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 2013/04/04 21:55:59 UTC

svn commit: r1464714 - /aries/trunk/subsystem/subsystem-bundle/pom.xml

Author: jwross
Date: Thu Apr  4 19:55:59 2013
New Revision: 1464714

URL: http://svn.apache.org/r1464714
Log:
Point to 1.0.0 versions of api and core until subsystem-bundle 1.0.0 releases.

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

Modified: aries/trunk/subsystem/subsystem-bundle/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/subsystem/subsystem-bundle/pom.xml?rev=1464714&r1=1464713&r2=1464714&view=diff
==============================================================================
--- aries/trunk/subsystem/subsystem-bundle/pom.xml (original)
+++ aries/trunk/subsystem/subsystem-bundle/pom.xml Thu Apr  4 19:55:59 2013
@@ -61,12 +61,12 @@
         <dependency>
             <groupId>org.apache.aries.subsystem</groupId>
             <artifactId>org.apache.aries.subsystem.api</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.aries.subsystem</groupId>
             <artifactId>org.apache.aries.subsystem.core</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.aries</groupId>