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/03/27 20:23:50 UTC

svn commit: r1461811 - /aries/trunk/subsystem/subsystem-core/pom.xml

Author: jwross
Date: Wed Mar 27 19:23:50 2013
New Revision: 1461811

URL: http://svn.apache.org/r1461811
Log:
[ARIES-1041] Change dependency on org.apache.aries.subsystem.api from 1.0.0-SNAPSHOT to 1.0.0.

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

Modified: aries/trunk/subsystem/subsystem-core/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/subsystem/subsystem-core/pom.xml?rev=1461811&r1=1461810&r2=1461811&view=diff
==============================================================================
--- aries/trunk/subsystem/subsystem-core/pom.xml (original)
+++ aries/trunk/subsystem/subsystem-core/pom.xml Wed Mar 27 19:23:50 2013
@@ -59,7 +59,7 @@
     	<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>
             <exclusions>
             	<exclusion>
             		<groupId>org.osgi</groupId>