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/19 18:20:20 UTC

svn commit: r935656 [2/2] - in /incubator/aries/branches/0.1-incubating-RCx: application/ application/application-api/ application/application-bundle/ application/application-converters/ application/application-install/ application/application-itest-in...

Modified: incubator/aries/branches/0.1-incubating-RCx/samples/blueprint/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/samples/blueprint/pom.xml?rev=935656&r1=935655&r2=935656&view=diff
==============================================================================
--- incubator/aries/branches/0.1-incubating-RCx/samples/blueprint/pom.xml (original)
+++ incubator/aries/branches/0.1-incubating-RCx/samples/blueprint/pom.xml Mon Apr 19 16:20:17 2010
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.aries.samples</groupId>
         <artifactId>samples</artifactId>
-        <version>0.1-incubating</version>
+        <version>0.1-incubating-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.aries.samples.blueprint</groupId>

Modified: incubator/aries/branches/0.1-incubating-RCx/samples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/samples/pom.xml?rev=935656&r1=935655&r2=935656&view=diff
==============================================================================
--- incubator/aries/branches/0.1-incubating-RCx/samples/pom.xml (original)
+++ incubator/aries/branches/0.1-incubating-RCx/samples/pom.xml Mon Apr 19 16:20:17 2010
@@ -20,32 +20,32 @@
     <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.samples</groupId>
-    <version>0.1-incubating</version>
+    <version>0.1-incubating-SNAPSHOT</version>
     <artifactId>samples</artifactId>
     <name>Apache Aries Samples</name>
     <packaging>pom</packaging>
   
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/tags/samples-0.1-incubating</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/aries/tags/samples-0.1-incubating</developerConnection>
-        <url>http://svn.apache.org/viewvc/incubator/aries/tags/samples-0.1-incubating</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/branches/0.1-incubating-RC1/samples</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/aries/branches/0.1-incubating-RC1/samples</developerConnection>
+        <url>http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RC1/samples</url>
     </scm>
 
     <properties>
-        <ariesApplicationVersion>0.1-incubating</ariesApplicationVersion>
-        <ariesBlueprintVersion>0.1-incubating</ariesBlueprintVersion>
-        <ariesJmxVersion>0.1-incubating</ariesJmxVersion>
-        <ariesJndiVersion>0.1-incubating</ariesJndiVersion>
-        <ariesJpaVersion>0.1-incubating</ariesJpaVersion>
-        <ariesTransactionVersion>0.1-incubating</ariesTransactionVersion>
-        <ariesUtilVersion>0.1-incubating</ariesUtilVersion>
-        <ariesWebVersion>0.1-incubating</ariesWebVersion>
+        <ariesApplicationVersion>0.1-incubating-SNAPSHOT</ariesApplicationVersion>
+        <ariesBlueprintVersion>0.1-incubating-SNAPSHOT</ariesBlueprintVersion>
+        <ariesJmxVersion>0.1-incubating-SNAPSHOT</ariesJmxVersion>
+        <ariesJndiVersion>0.1-incubating-SNAPSHOT</ariesJndiVersion>
+        <ariesJpaVersion>0.1-incubating-SNAPSHOT</ariesJpaVersion>
+        <ariesTransactionVersion>0.1-incubating-SNAPSHOT</ariesTransactionVersion>
+        <ariesUtilVersion>0.1-incubating-SNAPSHOT</ariesUtilVersion>
+        <ariesWebVersion>0.1-incubating-SNAPSHOT</ariesWebVersion>
         <openjpaVersion>2.0.0-beta3</openjpaVersion>
     </properties>
     

Modified: incubator/aries/branches/0.1-incubating-RCx/spi-fly/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/spi-fly/pom.xml?rev=935656&r1=935655&r2=935656&view=diff
==============================================================================
--- incubator/aries/branches/0.1-incubating-RCx/spi-fly/pom.xml (original)
+++ incubator/aries/branches/0.1-incubating-RCx/spi-fly/pom.xml Mon Apr 19 16:20:17 2010
@@ -36,9 +36,9 @@ JRE through META-INF/services resources)
     </description>
     
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/trunk/spi-fly</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/aries/trunk/spi-fly</developerConnection>
-        <url>http://svn.apache.org/viewvc/incubator/aries/trunk/spi-fly</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/branches/0.1-incubating-RC1/spi-fly</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/aries/branches/0.1-incubating-RC1/spi-fly</developerConnection>
+        <url>http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RC1/spi-fly</url>
     </scm>
     <dependencies>
         <dependency>

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=935656&r1=935655&r2=935656&view=diff
==============================================================================
--- incubator/aries/branches/0.1-incubating-RCx/subsystem/pom.xml (original)
+++ incubator/aries/branches/0.1-incubating-RCx/subsystem/pom.xml Mon Apr 19 16:20:17 2010
@@ -33,9 +33,9 @@
     </description>
 
 	<scm>
-		<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/trunk/subsystem</connection>
-		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/aries/trunk/subsystem</developerConnection>
-		<url>http://svn.apache.org/viewvc/incubator/aries/trunk/subsystem</url>
+		<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/branches/0.1-incubating-RC1/subsystem</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/aries/branches/0.1-incubating-RC1/subsystem</developerConnection>
+		<url>http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RC1/subsystem</url>
 	</scm>
 
 	<dependencyManagement>

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=935656&r1=935655&r2=935656&view=diff
==============================================================================
--- incubator/aries/branches/0.1-incubating-RCx/testsupport/pom.xml (original)
+++ incubator/aries/branches/0.1-incubating-RCx/testsupport/pom.xml Mon Apr 19 16:20:17 2010
@@ -21,14 +21,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.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>
@@ -36,9 +36,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/trunk/testsupport</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/aries/trunk/testsupport</developerConnection>
-        <url>http://svn.apache.org/viewvc/incubator/aries/trunk/testsupport</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/branches/0.1-incubating-RC1/testsupport</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/aries/branches/0.1-incubating-RC1/testsupport</developerConnection>
+        <url>http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RC1/testsupport</url>
     </scm>
 
     <modules>

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=935656&r1=935655&r2=935656&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 Mon Apr 19 16:20:17 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/transaction/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/transaction/pom.xml?rev=935656&r1=935655&r2=935656&view=diff
==============================================================================
--- incubator/aries/branches/0.1-incubating-RCx/transaction/pom.xml (original)
+++ incubator/aries/branches/0.1-incubating-RCx/transaction/pom.xml Mon Apr 19 16:20:17 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.aries</groupId>
         <artifactId>java5-parent</artifactId>
-        <version>0.1-incubating</version>
+        <version>0.1-incubating-SNAPSHOT</version>
     </parent>
 
     <properties>
@@ -32,14 +32,14 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.aries.transaction</groupId>
     <artifactId>transaction</artifactId>
-    <version>0.2-incubating-SNAPSHOT</version>
+    <version>0.1-incubating-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache Aries Transaction</name>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/trunk/transaction</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/aries/trunk/transaction</developerConnection>
-        <url>http://svn.apache.org/viewvc/incubator/aries/trunk/transaction</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/branches/0.1-incubating-RC1/transaction</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/aries/branches/0.1-incubating-RC1/transaction</developerConnection>
+        <url>http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RC1/transaction</url>
     </scm>
 
     <dependencyManagement>
@@ -82,12 +82,12 @@
             <dependency>
                 <groupId>org.apache.aries.blueprint</groupId>
                 <artifactId>org.apache.aries.blueprint</artifactId>
-                <version>0.1-incubating</version>
+                <version>0.1-incubating-SNAPSHOT</version>
             </dependency>
             <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>
             </dependency>
 
             <dependency>

Modified: incubator/aries/branches/0.1-incubating-RCx/transaction/transaction-blueprint/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/transaction/transaction-blueprint/pom.xml?rev=935656&r1=935655&r2=935656&view=diff
==============================================================================
--- incubator/aries/branches/0.1-incubating-RCx/transaction/transaction-blueprint/pom.xml (original)
+++ incubator/aries/branches/0.1-incubating-RCx/transaction/transaction-blueprint/pom.xml Mon Apr 19 16:20:17 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.aries.transaction</groupId>
         <artifactId>transaction</artifactId>
-        <version>0.2-incubating-SNAPSHOT</version>
+        <version>0.1-incubating-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: incubator/aries/branches/0.1-incubating-RCx/transaction/transaction-itests/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/transaction/transaction-itests/pom.xml?rev=935656&r1=935655&r2=935656&view=diff
==============================================================================
--- incubator/aries/branches/0.1-incubating-RCx/transaction/transaction-itests/pom.xml (original)
+++ incubator/aries/branches/0.1-incubating-RCx/transaction/transaction-itests/pom.xml Mon Apr 19 16:20:17 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.aries.transaction</groupId>
         <artifactId>transaction</artifactId>
-        <version>0.2-incubating-SNAPSHOT</version>
+        <version>0.1-incubating-SNAPSHOT</version>
     </parent>
   <groupId>org.apache.aries.transaction</groupId>
   <artifactId>org.apache.aries.transaction.itests</artifactId>

Modified: incubator/aries/branches/0.1-incubating-RCx/transaction/transaction-manager/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/transaction/transaction-manager/pom.xml?rev=935656&r1=935655&r2=935656&view=diff
==============================================================================
--- incubator/aries/branches/0.1-incubating-RCx/transaction/transaction-manager/pom.xml (original)
+++ incubator/aries/branches/0.1-incubating-RCx/transaction/transaction-manager/pom.xml Mon Apr 19 16:20:17 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.aries.transaction</groupId>
         <artifactId>transaction</artifactId>
-        <version>0.2-incubating-SNAPSHOT</version>
+        <version>0.1-incubating-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: incubator/aries/branches/0.1-incubating-RCx/transaction/transaction-testbundle/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/transaction/transaction-testbundle/pom.xml?rev=935656&r1=935655&r2=935656&view=diff
==============================================================================
--- incubator/aries/branches/0.1-incubating-RCx/transaction/transaction-testbundle/pom.xml (original)
+++ incubator/aries/branches/0.1-incubating-RCx/transaction/transaction-testbundle/pom.xml Mon Apr 19 16:20:17 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.aries.transaction</groupId>
         <artifactId>transaction</artifactId>
-        <version>0.2-incubating-SNAPSHOT</version>
+        <version>0.1-incubating-SNAPSHOT</version>
     </parent>
   <groupId>org.apache.aries.transaction</groupId>
   <artifactId>org.apache.aries.transaction.testbundle</artifactId>

Modified: incubator/aries/branches/0.1-incubating-RCx/transaction/transaction-testds/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/transaction/transaction-testds/pom.xml?rev=935656&r1=935655&r2=935656&view=diff
==============================================================================
--- incubator/aries/branches/0.1-incubating-RCx/transaction/transaction-testds/pom.xml (original)
+++ incubator/aries/branches/0.1-incubating-RCx/transaction/transaction-testds/pom.xml Mon Apr 19 16:20:17 2010
@@ -19,7 +19,7 @@
 	<parent>
 		<groupId>org.apache.aries.transaction</groupId>
 		<artifactId>transaction</artifactId>
-		<version>0.2-incubating-SNAPSHOT</version>
+		<version>0.1-incubating-SNAPSHOT</version>
 	</parent>
 	<groupId>org.apache.aries.transaction</groupId>
 	<artifactId>org.apache.aries.transaction.testds</artifactId>

Modified: incubator/aries/branches/0.1-incubating-RCx/transaction/transaction-wrappers/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/transaction/transaction-wrappers/pom.xml?rev=935656&r1=935655&r2=935656&view=diff
==============================================================================
--- incubator/aries/branches/0.1-incubating-RCx/transaction/transaction-wrappers/pom.xml (original)
+++ incubator/aries/branches/0.1-incubating-RCx/transaction/transaction-wrappers/pom.xml Mon Apr 19 16:20:17 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.aries.transaction</groupId>
         <artifactId>transaction</artifactId>
-        <version>0.2-incubating-SNAPSHOT</version>
+        <version>0.1-incubating-SNAPSHOT</version>
     </parent>
   <groupId>org.apache.aries.transaction</groupId>
   <artifactId>org.apache.aries.transaction.wrappers</artifactId>

Modified: incubator/aries/branches/0.1-incubating-RCx/tutorials/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/tutorials/pom.xml?rev=935656&r1=935655&r2=935656&view=diff
==============================================================================
--- incubator/aries/branches/0.1-incubating-RCx/tutorials/pom.xml (original)
+++ incubator/aries/branches/0.1-incubating-RCx/tutorials/pom.xml Mon Apr 19 16:20:17 2010
@@ -33,9 +33,9 @@
     <packaging>pom</packaging>
   
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/trunk/tutorials</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/aries/trunk/tutorials</developerConnection>
-        <url>http://svn.apache.org/viewvc/incubator/aries/trunk/tutorials</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/branches/0.1-incubating-RC1/tutorials</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/aries/branches/0.1-incubating-RC1/tutorials</developerConnection>
+        <url>http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RC1/tutorials</url>
     </scm>
 
     <properties>

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=935656&r1=935655&r2=935656&view=diff
==============================================================================
--- incubator/aries/branches/0.1-incubating-RCx/util/pom.xml (original)
+++ incubator/aries/branches/0.1-incubating-RCx/util/pom.xml Mon Apr 19 16:20:17 2010
@@ -21,21 +21,21 @@
     <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
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/trunk/util</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/aries/trunk/util</developerConnection>
-        <url>http://svn.apache.org/viewvc/incubator/aries/trunk/util</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/branches/0.1-incubating-RC1/util</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/aries/branches/0.1-incubating-RC1/util</developerConnection>
+        <url>http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RC1/util</url>
     </scm>
 
     <properties>
@@ -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>

Modified: incubator/aries/branches/0.1-incubating-RCx/web/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/web/pom.xml?rev=935656&r1=935655&r2=935656&view=diff
==============================================================================
--- incubator/aries/branches/0.1-incubating-RCx/web/pom.xml (original)
+++ incubator/aries/branches/0.1-incubating-RCx/web/pom.xml Mon Apr 19 16:20:17 2010
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>java5-parent</artifactId>
         <groupId>org.apache.aries</groupId>
-        <version>0.1-incubating</version>
+        <version>0.1-incubating-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -28,12 +28,12 @@
     <artifactId>web</artifactId>
     <packaging>pom</packaging>
     <name>Apache Aries Web Component</name>
-    <version>0.2-incubating-SNAPSHOT</version>
+    <version>0.1-incubating-SNAPSHOT</version>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/trunk/web</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/aries/trunk/web</developerConnection>
-        <url>http://svn.apache.org/viewvc/incubator/aries/trunk/web</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/branches/0.1-incubating-RC1/web</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/aries/branches/0.1-incubating-RC1/web</developerConnection>
+        <url>http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RC1/web</url>
     </scm>
 
     <modules>
@@ -65,13 +65,13 @@
             <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>
             </dependency>
 
             <dependency>
                 <groupId>org.apache.aries.blueprint</groupId>
                 <artifactId>org.apache.aries.blueprint.sample</artifactId>
-                <version>0.1-incubating</version>
+                <version>0.1-incubating-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.felix</groupId>
@@ -81,12 +81,12 @@
             <dependency>
                 <groupId>org.apache.aries</groupId>
                 <artifactId>org.apache.aries.util</artifactId>
-                <version>0.1-incubating</version>
+                <version>0.1-incubating-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.aries.blueprint</groupId>
                 <artifactId>org.apache.aries.blueprint</artifactId>
-                <version>0.1-incubating</version>
+                <version>0.1-incubating-SNAPSHOT</version>
             </dependency>
         </dependencies>
     </dependencyManagement>

Modified: incubator/aries/branches/0.1-incubating-RCx/web/web-itests/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/web/web-itests/pom.xml?rev=935656&r1=935655&r2=935656&view=diff
==============================================================================
--- incubator/aries/branches/0.1-incubating-RCx/web/web-itests/pom.xml (original)
+++ incubator/aries/branches/0.1-incubating-RCx/web/web-itests/pom.xml Mon Apr 19 16:20:17 2010
@@ -17,7 +17,7 @@
     <parent>
         <artifactId>web</artifactId>
         <groupId>org.apache.aries.web</groupId>
-        <version>0.2-incubating-SNAPSHOT</version>
+        <version>0.1-incubating-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

Modified: incubator/aries/branches/0.1-incubating-RCx/web/web-urlhandler/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.1-incubating-RCx/web/web-urlhandler/pom.xml?rev=935656&r1=935655&r2=935656&view=diff
==============================================================================
--- incubator/aries/branches/0.1-incubating-RCx/web/web-urlhandler/pom.xml (original)
+++ incubator/aries/branches/0.1-incubating-RCx/web/web-urlhandler/pom.xml Mon Apr 19 16:20:17 2010
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>web</artifactId>
         <groupId>org.apache.aries.web</groupId>
-        <version>0.2-incubating-SNAPSHOT</version>
+        <version>0.1-incubating-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>