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 2017/08/02 08:11:04 UTC

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

Author: davidb
Date: Wed Aug  2 08:11:04 2017
New Revision: 1803775

URL: http://svn.apache.org/viewvc?rev=1803775&view=rev
Log:
Updated dependency of Subsystem-API and Core to 2.0.10 in preparation 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=1803775&r1=1803774&r2=1803775&view=diff
==============================================================================
--- aries/trunk/subsystem/subsystem-bundle/pom.xml (original)
+++ aries/trunk/subsystem/subsystem-bundle/pom.xml Wed Aug  2 08:11:04 2017
@@ -66,12 +66,12 @@
         <dependency>
             <groupId>org.apache.aries.subsystem</groupId>
             <artifactId>org.apache.aries.subsystem.api</artifactId>
-            <version>2.0.9-SNAPSHOT</version>
+            <version>2.0.10</version>
         </dependency>
         <dependency>
             <groupId>org.apache.aries.subsystem</groupId>
             <artifactId>org.apache.aries.subsystem.core</artifactId>
-            <version>2.0.9-SNAPSHOT</version>
+            <version>2.0.10</version>
         </dependency>
         <dependency>
             <groupId>org.apache.aries</groupId>