You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cu...@apache.org on 2012/04/03 23:01:01 UTC

svn commit: r1309147 - in /aries/branches/1.0-prototype: application/application-api/ application/application-deployment-management/ application/application-itests/ application/application-modeller-standalone/ application/application-modeller/ applicat...

Author: cumminsh
Date: Tue Apr  3 21:00:59 2012
New Revision: 1309147

URL: http://svn.apache.org/viewvc?rev=1309147&view=rev
Log:
Use version 1-SNAPSHOT of the util bundle. As part of this change I've had to move the versions of some other bundles used by tests to the latest snapshots; older versions of those bundles won't resolve because they require version 0.4 of the util package.

Modified:
    aries/branches/1.0-prototype/application/application-api/pom.xml
    aries/branches/1.0-prototype/application/application-deployment-management/pom.xml
    aries/branches/1.0-prototype/application/application-itests/pom.xml
    aries/branches/1.0-prototype/application/application-modeller-standalone/pom.xml
    aries/branches/1.0-prototype/application/application-modeller/pom.xml
    aries/branches/1.0-prototype/application/application-resolve-transform-cm-itests/pom.xml
    aries/branches/1.0-prototype/application/application-tooling-repository-generator/pom.xml
    aries/branches/1.0-prototype/application/application-utils/pom.xml
    aries/branches/1.0-prototype/blueprint/blueprint-annotation-impl/pom.xml
    aries/branches/1.0-prototype/blueprint/blueprint-annotation-itest/pom.xml
    aries/branches/1.0-prototype/blueprint/blueprint-core/pom.xml
    aries/branches/1.0-prototype/blueprint/blueprint-itests/pom.xml
    aries/branches/1.0-prototype/ejb/ejb-modeller-itest/pom.xml
    aries/branches/1.0-prototype/ejb/ejb-modeller/pom.xml
    aries/branches/1.0-prototype/ejb/openejb-extender-itest/pom.xml
    aries/branches/1.0-prototype/ejb/openejb-extender/pom.xml
    aries/branches/1.0-prototype/jmx/jmx-blueprint-core/pom.xml
    aries/branches/1.0-prototype/jmx/jmx-core-whiteboard/pom.xml
    aries/branches/1.0-prototype/jmx/jmx-core/pom.xml
    aries/branches/1.0-prototype/jmx/jmx-itests/pom.xml
    aries/branches/1.0-prototype/jndi/jndi-core/pom.xml
    aries/branches/1.0-prototype/jndi/jndi-rmi/pom.xml
    aries/branches/1.0-prototype/jndi/jndi-url-itest/pom.xml
    aries/branches/1.0-prototype/jndi/jndi-url/pom.xml
    aries/branches/1.0-prototype/jpa/jpa-container-context/pom.xml
    aries/branches/1.0-prototype/jpa/jpa-container-itest/pom.xml
    aries/branches/1.0-prototype/jpa/jpa-container/pom.xml
    aries/branches/1.0-prototype/proxy/proxy-api/pom.xml
    aries/branches/1.0-prototype/proxy/proxy-itests/pom.xml
    aries/branches/1.0-prototype/quiesce/quiesce-manager-itest/pom.xml
    aries/branches/1.0-prototype/quiesce/quiesce-manager/pom.xml
    aries/branches/1.0-prototype/samples/pom.xml
    aries/branches/1.0-prototype/transaction/transaction-manager/pom.xml
    aries/branches/1.0-prototype/transaction/transaction-wrappers/pom.xml
    aries/branches/1.0-prototype/web/web-itests/pom.xml

Modified: aries/branches/1.0-prototype/application/application-api/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/application/application-api/pom.xml?rev=1309147&r1=1309146&r2=1309147&view=diff
==============================================================================
--- aries/branches/1.0-prototype/application/application-api/pom.xml (original)
+++ aries/branches/1.0-prototype/application/application-api/pom.xml Tue Apr  3 21:00:59 2012
@@ -69,7 +69,7 @@
 		<dependency>
              <groupId>org.apache.aries</groupId>
              <artifactId>org.apache.aries.util</artifactId>
-             <version>0.5-SNAPSHOT</version>
+             <version>1.0.0-SNAPSHOT</version>
         </dependency>
     </dependencies>
 

Modified: aries/branches/1.0-prototype/application/application-deployment-management/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/application/application-deployment-management/pom.xml?rev=1309147&r1=1309146&r2=1309147&view=diff
==============================================================================
--- aries/branches/1.0-prototype/application/application-deployment-management/pom.xml (original)
+++ aries/branches/1.0-prototype/application/application-deployment-management/pom.xml Tue Apr  3 21:00:59 2012
@@ -62,7 +62,7 @@
         <dependency>
              <groupId>org.apache.aries</groupId>
              <artifactId>org.apache.aries.util</artifactId>
-            <version>0.5-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.aries.testsupport</groupId>

Modified: aries/branches/1.0-prototype/application/application-itests/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/application/application-itests/pom.xml?rev=1309147&r1=1309146&r2=1309147&view=diff
==============================================================================
--- aries/branches/1.0-prototype/application/application-itests/pom.xml (original)
+++ aries/branches/1.0-prototype/application/application-itests/pom.xml Tue Apr  3 21:00:59 2012
@@ -65,7 +65,7 @@
         <dependency>
 			<groupId>org.apache.aries</groupId>
 			<artifactId>org.apache.aries.util</artifactId>
-            <version>0.5-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
 			<scope>test</scope>
 		</dependency>
 		<dependency>

Modified: aries/branches/1.0-prototype/application/application-modeller-standalone/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/application/application-modeller-standalone/pom.xml?rev=1309147&r1=1309146&r2=1309147&view=diff
==============================================================================
--- aries/branches/1.0-prototype/application/application-modeller-standalone/pom.xml (original)
+++ aries/branches/1.0-prototype/application/application-modeller-standalone/pom.xml Tue Apr  3 21:00:59 2012
@@ -44,7 +44,7 @@
         <dependency>
             <groupId>org.apache.aries</groupId>
             <artifactId>org.apache.aries.util</artifactId>
-            <version>0.4</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.aries.application</groupId>

Modified: aries/branches/1.0-prototype/application/application-modeller/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/application/application-modeller/pom.xml?rev=1309147&r1=1309146&r2=1309147&view=diff
==============================================================================
--- aries/branches/1.0-prototype/application/application-modeller/pom.xml (original)
+++ aries/branches/1.0-prototype/application/application-modeller/pom.xml Tue Apr  3 21:00:59 2012
@@ -69,7 +69,7 @@
         <dependency>
              <groupId>org.apache.aries</groupId>
              <artifactId>org.apache.aries.util</artifactId>
-            <version>0.5-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.aries.testsupport</groupId>

Modified: aries/branches/1.0-prototype/application/application-resolve-transform-cm-itests/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/application/application-resolve-transform-cm-itests/pom.xml?rev=1309147&r1=1309146&r2=1309147&view=diff
==============================================================================
--- aries/branches/1.0-prototype/application/application-resolve-transform-cm-itests/pom.xml (original)
+++ aries/branches/1.0-prototype/application/application-resolve-transform-cm-itests/pom.xml Tue Apr  3 21:00:59 2012
@@ -68,7 +68,7 @@
         <dependency>
 			<groupId>org.apache.aries</groupId>
 			<artifactId>org.apache.aries.util</artifactId>
-            <version>0.5-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
 			<scope>test</scope>
 		</dependency>
 		<dependency>

Modified: aries/branches/1.0-prototype/application/application-tooling-repository-generator/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/application/application-tooling-repository-generator/pom.xml?rev=1309147&r1=1309146&r2=1309147&view=diff
==============================================================================
--- aries/branches/1.0-prototype/application/application-tooling-repository-generator/pom.xml (original)
+++ aries/branches/1.0-prototype/application/application-tooling-repository-generator/pom.xml Tue Apr  3 21:00:59 2012
@@ -94,7 +94,7 @@
         <dependency>
             <groupId>org.apache.aries</groupId>
             <artifactId>org.apache.aries.util</artifactId>
-            <version>0.5-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
 
         <dependency>

Modified: aries/branches/1.0-prototype/application/application-utils/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/application/application-utils/pom.xml?rev=1309147&r1=1309146&r2=1309147&view=diff
==============================================================================
--- aries/branches/1.0-prototype/application/application-utils/pom.xml (original)
+++ aries/branches/1.0-prototype/application/application-utils/pom.xml Tue Apr  3 21:00:59 2012
@@ -75,7 +75,7 @@
         <dependency>
              <groupId>org.apache.aries</groupId>
              <artifactId>org.apache.aries.util</artifactId>
-             <version>0.5-SNAPSHOT</version>
+             <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.aries.testsupport</groupId>

Modified: aries/branches/1.0-prototype/blueprint/blueprint-annotation-impl/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/blueprint/blueprint-annotation-impl/pom.xml?rev=1309147&r1=1309146&r2=1309147&view=diff
==============================================================================
--- aries/branches/1.0-prototype/blueprint/blueprint-annotation-impl/pom.xml (original)
+++ aries/branches/1.0-prototype/blueprint/blueprint-annotation-impl/pom.xml Tue Apr  3 21:00:59 2012
@@ -63,7 +63,7 @@
         </aries.osgi.export.service>
 
         <blueprint.annotation.api.version>0.3</blueprint.annotation.api.version>
-        <util.version>0.4</util.version>
+        <util.version>1.0.0-SNAPSHOT</util.version>
     </properties>
 
     <profiles>
@@ -71,7 +71,7 @@
             <id>dev</id>
             <properties>
                 <blueprint.annotation.api.version>0.3.3-SNAPSHOT</blueprint.annotation.api.version>
-                <util.version>0.5-SNAPSHOT</util.version>
+                <util.version>1.0.0-SNAPSHOT</util.version>
             </properties>
         </profile>
     </profiles>
@@ -85,7 +85,7 @@
         <dependency>
             <groupId>org.apache.aries</groupId>
             <artifactId>org.apache.aries.util</artifactId>
-            <version>0.4</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>

Modified: aries/branches/1.0-prototype/blueprint/blueprint-annotation-itest/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/blueprint/blueprint-annotation-itest/pom.xml?rev=1309147&r1=1309146&r2=1309147&view=diff
==============================================================================
--- aries/branches/1.0-prototype/blueprint/blueprint-annotation-itest/pom.xml (original)
+++ aries/branches/1.0-prototype/blueprint/blueprint-annotation-itest/pom.xml Tue Apr  3 21:00:59 2012
@@ -55,29 +55,29 @@
             <groupId>org.apache.aries.blueprint</groupId>
             <artifactId>org.apache.aries.blueprint</artifactId>
             <scope>test</scope>
-            <version>0.4</version>
+            <version>0.4.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.aries</groupId>
             <artifactId>org.apache.aries.util</artifactId>
             <scope>test</scope>
-            <version>0.4</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.aries.proxy</groupId>
             <artifactId>org.apache.aries.proxy</artifactId>
-            <version>0.4</version>
+            <version>0.4.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.aries.blueprint</groupId>
             <artifactId>org.apache.aries.blueprint.sample-annotation</artifactId>
-            <version>0.3.2</version>
+            <version>0.3.3-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.aries.blueprint</groupId>
             <artifactId>org.apache.aries.blueprint.sample-fragment</artifactId>
-            <version>0.3.2</version>
+            <version>0.3.3-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>
@@ -139,17 +139,17 @@
         <dependency>
             <groupId>org.apache.aries.blueprint</groupId>
             <artifactId>org.apache.aries.blueprint.annotation.api</artifactId>
-            <version>0.3</version>
+            <version>0.3.3-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.aries.blueprint</groupId>
             <artifactId>org.apache.aries.blueprint.annotation.impl</artifactId>
-            <version>0.3.2</version>
+            <version>0.3.3-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.aries.testsupport</groupId>
             <artifactId>org.apache.aries.testsupport.unit</artifactId>
-            <version>0.4</version>
+            <version>0.5-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
     </dependencies>

Modified: aries/branches/1.0-prototype/blueprint/blueprint-core/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/blueprint/blueprint-core/pom.xml?rev=1309147&r1=1309146&r2=1309147&view=diff
==============================================================================
--- aries/branches/1.0-prototype/blueprint/blueprint-core/pom.xml (original)
+++ aries/branches/1.0-prototype/blueprint/blueprint-core/pom.xml Tue Apr  3 21:00:59 2012
@@ -98,7 +98,7 @@
         <proxy.api.version>0.4.1-SNAPSHOT</proxy.api.version>
         <proxy.impl.version>0.4.1-SNAPSHOT</proxy.impl.version>
         <quiesce.api.version>0.3</quiesce.api.version>
-        <util.version>0.5-SNAPSHOT</util.version>
+        <util.version>1.0.0-SNAPSHOT</util.version>
     </properties>
 
     <profiles>
@@ -111,7 +111,7 @@
                 <proxy.api.version>0.4.1-SNAPSHOT</proxy.api.version>
                 <proxy.impl.version>0.4.1-SNAPSHOT</proxy.impl.version>
                 <quiesce.api.version>0.3.1-SNAPSHOT</quiesce.api.version>
-                <util.version>0.5-SNAPSHOT</util.version>
+                <util.version>1.0.0-SNAPSHOT</util.version>
             </properties>
         </profile>
     </profiles>

Modified: aries/branches/1.0-prototype/blueprint/blueprint-itests/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/blueprint/blueprint-itests/pom.xml?rev=1309147&r1=1309146&r2=1309147&view=diff
==============================================================================
--- aries/branches/1.0-prototype/blueprint/blueprint-itests/pom.xml (original)
+++ aries/branches/1.0-prototype/blueprint/blueprint-itests/pom.xml Tue Apr  3 21:00:59 2012
@@ -72,7 +72,7 @@
             <groupId>org.apache.aries</groupId>
             <artifactId>org.apache.aries.util</artifactId>
             <scope>test</scope>
-            <version>0.5-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.aries.blueprint</groupId>

Modified: aries/branches/1.0-prototype/ejb/ejb-modeller-itest/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/ejb/ejb-modeller-itest/pom.xml?rev=1309147&r1=1309146&r2=1309147&view=diff
==============================================================================
--- aries/branches/1.0-prototype/ejb/ejb-modeller-itest/pom.xml (original)
+++ aries/branches/1.0-prototype/ejb/ejb-modeller-itest/pom.xml Tue Apr  3 21:00:59 2012
@@ -82,7 +82,7 @@
         <dependency>
             <groupId>org.apache.aries</groupId>
             <artifactId>org.apache.aries.util</artifactId>
-            <version>0.5-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>

Modified: aries/branches/1.0-prototype/ejb/ejb-modeller/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/ejb/ejb-modeller/pom.xml?rev=1309147&r1=1309146&r2=1309147&view=diff
==============================================================================
--- aries/branches/1.0-prototype/ejb/ejb-modeller/pom.xml (original)
+++ aries/branches/1.0-prototype/ejb/ejb-modeller/pom.xml Tue Apr  3 21:00:59 2012
@@ -60,7 +60,7 @@
     	<dependency>
     		<groupId>org.apache.aries</groupId>
     		<artifactId>org.apache.aries.util</artifactId>
-    		<version>0.5-SNAPSHOT</version>
+    		<version>1.0.0-SNAPSHOT</version>
     	</dependency>
     	<dependency>
     		<groupId>org.apache.openejb</groupId>

Modified: aries/branches/1.0-prototype/ejb/openejb-extender-itest/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/ejb/openejb-extender-itest/pom.xml?rev=1309147&r1=1309146&r2=1309147&view=diff
==============================================================================
--- aries/branches/1.0-prototype/ejb/openejb-extender-itest/pom.xml (original)
+++ aries/branches/1.0-prototype/ejb/openejb-extender-itest/pom.xml Tue Apr  3 21:00:59 2012
@@ -88,7 +88,7 @@
         <dependency>
             <groupId>org.apache.aries</groupId>
             <artifactId>org.apache.aries.util</artifactId>
-            <version>0.5-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>

Modified: aries/branches/1.0-prototype/ejb/openejb-extender/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/ejb/openejb-extender/pom.xml?rev=1309147&r1=1309146&r2=1309147&view=diff
==============================================================================
--- aries/branches/1.0-prototype/ejb/openejb-extender/pom.xml (original)
+++ aries/branches/1.0-prototype/ejb/openejb-extender/pom.xml Tue Apr  3 21:00:59 2012
@@ -55,7 +55,7 @@
     	<dependency>
     		<groupId>org.apache.aries</groupId>
     		<artifactId>org.apache.aries.util</artifactId>
-    		<version>0.5-SNAPSHOT</version>
+    		<version>1.0.0-SNAPSHOT</version>
     	</dependency>
     	<dependency>
     		<groupId>org.apache.openejb</groupId>

Modified: aries/branches/1.0-prototype/jmx/jmx-blueprint-core/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/jmx/jmx-blueprint-core/pom.xml?rev=1309147&r1=1309146&r2=1309147&view=diff
==============================================================================
--- aries/branches/1.0-prototype/jmx/jmx-blueprint-core/pom.xml (original)
+++ aries/branches/1.0-prototype/jmx/jmx-blueprint-core/pom.xml Tue Apr  3 21:00:59 2012
@@ -63,7 +63,7 @@
         <dependency>
             <groupId>org.apache.aries</groupId>
             <artifactId>org.apache.aries.util</artifactId>
-            <version>0.4</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>

Modified: aries/branches/1.0-prototype/jmx/jmx-core-whiteboard/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/jmx/jmx-core-whiteboard/pom.xml?rev=1309147&r1=1309146&r2=1309147&view=diff
==============================================================================
--- aries/branches/1.0-prototype/jmx/jmx-core-whiteboard/pom.xml (original)
+++ aries/branches/1.0-prototype/jmx/jmx-core-whiteboard/pom.xml Tue Apr  3 21:00:59 2012
@@ -87,7 +87,7 @@
         <dependency>
             <groupId>org.apache.aries</groupId>
             <artifactId>org.apache.aries.util</artifactId>
-            <version>0.4</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.mockito</groupId>

Modified: aries/branches/1.0-prototype/jmx/jmx-core/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/jmx/jmx-core/pom.xml?rev=1309147&r1=1309146&r2=1309147&view=diff
==============================================================================
--- aries/branches/1.0-prototype/jmx/jmx-core/pom.xml (original)
+++ aries/branches/1.0-prototype/jmx/jmx-core/pom.xml Tue Apr  3 21:00:59 2012
@@ -91,7 +91,7 @@
         <dependency>
             <groupId>org.apache.aries</groupId>
             <artifactId>org.apache.aries.util</artifactId>
-            <version>0.5-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.mockito</groupId>

Modified: aries/branches/1.0-prototype/jmx/jmx-itests/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/jmx/jmx-itests/pom.xml?rev=1309147&r1=1309146&r2=1309147&view=diff
==============================================================================
--- aries/branches/1.0-prototype/jmx/jmx-itests/pom.xml (original)
+++ aries/branches/1.0-prototype/jmx/jmx-itests/pom.xml Tue Apr  3 21:00:59 2012
@@ -113,7 +113,7 @@
         <dependency>
             <groupId>org.apache.aries</groupId>
             <artifactId>org.apache.aries.util</artifactId>
-            <version>0.5-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>

Modified: aries/branches/1.0-prototype/jndi/jndi-core/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/jndi/jndi-core/pom.xml?rev=1309147&r1=1309146&r2=1309147&view=diff
==============================================================================
--- aries/branches/1.0-prototype/jndi/jndi-core/pom.xml (original)
+++ aries/branches/1.0-prototype/jndi/jndi-core/pom.xml Tue Apr  3 21:00:59 2012
@@ -102,7 +102,7 @@
         <dependency>
             <groupId>org.apache.aries</groupId>
             <artifactId>org.apache.aries.util</artifactId>
-            <version>0.5-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
 
     </dependencies>

Modified: aries/branches/1.0-prototype/jndi/jndi-rmi/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/jndi/jndi-rmi/pom.xml?rev=1309147&r1=1309146&r2=1309147&view=diff
==============================================================================
--- aries/branches/1.0-prototype/jndi/jndi-rmi/pom.xml (original)
+++ aries/branches/1.0-prototype/jndi/jndi-rmi/pom.xml Tue Apr  3 21:00:59 2012
@@ -69,7 +69,7 @@
         <dependency>
             <groupId>org.apache.aries</groupId>
             <artifactId>org.apache.aries.util</artifactId>
-            <version>0.5-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>

Modified: aries/branches/1.0-prototype/jndi/jndi-url-itest/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/jndi/jndi-url-itest/pom.xml?rev=1309147&r1=1309146&r2=1309147&view=diff
==============================================================================
--- aries/branches/1.0-prototype/jndi/jndi-url-itest/pom.xml (original)
+++ aries/branches/1.0-prototype/jndi/jndi-url-itest/pom.xml Tue Apr  3 21:00:59 2012
@@ -76,7 +76,7 @@
             <groupId>org.apache.aries</groupId>
             <artifactId>org.apache.aries.util</artifactId>
             <scope>test</scope>
-            <version>0.5-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
 
         <dependency>

Modified: aries/branches/1.0-prototype/jndi/jndi-url/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/jndi/jndi-url/pom.xml?rev=1309147&r1=1309146&r2=1309147&view=diff
==============================================================================
--- aries/branches/1.0-prototype/jndi/jndi-url/pom.xml (original)
+++ aries/branches/1.0-prototype/jndi/jndi-url/pom.xml Tue Apr  3 21:00:59 2012
@@ -73,7 +73,7 @@
         <dependency>
             <groupId>org.apache.aries</groupId>
             <artifactId>org.apache.aries.util</artifactId>
-            <version>0.5-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.aries.proxy</groupId>

Modified: aries/branches/1.0-prototype/jpa/jpa-container-context/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/jpa/jpa-container-context/pom.xml?rev=1309147&r1=1309146&r2=1309147&view=diff
==============================================================================
--- aries/branches/1.0-prototype/jpa/jpa-container-context/pom.xml (original)
+++ aries/branches/1.0-prototype/jpa/jpa-container-context/pom.xml Tue Apr  3 21:00:59 2012
@@ -90,7 +90,7 @@
         <dependency>
             <groupId>org.apache.aries</groupId>
             <artifactId>org.apache.aries.util</artifactId>
-            <version>0.5-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>

Modified: aries/branches/1.0-prototype/jpa/jpa-container-itest/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/jpa/jpa-container-itest/pom.xml?rev=1309147&r1=1309146&r2=1309147&view=diff
==============================================================================
--- aries/branches/1.0-prototype/jpa/jpa-container-itest/pom.xml (original)
+++ aries/branches/1.0-prototype/jpa/jpa-container-itest/pom.xml Tue Apr  3 21:00:59 2012
@@ -85,7 +85,7 @@
         <dependency>
             <groupId>org.apache.aries</groupId>
             <artifactId>org.apache.aries.util</artifactId>
-            <version>0.5-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>

Modified: aries/branches/1.0-prototype/jpa/jpa-container/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/jpa/jpa-container/pom.xml?rev=1309147&r1=1309146&r2=1309147&view=diff
==============================================================================
--- aries/branches/1.0-prototype/jpa/jpa-container/pom.xml (original)
+++ aries/branches/1.0-prototype/jpa/jpa-container/pom.xml Tue Apr  3 21:00:59 2012
@@ -95,7 +95,7 @@
         <dependency>
             <artifactId>org.apache.aries.util</artifactId>
             <groupId>org.apache.aries</groupId>
-            <version>0.5-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
             <scope>provided</scope>
             </dependency>
         <dependency>

Modified: aries/branches/1.0-prototype/proxy/proxy-api/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/proxy/proxy-api/pom.xml?rev=1309147&r1=1309146&r2=1309147&view=diff
==============================================================================
--- aries/branches/1.0-prototype/proxy/proxy-api/pom.xml (original)
+++ aries/branches/1.0-prototype/proxy/proxy-api/pom.xml Tue Apr  3 21:00:59 2012
@@ -71,7 +71,7 @@
         <dependency>
             <groupId>org.apache.aries</groupId>
             <artifactId>org.apache.aries.util</artifactId>
-            <version>0.5-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
     </dependencies>
 </project>

Modified: aries/branches/1.0-prototype/proxy/proxy-itests/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/proxy/proxy-itests/pom.xml?rev=1309147&r1=1309146&r2=1309147&view=diff
==============================================================================
--- aries/branches/1.0-prototype/proxy/proxy-itests/pom.xml (original)
+++ aries/branches/1.0-prototype/proxy/proxy-itests/pom.xml Tue Apr  3 21:00:59 2012
@@ -72,7 +72,7 @@
             <groupId>org.apache.aries</groupId>
             <artifactId>org.apache.aries.util</artifactId>
             <scope>test</scope>
-            <version>0.5-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
           <groupId>org.apache.aries.testsupport</groupId>

Modified: aries/branches/1.0-prototype/quiesce/quiesce-manager-itest/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/quiesce/quiesce-manager-itest/pom.xml?rev=1309147&r1=1309146&r2=1309147&view=diff
==============================================================================
--- aries/branches/1.0-prototype/quiesce/quiesce-manager-itest/pom.xml (original)
+++ aries/branches/1.0-prototype/quiesce/quiesce-manager-itest/pom.xml Tue Apr  3 21:00:59 2012
@@ -100,7 +100,7 @@
             <groupId>org.apache.aries</groupId>
             <artifactId>org.apache.aries.util</artifactId>
             <scope>test</scope>
-            <version>0.5-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
                 <groupId>org.apache.felix</groupId>

Modified: aries/branches/1.0-prototype/quiesce/quiesce-manager/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/quiesce/quiesce-manager/pom.xml?rev=1309147&r1=1309146&r2=1309147&view=diff
==============================================================================
--- aries/branches/1.0-prototype/quiesce/quiesce-manager/pom.xml (original)
+++ aries/branches/1.0-prototype/quiesce/quiesce-manager/pom.xml Tue Apr  3 21:00:59 2012
@@ -77,7 +77,7 @@
         <dependency>
             <groupId>org.apache.aries</groupId>
             <artifactId>org.apache.aries.util</artifactId>
-            <version>0.5-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>

Modified: aries/branches/1.0-prototype/samples/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/samples/pom.xml?rev=1309147&r1=1309146&r2=1309147&view=diff
==============================================================================
--- aries/branches/1.0-prototype/samples/pom.xml (original)
+++ aries/branches/1.0-prototype/samples/pom.xml Tue Apr  3 21:00:59 2012
@@ -100,8 +100,8 @@
         
         <!-- Aries Proxy Versions -->
         <ariesProxyApiVersion>0.4</ariesProxyApiVersion>
-        <ariesProxyVersion>0.4</ariesProxyVersion>
-        <ariesProxyImplVersion>0.4</ariesProxyImplVersion>
+        <ariesProxyVersion>0.4.1-SNAPSHOT</ariesProxyVersion>
+        <ariesProxyImplVersion>0.4.1-SNAPSHOT</ariesProxyImplVersion>
 
         <!-- Aries Quiesce Versions -->
         <ariesQuiesceApiVersion>0.3</ariesQuiesceApiVersion>
@@ -118,7 +118,7 @@
         <ariesTransactionWrappersVersion>0.3.1-SNAPSHOT</ariesTransactionWrappersVersion>
 
         <!-- Aries Util Versions -->
-        <ariesUtilVersion>0.5-SNAPSHOT</ariesUtilVersion>
+        <ariesUtilVersion>1.0.0-SNAPSHOT</ariesUtilVersion>
 
         <!-- Aries Web Versions -->
         <ariesWebVersion>0.3.1-SNAPSHOT</ariesWebVersion>

Modified: aries/branches/1.0-prototype/transaction/transaction-manager/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/transaction/transaction-manager/pom.xml?rev=1309147&r1=1309146&r2=1309147&view=diff
==============================================================================
--- aries/branches/1.0-prototype/transaction/transaction-manager/pom.xml (original)
+++ aries/branches/1.0-prototype/transaction/transaction-manager/pom.xml Tue Apr  3 21:00:59 2012
@@ -77,7 +77,7 @@
             <groupId>org.apache.aries</groupId>
             <artifactId>org.apache.aries.util</artifactId>
             <scope>provided</scope>
-            <version>0.5-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>

Modified: aries/branches/1.0-prototype/transaction/transaction-wrappers/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/transaction/transaction-wrappers/pom.xml?rev=1309147&r1=1309146&r2=1309147&view=diff
==============================================================================
--- aries/branches/1.0-prototype/transaction/transaction-wrappers/pom.xml (original)
+++ aries/branches/1.0-prototype/transaction/transaction-wrappers/pom.xml Tue Apr  3 21:00:59 2012
@@ -63,7 +63,7 @@
         <dependency>
             <groupId>org.apache.aries</groupId>
             <artifactId>org.apache.aries.util</artifactId>
-            <version>0.5-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>

Modified: aries/branches/1.0-prototype/web/web-itests/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/web/web-itests/pom.xml?rev=1309147&r1=1309146&r2=1309147&view=diff
==============================================================================
--- aries/branches/1.0-prototype/web/web-itests/pom.xml (original)
+++ aries/branches/1.0-prototype/web/web-itests/pom.xml Tue Apr  3 21:00:59 2012
@@ -87,7 +87,7 @@
             <groupId>org.apache.aries</groupId>
             <artifactId>org.apache.aries.util</artifactId>
             <scope>test</scope>
-            <version>0.5-SNAPSHOT</version>
+            <version>1.0.0-SNAPSHOT</version>
         </dependency> 
         <dependency>
             <groupId>org.apache.aries.proxy</groupId>