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/20 16:38:24 UTC

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

Author: davidb
Date: Fri Mar 20 15:38:23 2015
New Revision: 1668060

URL: http://svn.apache.org/r1668060
Log:
Subsystem bundle: remove snapshot dependencies for release.

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=1668060&r1=1668059&r2=1668060&view=diff
==============================================================================
--- aries/trunk/subsystem/subsystem-bundle/pom.xml (original)
+++ aries/trunk/subsystem/subsystem-bundle/pom.xml Fri Mar 20 15:38:23 2015
@@ -66,12 +66,12 @@
         <dependency>
             <groupId>org.apache.aries.subsystem</groupId>
             <artifactId>org.apache.aries.subsystem.api</artifactId>
-            <version>1.1.0-SNAPSHOT</version>
+            <version>1.1.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.aries.subsystem</groupId>
             <artifactId>org.apache.aries.subsystem.core</artifactId>
-            <version>1.2.0-SNAPSHOT</version>
+            <version>1.2.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.aries</groupId>