You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by hu...@apache.org on 2010/04/22 15:18:13 UTC

svn commit: r936830 - in /incubator/aries/branches/0.1-incubating-RCx: blueprint/ eba-maven-plugin/ parent/ parent/default-parent/ parent/default-parent/java5-parent/ subsystem/ subsystem/subsystem-api/ subsystem/subsystem-core/ subsystem/subsystem-ins...

Author: hughesj
Date: Thu Apr 22 13:18:13 2010
New Revision: 936830

URL: http://svn.apache.org/viewvc?rev=936830&view=rev
Log:
ARIES-173 resetting version elements to start RC2 again

Modified:
    incubator/aries/branches/0.1-incubating-RCx/blueprint/pom.xml
    incubator/aries/branches/0.1-incubating-RCx/eba-maven-plugin/pom.xml
    incubator/aries/branches/0.1-incubating-RCx/parent/default-parent/java5-parent/pom.xml
    incubator/aries/branches/0.1-incubating-RCx/parent/default-parent/pom.xml
    incubator/aries/branches/0.1-incubating-RCx/parent/pom.xml
    incubator/aries/branches/0.1-incubating-RCx/subsystem/pom.xml
    incubator/aries/branches/0.1-incubating-RCx/subsystem/subsystem-api/pom.xml
    incubator/aries/branches/0.1-incubating-RCx/subsystem/subsystem-core/pom.xml
    incubator/aries/branches/0.1-incubating-RCx/subsystem/subsystem-install/pom.xml
    incubator/aries/branches/0.1-incubating-RCx/subsystem/subsystem-itests/pom.xml
    incubator/aries/branches/0.1-incubating-RCx/testsupport/pom.xml
    incubator/aries/branches/0.1-incubating-RCx/testsupport/testsupport-unit/pom.xml
    incubator/aries/branches/0.1-incubating-RCx/util/pom.xml

Modified: incubator/aries/branches/0.1-incubating-RCx/blueprint/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/blueprint/pom.xml?rev=936830&r1=936829&r2=936830&view=diff
==============================================================================
--- incubator/aries/branches/0.1-incubating-RCx/blueprint/pom.xml (original)
+++ incubator/aries/branches/0.1-incubating-RCx/blueprint/pom.xml Thu Apr 22 13:18:13 2010
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.aries</groupId>
         <artifactId>java5-parent</artifactId>
-        <version>0.1-incubating</version>
+        <version>0.1-incubating-SNAPSHOT</version>
     </parent>  
 
     <modelVersion>4.0.0</modelVersion>
@@ -89,7 +89,7 @@
             <dependency>
                 <groupId>org.apache.aries</groupId>
                 <artifactId>org.apache.aries.util</artifactId>
-                <version>0.1-incubating</version> 
+                <version>0.1-incubating-SNAPSHOT</version> 
             </dependency>
             <!-- Use an OSGi enabled cglib version, so that BND can find the version information
                  and we can use it in integration tests -->

Modified: incubator/aries/branches/0.1-incubating-RCx/eba-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/eba-maven-plugin/pom.xml?rev=936830&r1=936829&r2=936830&view=diff
==============================================================================
--- incubator/aries/branches/0.1-incubating-RCx/eba-maven-plugin/pom.xml (original)
+++ incubator/aries/branches/0.1-incubating-RCx/eba-maven-plugin/pom.xml Thu Apr 22 13:18:13 2010
@@ -25,11 +25,11 @@ under the License.
     <parent>
         <groupId>org.apache.aries</groupId>
         <artifactId>java5-parent</artifactId>
-        <version>0.1-incubating</version>
+        <version>0.1-incubating-SNAPSHOT</version>
     </parent>
     
     <artifactId>eba-maven-plugin</artifactId>
-    <version>0.2-incubating-SNAPSHOT</version>
+    <version>0.1-incubating-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
 
     <name>Aries Maven EBA Plugin</name>

Modified: incubator/aries/branches/0.1-incubating-RCx/parent/default-parent/java5-parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/parent/default-parent/java5-parent/pom.xml?rev=936830&r1=936829&r2=936830&view=diff
==============================================================================
--- incubator/aries/branches/0.1-incubating-RCx/parent/default-parent/java5-parent/pom.xml (original)
+++ incubator/aries/branches/0.1-incubating-RCx/parent/default-parent/java5-parent/pom.xml Thu Apr 22 13:18:13 2010
@@ -25,12 +25,12 @@
     <parent>
         <groupId>org.apache.aries</groupId>
         <artifactId>default-parent</artifactId>
-        <version>0.2-incubating-SNAPSHOT</version>
+        <version>0.1-incubating-SNAPSHOT</version>
     </parent>
     
     <artifactId>java5-parent</artifactId>
     <name>Aries :: Java 5 Parent POM</name>
-    <version>0.2-incubating-SNAPSHOT</version>
+    <version>0.1-incubating-SNAPSHOT</version>
     <packaging>pom</packaging>
     
     <build>

Modified: incubator/aries/branches/0.1-incubating-RCx/parent/default-parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/parent/default-parent/pom.xml?rev=936830&r1=936829&r2=936830&view=diff
==============================================================================
--- incubator/aries/branches/0.1-incubating-RCx/parent/default-parent/pom.xml (original)
+++ incubator/aries/branches/0.1-incubating-RCx/parent/default-parent/pom.xml Thu Apr 22 13:18:13 2010
@@ -25,12 +25,12 @@
     <parent>
         <groupId>org.apache.aries</groupId>
         <artifactId>parent</artifactId>
-        <version>0.2-incubating-SNAPSHOT</version>
+        <version>0.1-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>default-parent</artifactId>
     <name>Aries :: Default Parent POM</name>
-    <version>0.2-incubating-SNAPSHOT</version>
+    <version>0.1-incubating-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>

Modified: incubator/aries/branches/0.1-incubating-RCx/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/parent/pom.xml?rev=936830&r1=936829&r2=936830&view=diff
==============================================================================
--- incubator/aries/branches/0.1-incubating-RCx/parent/pom.xml (original)
+++ incubator/aries/branches/0.1-incubating-RCx/parent/pom.xml Thu Apr 22 13:18:13 2010
@@ -31,7 +31,7 @@
     <groupId>org.apache.aries</groupId>
     <artifactId>parent</artifactId>
     <name>Aries :: Top Parent POM</name>
-    <version>0.2-incubating-SNAPSHOT</version>
+    <version>0.1-incubating-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <description>

Modified: incubator/aries/branches/0.1-incubating-RCx/subsystem/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/subsystem/pom.xml?rev=936830&r1=936829&r2=936830&view=diff
==============================================================================
--- incubator/aries/branches/0.1-incubating-RCx/subsystem/pom.xml (original)
+++ incubator/aries/branches/0.1-incubating-RCx/subsystem/pom.xml Thu Apr 22 13:18:13 2010
@@ -18,14 +18,14 @@
 	<parent>
 		<groupId>org.apache.aries</groupId>
 		<artifactId>java5-parent</artifactId>
-		<version>0.2-incubating-SNAPSHOT</version>
+		<version>0.1-incubating-SNAPSHOT</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.aries.subsystem</groupId>
 	<artifactId>subsystem</artifactId>
 	<name>Apache Aries Subsystem</name>
-	<version>0.2-incubating-SNAPSHOT</version>
+	<version>0.1-incubating-SNAPSHOT</version>
 	<packaging>pom</packaging>
 
 	<description>

Modified: incubator/aries/branches/0.1-incubating-RCx/subsystem/subsystem-api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/subsystem/subsystem-api/pom.xml?rev=936830&r1=936829&r2=936830&view=diff
==============================================================================
--- incubator/aries/branches/0.1-incubating-RCx/subsystem/subsystem-api/pom.xml (original)
+++ incubator/aries/branches/0.1-incubating-RCx/subsystem/subsystem-api/pom.xml Thu Apr 22 13:18:13 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.aries.subsystem</groupId>
         <artifactId>subsystem</artifactId>
-        <version>0.2-incubating-SNAPSHOT</version>
+        <version>0.1-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>org.apache.aries.subsystem.api</artifactId>

Modified: incubator/aries/branches/0.1-incubating-RCx/subsystem/subsystem-core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/subsystem/subsystem-core/pom.xml?rev=936830&r1=936829&r2=936830&view=diff
==============================================================================
--- incubator/aries/branches/0.1-incubating-RCx/subsystem/subsystem-core/pom.xml (original)
+++ incubator/aries/branches/0.1-incubating-RCx/subsystem/subsystem-core/pom.xml Thu Apr 22 13:18:13 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.aries.subsystem</groupId>
         <artifactId>subsystem</artifactId>
-        <version>0.2-incubating-SNAPSHOT</version>
+        <version>0.1-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>org.apache.aries.subsystem.core</artifactId>

Modified: incubator/aries/branches/0.1-incubating-RCx/subsystem/subsystem-install/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/subsystem/subsystem-install/pom.xml?rev=936830&r1=936829&r2=936830&view=diff
==============================================================================
--- incubator/aries/branches/0.1-incubating-RCx/subsystem/subsystem-install/pom.xml (original)
+++ incubator/aries/branches/0.1-incubating-RCx/subsystem/subsystem-install/pom.xml Thu Apr 22 13:18:13 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.aries.subsystem</groupId>
         <artifactId>subsystem</artifactId>
-        <version>0.2-incubating-SNAPSHOT</version>
+        <version>0.1-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>org.apache.aries.subsystem.install</artifactId>

Modified: incubator/aries/branches/0.1-incubating-RCx/subsystem/subsystem-itests/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/subsystem/subsystem-itests/pom.xml?rev=936830&r1=936829&r2=936830&view=diff
==============================================================================
--- incubator/aries/branches/0.1-incubating-RCx/subsystem/subsystem-itests/pom.xml (original)
+++ incubator/aries/branches/0.1-incubating-RCx/subsystem/subsystem-itests/pom.xml Thu Apr 22 13:18:13 2010
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.aries.subsystem</groupId>
         <artifactId>subsystem</artifactId>
-        <version>0.2-incubating-SNAPSHOT</version>
+        <version>0.1-incubating-SNAPSHOT</version>
     </parent>
     
     <artifactId>org.apache.aries.subsystem.itests</artifactId>

Modified: incubator/aries/branches/0.1-incubating-RCx/testsupport/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/testsupport/pom.xml?rev=936830&r1=936829&r2=936830&view=diff
==============================================================================
--- incubator/aries/branches/0.1-incubating-RCx/testsupport/pom.xml (original)
+++ incubator/aries/branches/0.1-incubating-RCx/testsupport/pom.xml Thu Apr 22 13:18:13 2010
@@ -21,14 +21,14 @@
     <parent>
         <groupId>org.apache.aries</groupId>
         <artifactId>java5-parent</artifactId>
-        <version>0.1-incubating</version>
+        <version>0.1-incubating-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.aries.testsupport</groupId>
     <artifactId>testsupport</artifactId>
     <name>Apache Aries Test Support</name>
-    <version>0.2-incubating-SNAPSHOT</version>
+    <version>0.1-incubating-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <description>

Modified: incubator/aries/branches/0.1-incubating-RCx/testsupport/testsupport-unit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/testsupport/testsupport-unit/pom.xml?rev=936830&r1=936829&r2=936830&view=diff
==============================================================================
--- incubator/aries/branches/0.1-incubating-RCx/testsupport/testsupport-unit/pom.xml (original)
+++ incubator/aries/branches/0.1-incubating-RCx/testsupport/testsupport-unit/pom.xml Thu Apr 22 13:18:13 2010
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.aries.testsupport</groupId>
     <artifactId>testsupport</artifactId>
-    <version>0.2-incubating-SNAPSHOT</version>
+    <version>0.1-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>org.apache.aries.testsupport.unit</artifactId>

Modified: incubator/aries/branches/0.1-incubating-RCx/util/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/util/pom.xml?rev=936830&r1=936829&r2=936830&view=diff
==============================================================================
--- incubator/aries/branches/0.1-incubating-RCx/util/pom.xml (original)
+++ incubator/aries/branches/0.1-incubating-RCx/util/pom.xml Thu Apr 22 13:18:13 2010
@@ -21,12 +21,12 @@
     <parent>
         <groupId>org.apache.aries</groupId>
         <artifactId>java5-parent</artifactId>
-        <version>0.1-incubating</version>
+        <version>0.1-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>org.apache.aries.util</artifactId>
     <packaging>bundle</packaging>
-    <version>0.2-incubating-SNAPSHOT</version>
+    <version>0.1-incubating-SNAPSHOT</version>
     <name>Apache Aries Util</name>
     <description>
         This bundle contains the OSGi common util for Apache Aries
@@ -73,7 +73,7 @@
         <dependency>
             <groupId>org.apache.aries.testsupport</groupId>
             <artifactId>org.apache.aries.testsupport.unit</artifactId>
-            <version>0.1-incubating</version>
+            <version>0.1-incubating-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>