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:10:39 UTC

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

Author: davidb
Date: Fri Mar 20 15:10:39 2015
New Revision: 1668043

URL: http://svn.apache.org/r1668043
Log:
Update org.apache.aries.subsystem bundle to version 1.2.0-SNAPSHOT

Also remove unneccessary dependency on the unreleased Proxy 1.0.2-SNAPSHOT.

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=1668043&r1=1668042&r2=1668043&view=diff
==============================================================================
--- aries/trunk/subsystem/subsystem-bundle/pom.xml (original)
+++ aries/trunk/subsystem/subsystem-bundle/pom.xml Fri Mar 20 15:10:39 2015
@@ -32,7 +32,7 @@
     <artifactId>org.apache.aries.subsystem</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Aries Subsystems Bundle</name>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.2.0-SNAPSHOT</version>
     <description>This is a standalone bundle to support Aries Subsystems.</description>
 
     <scm>
@@ -101,7 +101,7 @@
         <dependency>
             <groupId>org.apache.aries.proxy</groupId>
             <artifactId>org.apache.aries.proxy</artifactId>
-            <version>1.0.2-SNAPSHOT</version>
+            <version>1.0.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>