You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2011/07/18 12:22:12 UTC

svn commit: r1147804 [8/8] - in /tuscany/sca-java-2.x/branches/2.0-Beta3: ./ distribution/ distribution/aggregations/base-runtime-aggregation/ distribution/aggregations/base-runtime-nodep/ distribution/aggregations/binding-rmi-runtime-aggregation/ dist...

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/scaclient-api-remote/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/scaclient-api-remote/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/scaclient-api-remote/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/scaclient-api-remote/pom.xml Mon Jul 18 10:21:06 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>itest-scaclient-api-remote</artifactId>
@@ -33,13 +33,13 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime-pom</artifactId>
             <type>pom</type>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-domain-hazelcast</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>
 
     </dependencies>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/scaclient-api/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/scaclient-api/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/scaclient-api/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/scaclient-api/pom.xml Mon Jul 18 10:21:06 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>itest-scaclient-api</artifactId>
@@ -33,7 +33,7 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime-pom</artifactId>
             <type>pom</type>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>
     </dependencies>
 </project>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/scaclient-remote/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/scaclient-remote/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/scaclient-remote/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/scaclient-remote/pom.xml Mon Jul 18 10:21:06 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>itest-scaclient-remote</artifactId>
@@ -32,12 +32,12 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-domain-hazelcast</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>
     </dependencies>
     
@@ -46,7 +46,7 @@
            <plugin>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-maven-plugin</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
              <configuration>
                 <domainURI>uri:default?bind=127.0.0.1:9876</domainURI>
              </configuration>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/scdl/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/scdl/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/scdl/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/scdl/pom.xml Mon Jul 18 10:21:06 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -33,7 +33,7 @@
          <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>
     </dependencies>
     

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/scopes/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/scopes/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/scopes/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/scopes/pom.xml Mon Jul 18 10:21:06 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <name>Apache Tuscany SCA iTest Scopes</name>
@@ -33,7 +33,7 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime-pom</artifactId>
             <type>pom</type>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>
     </dependencies>
 

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/service-reference/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/service-reference/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/service-reference/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/service-reference/pom.xml Mon Jul 18 10:21:06 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>itest-service-reference</artifactId>
@@ -33,13 +33,13 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime-pom</artifactId>
             <type>pom</type>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>
         
          <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>    
 
         <dependency>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/services/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/services/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/services/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/services/pom.xml Mon Jul 18 10:21:06 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>itest-services</artifactId>
@@ -33,7 +33,7 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime-pom</artifactId>
             <type>pom</type>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>
     </dependencies>
 

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/spi/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/spi/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/spi/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/spi/pom.xml Mon Jul 18 10:21:06 2011
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>itest-spi</artifactId>
     <name>Apache Tuscany SCA iTest SPI</name>
-    <version>2.0-SNAPSHOT</version>
+    <version>2.0-Beta3-SNAPSHOT</version>
 
     <dependencies>
     
@@ -35,7 +35,7 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime-pom</artifactId>
             <type>pom</type>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency> 
        
     </dependencies>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/wires/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/wires/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/wires/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/wires/pom.xml Mon Jul 18 10:21:06 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>itest-wires</artifactId>
@@ -33,7 +33,7 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime-pom</artifactId>
             <type>pom</type>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>
     </dependencies>
 </project>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws-jaxws/contribution-java-first/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws-jaxws/contribution-java-first/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws-jaxws/contribution-java-first/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws-jaxws/contribution-java-first/pom.xml Mon Jul 18 10:21:06 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>itest-ws-jaxws</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -35,13 +35,13 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime-pom</artifactId>
             <type>pom</type>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>
 
        <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
        </dependency>
                 
         <dependency>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws-jaxws/contribution-wsdl-first/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws-jaxws/contribution-wsdl-first/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws-jaxws/contribution-wsdl-first/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws-jaxws/contribution-wsdl-first/pom.xml Mon Jul 18 10:21:06 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>itest-ws-jaxws</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -35,13 +35,13 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime-pom</artifactId>
             <type>pom</type>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>
 
        <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
        </dependency>
                 
         <dependency>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws-jaxws/external-client/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws-jaxws/external-client/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws-jaxws/external-client/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws-jaxws/external-client/pom.xml Mon Jul 18 10:21:06 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>itest-ws-jaxws</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -35,13 +35,13 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime-pom</artifactId>
             <type>pom</type>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>
 
        <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
        </dependency>
                 
         <dependency>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws-jaxws/external-service/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws-jaxws/external-service/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws-jaxws/external-service/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws-jaxws/external-service/pom.xml Mon Jul 18 10:21:06 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>itest-ws-jaxws</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws-jaxws/launcher-ri/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws-jaxws/launcher-ri/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws-jaxws/launcher-ri/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws-jaxws/launcher-ri/pom.xml Mon Jul 18 10:21:06 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>itest-ws-jaxws</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -34,20 +34,20 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime-pom</artifactId>
             <type>pom</type>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>
 
         <!-- Test resources -->
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>itest-ws-jaxws-external-client</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>itest-ws-jaxws-external-service</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>        
                 
     </dependencies>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws-jaxws/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws-jaxws/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws-jaxws/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws-jaxws/pom.xml Mon Jul 18 10:21:06 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>pom</packaging>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/authentication-basic/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/authentication-basic/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/authentication-basic/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/authentication-basic/pom.xml Mon Jul 18 10:21:06 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>itest-ws</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -35,13 +35,13 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime-pom</artifactId>
             <type>pom</type>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>
 
        <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
        </dependency>
                 
         <dependency>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/contribution-callback-forwardspec/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/contribution-callback-forwardspec/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/contribution-callback-forwardspec/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/contribution-callback-forwardspec/pom.xml Mon Jul 18 10:21:06 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>itest-ws</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -35,13 +35,13 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime-pom</artifactId>
             <type>pom</type>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>
 
        <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
        </dependency>
                 
         <dependency>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/contribution-callback-fullspec/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/contribution-callback-fullspec/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/contribution-callback-fullspec/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/contribution-callback-fullspec/pom.xml Mon Jul 18 10:21:06 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>itest-ws</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -35,13 +35,13 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime-pom</artifactId>
             <type>pom</type>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>
 
        <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
        </dependency>
                 
         <dependency>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/contribution-callback-promotion/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/contribution-callback-promotion/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/contribution-callback-promotion/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/contribution-callback-promotion/pom.xml Mon Jul 18 10:21:06 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>itest-ws</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -35,13 +35,13 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime-pom</artifactId>
             <type>pom</type>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>
 
        <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
        </dependency>
                 
         <dependency>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/contribution-callback/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/contribution-callback/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/contribution-callback/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/contribution-callback/pom.xml Mon Jul 18 10:21:06 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>itest-ws</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -35,13 +35,13 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime-pom</artifactId>
             <type>pom</type>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>
 
        <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
        </dependency>
                 
         <dependency>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/contribution-doc-lit-wrapped/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/contribution-doc-lit-wrapped/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/contribution-doc-lit-wrapped/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/contribution-doc-lit-wrapped/pom.xml Mon Jul 18 10:21:06 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>itest-ws</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -35,13 +35,13 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime-pom</artifactId>
             <type>pom</type>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>
 
        <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
        </dependency>
                 
         <dependency>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/contribution-doc-lit/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/contribution-doc-lit/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/contribution-doc-lit/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/contribution-doc-lit/pom.xml Mon Jul 18 10:21:06 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>itest-ws</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -35,13 +35,13 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime-pom</artifactId>
             <type>pom</type>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>
 
        <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
        </dependency>
                 
         <dependency>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/contribution-java-first/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/contribution-java-first/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/contribution-java-first/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/contribution-java-first/pom.xml Mon Jul 18 10:21:06 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>itest-ws</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -35,13 +35,13 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime-pom</artifactId>
             <type>pom</type>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>
 
        <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
        </dependency>
                 
         <dependency>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/contribution-rpc-lit/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/contribution-rpc-lit/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/contribution-rpc-lit/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/contribution-rpc-lit/pom.xml Mon Jul 18 10:21:06 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>itest-ws</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -35,13 +35,13 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime-pom</artifactId>
             <type>pom</type>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>
 
        <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
        </dependency>
                 
         <dependency>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/contribution-wsdl-first/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/contribution-wsdl-first/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/contribution-wsdl-first/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/contribution-wsdl-first/pom.xml Mon Jul 18 10:21:06 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>itest-ws</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -35,13 +35,13 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime-pom</artifactId>
             <type>pom</type>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>
 
        <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
        </dependency>
                 
         <dependency>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/defaults/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/defaults/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/defaults/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/defaults/pom.xml Mon Jul 18 10:21:06 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>itest-ws</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -35,13 +35,13 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime-pom</artifactId>
             <type>pom</type>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>
 
        <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
        </dependency>
                 
         <dependency>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/endpoint-references/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/endpoint-references/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/endpoint-references/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/endpoint-references/pom.xml Mon Jul 18 10:21:06 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>itest-ws</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -35,13 +35,13 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime-pom</artifactId>
             <type>pom</type>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>
 
        <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
        </dependency>
                 
         <dependency>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/endpoints/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/endpoints/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/endpoints/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/endpoints/pom.xml Mon Jul 18 10:21:06 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>itest-ws</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -35,13 +35,13 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime-pom</artifactId>
             <type>pom</type>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>
 
        <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
        </dependency>
                 
         <dependency>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/external-client/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/external-client/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/external-client/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/external-client/pom.xml Mon Jul 18 10:21:06 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>itest-ws</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/external-service/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/external-service/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/external-service/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/external-service/pom.xml Mon Jul 18 10:21:06 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>itest-ws</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/holder-ws-service-multiple-outputs/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/holder-ws-service-multiple-outputs/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/holder-ws-service-multiple-outputs/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/holder-ws-service-multiple-outputs/pom.xml Mon Jul 18 10:21:06 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>itest-ws</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -34,71 +34,71 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-assembly</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>     
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-sca-api</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>     
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node-api</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node-impl</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>
         
        <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-wsdlgen</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-http</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-jetty</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-policy-security</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>
 
@@ -116,7 +116,7 @@
          <plugin>
              <groupId>org.apache.tuscany.sca</groupId>
              <artifactId>tuscany-maven-plugin</artifactId>
-             <version>2.0-SNAPSHOT</version>
+             <version>2.0-Beta3-SNAPSHOT</version>
          </plugin>
        </plugins>
     </build>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/http-ssl/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/http-ssl/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/http-ssl/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/http-ssl/pom.xml Mon Jul 18 10:21:06 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>itest-ws</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -35,13 +35,13 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime-pom</artifactId>
             <type>pom</type>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>
 
        <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
        </dependency>
                 
         <dependency>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/launcher-axis2/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/launcher-axis2/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/launcher-axis2/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/launcher-axis2/pom.xml Mon Jul 18 10:21:06 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>itest-ws</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -34,13 +34,13 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime-pom</artifactId>
             <type>pom</type>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>
 
        <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
        </dependency>
                 
         <dependency>
@@ -53,13 +53,13 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>itest-ws-external-client</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>itest-ws-external-service</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>        
                 
     </dependencies>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/launcher-base/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/launcher-base/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/launcher-base/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/launcher-base/pom.xml Mon Jul 18 10:21:06 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -33,20 +33,20 @@
        <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>
 
         <!-- Test resources -->
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>itest-ws-external-client</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>itest-ws-external-service</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>        
                 
     </dependencies>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/pom.xml Mon Jul 18 10:21:06 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>pom</packaging>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/wsdl/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/wsdl/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/wsdl/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/wsdl/pom.xml Mon Jul 18 10:21:06 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>itest-ws</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -35,13 +35,13 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime-pom</artifactId>
             <type>pom</type>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>
 
        <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
        </dependency>
                 
         <dependency>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/wspolicy/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/wspolicy/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/wspolicy/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/testing/itest/ws/wspolicy/pom.xml Mon Jul 18 10:21:06 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>itest-ws</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -35,13 +35,13 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime-pom</artifactId>
             <type>pom</type>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>
 
        <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
        </dependency>
                 
         <dependency>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/distribution/osgi/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/distribution/osgi/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/distribution/osgi/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/distribution/osgi/pom.xml Mon Jul 18 10:21:06 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-distribution</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
     </parent>
 
     <artifactId>tuscany-distribution-osgi</artifactId>
@@ -68,14 +68,14 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-feature-all</artifactId>
             <type>pom</type>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>        
 
         <!-- needed for the unit test which produces the feature repository.xml files -->
        <dependency>
            <groupId>org.apache.tuscany.sca</groupId>
            <artifactId>tuscany-sca-api</artifactId>
-           <version>2.0-SNAPSHOT</version>
+           <version>2.0-Beta3-SNAPSHOT</version>
            <scope>compile</scope>
        </dependency> 
                
@@ -250,116 +250,116 @@
                                  <feature>
                                      <groupId>org.apache.tuscany.sca</groupId>
                                      <artifactId>tuscany-base-runtime-pom</artifactId>
-                                     <version>2.0-SNAPSHOT</version>
+                                     <version>2.0-Beta3-SNAPSHOT</version>
                                  </feature>
                              </features>
                              <extensions>
                                  <extension>
                                      <groupId>org.apache.tuscany.sca</groupId>
                                      <artifactId>tuscany-binding-atom-runtime</artifactId>
-                                     <version>2.0-SNAPSHOT</version>
+                                     <version>2.0-Beta3-SNAPSHOT</version>
                                  </extension>
                                  <extension>
                                      <groupId>org.apache.tuscany.sca</groupId>
                                      <artifactId>tuscany-binding-commet-runtime</artifactId>
-                                     <version>2.0-SNAPSHOT</version>
+                                     <version>2.0-Beta3-SNAPSHOT</version>
                                  </extension>
                                  <extension>
                                      <groupId>org.apache.tuscany.sca</groupId>
                                      <artifactId>tuscany-binding-corba-runtime</artifactId>
-                                     <version>2.0-SNAPSHOT</version>
+                                     <version>2.0-Beta3-SNAPSHOT</version>
                                  </extension>
                                  <extension>
                                      <groupId>org.apache.tuscany.sca</groupId>
                                      <artifactId>tuscany-binding-ejb-runtime</artifactId>
-                                     <version>2.0-SNAPSHOT</version>
+                                     <version>2.0-Beta3-SNAPSHOT</version>
                                  </extension>
                                  <extension>
                                      <groupId>org.apache.tuscany.sca</groupId>
                                      <artifactId>tuscany-binding-hazelcase-runtime</artifactId>
-                                     <version>2.0-SNAPSHOT</version>
+                                     <version>2.0-Beta3-SNAPSHOT</version>
                                  </extension>
                                  <extension>
                                      <groupId>org.apache.tuscany.sca</groupId>
                                      <artifactId>tuscany-binding-jms-runtime</artifactId>
-                                     <version>2.0-SNAPSHOT</version>
+                                     <version>2.0-Beta3-SNAPSHOT</version>
                                  </extension>
                                  <extension>
                                      <groupId>org.apache.tuscany.sca</groupId>
                                      <artifactId>tuscany-binding-jsonp-runtime</artifactId>
-                                     <version>2.0-SNAPSHOT</version>
+                                     <version>2.0-Beta3-SNAPSHOT</version>
                                  </extension>
                                  <extension>
                                      <groupId>org.apache.tuscany.sca</groupId>
                                      <artifactId>tuscany-binding-jsonrpc-runtime</artifactId>
-                                     <version>2.0-SNAPSHOT</version>
+                                     <version>2.0-Beta3-SNAPSHOT</version>
                                  </extension>
                                  <extension>
                                      <groupId>org.apache.tuscany.sca</groupId>
                                      <artifactId>tuscany-binding-rest-runtime</artifactId>
-                                     <version>2.0-SNAPSHOT</version>
+                                     <version>2.0-Beta3-SNAPSHOT</version>
                                  </extension>
                                  <extension>
                                      <groupId>org.apache.tuscany.sca</groupId>
                                      <artifactId>tuscany-binding-rmi-runtime</artifactId>
-                                     <version>2.0-SNAPSHOT</version>
+                                     <version>2.0-Beta3-SNAPSHOT</version>
                                  </extension>
                                  <extension>
                                      <groupId>org.apache.tuscany.sca</groupId>
                                      <artifactId>tuscany-binding-rss-runtime</artifactId>
-                                     <version>2.0-SNAPSHOT</version>
+                                     <version>2.0-Beta3-SNAPSHOT</version>
                                  </extension>
                                  <extension>
                                      <groupId>org.apache.tuscany.sca</groupId>
                                      <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
-                                     <version>2.0-SNAPSHOT</version>
+                                     <version>2.0-Beta3-SNAPSHOT</version>
                                  </extension>
 
                                  <extension>
                                      <groupId>org.apache.tuscany.sca</groupId>
                                      <artifactId>tuscany-implementation-bpel-runtime</artifactId>
-                                     <version>2.0-SNAPSHOT</version>
+                                     <version>2.0-Beta3-SNAPSHOT</version>
                                  </extension>
                                  <extension>
                                      <groupId>org.apache.tuscany.sca</groupId>
                                      <artifactId>tuscany-implementation-jaxes-runtime</artifactId>
-                                     <version>2.0-SNAPSHOT</version>
+                                     <version>2.0-Beta3-SNAPSHOT</version>
                                  </extension>
                                  <extension>
                                      <groupId>org.apache.tuscany.sca</groupId>
                                      <artifactId>tuscany-implementation-osgi-runtime</artifactId>
-                                     <version>2.0-SNAPSHOT</version>
+                                     <version>2.0-Beta3-SNAPSHOT</version>
                                  </extension>
                                  <extension>
                                      <groupId>org.apache.tuscany.sca</groupId>
                                      <artifactId>tuscany-implementation-python-runtime</artifactId>
-                                     <version>2.0-SNAPSHOT</version>
+                                     <version>2.0-Beta3-SNAPSHOT</version>
                                  </extension>
                                  <extension>
                                      <groupId>org.apache.tuscany.sca</groupId>
                                      <artifactId>tuscany-implementation-script-runtime</artifactId>
-                                     <version>2.0-SNAPSHOT</version>
+                                     <version>2.0-Beta3-SNAPSHOT</version>
                                  </extension>
                                  <extension>
                                      <groupId>org.apache.tuscany.sca</groupId>
                                      <artifactId>tuscany-implementation-spring-runtime</artifactId>
-                                     <version>2.0-SNAPSHOT</version>
+                                     <version>2.0-Beta3-SNAPSHOT</version>
                                  </extension>
                                  <extension>
                                      <groupId>org.apache.tuscany.sca</groupId>
                                      <artifactId>tuscany-implementation-web-runtime</artifactId>
-                                     <version>2.0-SNAPSHOT</version>
+                                     <version>2.0-Beta3-SNAPSHOT</version>
                                  </extension>
                                  <extension>
                                      <groupId>org.apache.tuscany.sca</groupId>
                                      <artifactId>tuscany-implementation-widget-runtime</artifactId>
-                                     <version>2.0-SNAPSHOT</version>
+                                     <version>2.0-Beta3-SNAPSHOT</version>
                                  </extension>
 
                                  <extension>
                                      <groupId>org.apache.tuscany.sca</groupId>
                                      <artifactId>tuscany-host-jetty</artifactId>
-                                     <version>2.0-SNAPSHOT</version>
+                                     <version>2.0-Beta3-SNAPSHOT</version>
                                  </extension>
                              </extensions>
                             <artifactManifests>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/applications/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/applications/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/applications/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/applications/pom.xml Mon Jul 18 10:21:06 2011
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-samples</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
     </parent>
     
     <artifactId>tuscany-samples-applications</artifactId>
-    <version>2.0-SNAPSHOT</version>
+    <version>2.0-Beta3-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache Tuscany Sample Applications</name>
 

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/applications/store/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/applications/store/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/applications/store/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/applications/store/pom.xml Mon Jul 18 10:21:06 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-samples</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
     </parent>
     <artifactId>sample-store</artifactId>
     <name>Apache Tuscany SCA Sample Getting Started Online Store</name>
@@ -31,43 +31,43 @@
 		<dependency>
 			<groupId>org.apache.tuscany.sca</groupId>
 			<artifactId>tuscany-base-runtime-pom</artifactId>
-			<version>2.0-SNAPSHOT</version>
+			<version>2.0-Beta3-SNAPSHOT</version>
             <type>pom</type>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.tuscany.sca</groupId>
 			<artifactId>tuscany-data-api</artifactId>
-			<version>2.0-SNAPSHOT</version>
+			<version>2.0-Beta3-SNAPSHOT</version>
 		</dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-atom-runtime</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-http-runtime</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-jsonrpc-runtime</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-widget-runtime</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-widget-runtime-dojo</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-web-javascript-dojo</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta3-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.mortbay.jetty</groupId>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/getting-started/helloworld-scaclient/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/getting-started/helloworld-scaclient/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/getting-started/helloworld-scaclient/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/getting-started/helloworld-scaclient/pom.xml Mon Jul 18 10:21:06 2011
@@ -24,12 +24,12 @@
    <parent>
       <groupId>org.apache.tuscany.sca.samples</groupId>
       <artifactId>tuscany-samples</artifactId>
-      <version>2.0-SNAPSHOT</version>
+      <version>2.0-Beta3-SNAPSHOT</version>
       <relativePath/> 
    </parent>
 
    <artifactId>helloworld-scaclient</artifactId>
-   <version>2.0-SNAPSHOT</version>
+   <version>2.0-Beta3-SNAPSHOT</version>
 
    <name>Apache Tuscany SCA Samples Helloworld SCAClient</name>
 

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/getting-started/helloworld-webapp/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/getting-started/helloworld-webapp/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/getting-started/helloworld-webapp/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/getting-started/helloworld-webapp/pom.xml Mon Jul 18 10:21:06 2011
@@ -24,12 +24,12 @@
    <parent>
       <groupId>org.apache.tuscany.sca.samples</groupId>
       <artifactId>tuscany-samples</artifactId>
-      <version>2.0-SNAPSHOT</version>
+      <version>2.0-Beta3-SNAPSHOT</version>
       <relativePath/> 
    </parent>
 
    <artifactId>helloworld-webapp</artifactId>
-   <version>2.0-SNAPSHOT</version>
+   <version>2.0-Beta3-SNAPSHOT</version>
 
    <name>Apache Tuscany SCA Samples Helloworld WebApp</name>
    <packaging>war</packaging>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/getting-started/helloworld/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/getting-started/helloworld/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/getting-started/helloworld/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/getting-started/helloworld/pom.xml Mon Jul 18 10:21:06 2011
@@ -24,12 +24,12 @@
    <parent>
       <groupId>org.apache.tuscany.sca.samples</groupId>
       <artifactId>tuscany-samples</artifactId>
-      <version>2.0-SNAPSHOT</version>
+      <version>2.0-Beta3-SNAPSHOT</version>
       <relativePath/> 
    </parent>
 
    <artifactId>helloworld</artifactId>
-   <version>2.0-SNAPSHOT</version>
+   <version>2.0-Beta3-SNAPSHOT</version>
 
    <name>Apache Tuscany SCA Samples Helloworld</name>
 

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/getting-started/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/getting-started/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/getting-started/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/getting-started/pom.xml Mon Jul 18 10:21:06 2011
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.tuscany.sca.samples</groupId>
         <artifactId>tuscany-samples</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
     </parent>
 
     <artifactId>tuscany-samples-getting-started</artifactId>
-    <version>2.0-SNAPSHOT</version>
+    <version>2.0-Beta3-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache Tuscany SCA Samples Getting Started</name>
 

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/helloworld-contribution2/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/helloworld-contribution2/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/helloworld-contribution2/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/helloworld-contribution2/pom.xml Mon Jul 18 10:21:06 2011
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca.samples</groupId>
         <artifactId>tuscany-samples</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
     </parent>
 
    <groupId>org.apache.tuscany.sca.samples</groupId>
@@ -37,7 +37,7 @@
       <dependency>
          <groupId>org.apache.tuscany.sca</groupId>
          <artifactId>tuscany-sca-api</artifactId>
-         <version>2.0-SNAPSHOT</version>
+         <version>2.0-Beta3-SNAPSHOT</version>
          <scope>provided</scope>
       </dependency>
 
@@ -55,4 +55,4 @@
       <finalName>helloworld-contribution</finalName>
    </build>
 
-</project>
\ No newline at end of file
+</project>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/helloworld-http-contribution/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/helloworld-http-contribution/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/helloworld-http-contribution/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/helloworld-http-contribution/pom.xml Mon Jul 18 10:21:06 2011
@@ -24,19 +24,19 @@
     <parent>
         <groupId>org.apache.tuscany.sca.samples</groupId>
         <artifactId>tuscany-samples</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
    <groupId>org.apache.tuscany.sca.samples</groupId>
    <artifactId>helloworld-http-contribution</artifactId>
-   <version>2.0-SNAPSHOT</version>
+   <version>2.0-Beta3-SNAPSHOT</version>
    <packaging>jar</packaging>
 
    <name>Tuscany Sample Helloworld Rest Contribution</name>
 
    <properties>
-      <tuscany.version>2.0-SNAPSHOT</tuscany.version>
+      <tuscany.version>2.0-Beta3-SNAPSHOT</tuscany.version>
    </properties>
 
    <dependencies>
@@ -72,7 +72,7 @@
       <dependency>
          <groupId>org.apache.tuscany.sca</groupId>
          <artifactId>tuscany-databinding-json</artifactId>
-         <version>2.0-SNAPSHOT</version>
+         <version>2.0-Beta3-SNAPSHOT</version>
          <scope>test</scope>
       </dependency>
 
@@ -103,7 +103,7 @@
                <dependency>
                   <groupId>org.apache.tuscany.sca</groupId>
                   <artifactId>tuscany-databinding-json</artifactId>
-                  <version>2.0-SNAPSHOT</version>
+                  <version>2.0-Beta3-SNAPSHOT</version>
                </dependency>
             </dependencies>
          </plugin>
@@ -111,4 +111,4 @@
 
    </build>
 
-</project>
\ No newline at end of file
+</project>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/helloworld-rest-contribution/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/helloworld-rest-contribution/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/helloworld-rest-contribution/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/helloworld-rest-contribution/pom.xml Mon Jul 18 10:21:06 2011
@@ -24,19 +24,19 @@
     <parent>
         <groupId>org.apache.tuscany.sca.samples</groupId>
         <artifactId>tuscany-samples</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
    <groupId>org.apache.tuscany.sca.samples</groupId>
    <artifactId>helloworld-rest-contribution</artifactId>
-   <version>2.0-SNAPSHOT</version>
+   <version>2.0-Beta3-SNAPSHOT</version>
    <packaging>jar</packaging>
 
    <name>Tuscany Sample Helloworld Rest Contribution</name>
 
    <properties>
-      <tuscany.version>2.0-SNAPSHOT</tuscany.version>
+      <tuscany.version>2.0-Beta3-SNAPSHOT</tuscany.version>
    </properties>
 
    <dependencies>
@@ -106,4 +106,4 @@
 
    </build>
 
-</project>
\ No newline at end of file
+</project>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/helloworld-rest-contribution2/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/helloworld-rest-contribution2/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/helloworld-rest-contribution2/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/helloworld-rest-contribution2/pom.xml Mon Jul 18 10:21:06 2011
@@ -24,19 +24,19 @@
     <parent>
         <groupId>org.apache.tuscany.sca.samples</groupId>
         <artifactId>tuscany-samples</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
    <groupId>org.apache.tuscany.sca.samples</groupId>
    <artifactId>helloworld-rest-contribution2</artifactId>
-   <version>2.0-SNAPSHOT</version>
+   <version>2.0-Beta3-SNAPSHOT</version>
    <packaging>jar</packaging>
 
    <name>Tuscany Sample Helloworld Rest Contribution2</name>
 
    <properties>
-      <tuscany.version>2.0-SNAPSHOT</tuscany.version>
+      <tuscany.version>2.0-Beta3-SNAPSHOT</tuscany.version>
    </properties>
 
    <dependencies>
@@ -106,4 +106,4 @@
 
    </build>
 
-</project>
\ No newline at end of file
+</project>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/helloworld-spring-contribution/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/helloworld-spring-contribution/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/helloworld-spring-contribution/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/helloworld-spring-contribution/pom.xml Mon Jul 18 10:21:06 2011
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca.samples</groupId>
         <artifactId>tuscany-samples</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -32,7 +32,7 @@
    <name>Tuscany Sample Helloworld using Spring Contribution</name>
 
    <properties>
-      <tuscany.version>2.0-SNAPSHOT</tuscany.version>
+      <tuscany.version>2.0-Beta3-SNAPSHOT</tuscany.version>
       <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    </properties>
 
@@ -88,4 +88,4 @@
 
    </build>
 
-</project>
\ No newline at end of file
+</project>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/helloworld-spring-web-contribution/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/helloworld-spring-web-contribution/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/helloworld-spring-web-contribution/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/samples/helloworld-spring-web-contribution/pom.xml Mon Jul 18 10:21:06 2011
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca.samples</groupId>
         <artifactId>tuscany-samples</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -32,7 +32,7 @@
    <name>Tuscany Sample Helloworld using Spring and binding http/rest Contribution</name>
 
    <properties>
-      <tuscany.version>2.0-SNAPSHOT</tuscany.version>
+      <tuscany.version>2.0-Beta3-SNAPSHOT</tuscany.version>
       <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    </properties>
 
@@ -76,7 +76,7 @@
       <dependency>
          <groupId>org.apache.tuscany.sca</groupId>
          <artifactId>tuscany-databinding-json</artifactId>
-         <version>2.0-SNAPSHOT</version>
+         <version>2.0-Beta3-SNAPSHOT</version>
          <scope>test</scope>
       </dependency>
 
@@ -133,4 +133,4 @@
 
    </build>
 
-</project>
\ No newline at end of file
+</project>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/testing/itest/bundle/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/testing/itest/bundle/pom.xml?rev=1147804&r1=1147773&r2=1147804&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/testing/itest/bundle/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta3/unreleased/testing/itest/bundle/pom.xml Mon Jul 18 10:21:06 2011
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta3-SNAPSHOT</version>
     </parent>
 
    <artifactId>bundle</artifactId>
@@ -32,7 +32,7 @@
    <packaging>bundle</packaging>
 
    <properties>
-      <tuscany.version>2.0-SNAPSHOT</tuscany.version>
+      <tuscany.version>2.0-Beta3-SNAPSHOT</tuscany.version>
    </properties>
 
    <dependencies>     
@@ -47,7 +47,7 @@
        <dependency>
            <groupId>org.apache.tuscany.sca</groupId>
            <artifactId>tuscany-sca-api</artifactId>
-           <version>2.0-SNAPSHOT</version>
+           <version>2.0-Beta3-SNAPSHOT</version>
            <scope>compile</scope>
        </dependency>