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/10/02 14:52:34 UTC

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

Author: jwross
Date: Fri Oct  2 12:52:34 2015
New Revision: 1706389

URL: http://svn.apache.org/viewvc?rev=1706389&view=rev
Log:
[ARIES-1377] Subsystems 2.0.4 Release - Point to subsystem-api and subsystem-core 2.0.4.

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=1706389&r1=1706388&r2=1706389&view=diff
==============================================================================
--- aries/trunk/subsystem/subsystem-bundle/pom.xml (original)
+++ aries/trunk/subsystem/subsystem-bundle/pom.xml Fri Oct  2 12:52:34 2015
@@ -66,12 +66,12 @@
         <dependency>
             <groupId>org.apache.aries.subsystem</groupId>
             <artifactId>org.apache.aries.subsystem.api</artifactId>
-            <version>2.0.3-SNAPSHOT</version>
+            <version>2.0.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.aries.subsystem</groupId>
             <artifactId>org.apache.aries.subsystem.core</artifactId>
-            <version>2.0.3-SNAPSHOT</version>
+            <version>2.0.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.aries</groupId>