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 2010/10/26 16:17:55 UTC

svn commit: r1027571 [8/9] - in /tuscany/sca-java-2.x/tags/2.0-Beta1-RC1: ./ distribution/ distribution/aggregations/base-runtime-aggregation/ distribution/aggregations/base-runtime-nodep/ distribution/aggregations/base-runtime/ distribution/aggregatio...

Modified: tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/nodes/two-nodes-test/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/nodes/two-nodes-test/pom.xml?rev=1027571&r1=1027492&r2=1027571&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/nodes/two-nodes-test/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/nodes/two-nodes-test/pom.xml Tue Oct 26 14:17:45 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-Beta1-SNAPSHOT</version>
+        <version>2.0-Beta1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>itest-nodes-two-nodes-test</artifactId>
@@ -32,27 +32,27 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>itest-nodes-helloworld-iface</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node-impl</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-sca-client-impl</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>    
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>             
     </dependencies>
 

Modified: tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/nodes/two-nodes-two-vms-hazelcast/client-config.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/nodes/two-nodes-two-vms-hazelcast/client-config.xml?rev=1027571&r1=1027492&r2=1027571&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/nodes/two-nodes-two-vms-hazelcast/client-config.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/nodes/two-nodes-two-vms-hazelcast/client-config.xml Tue Oct 26 14:17:45 2010
@@ -30,8 +30,8 @@
     <binding name="sca:binding.ws" baseURIs="http://localhost:8082/ws https://localhost:8082/ws"/>
 
     <!-- Configure a list of contributions -->
-    <contribution uri="iface" location="../helloworld-iface/target/itest-nodes-helloworld-iface-2.0-Beta1-SNAPSHOT.jar"/>
-    <contribution uri="client" location="../helloworld-client/target/itest-nodes-helloworld-client-2.0-Beta1-SNAPSHOT.jar">
+    <contribution uri="iface" location="../helloworld-iface/target/itest-nodes-helloworld-iface-2.0-Beta1.jar"/>
+    <contribution uri="client" location="../helloworld-client/target/itest-nodes-helloworld-client-2.0-Beta1.jar">
         <!-- doesn't pick up the deployable composite properly without this?-->
         <deploymentComposite location="helloworld-client.composite"/>
     </contribution>

Modified: tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/nodes/two-nodes-two-vms-hazelcast/client.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/nodes/two-nodes-two-vms-hazelcast/client.xml?rev=1027571&r1=1027492&r2=1027571&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/nodes/two-nodes-two-vms-hazelcast/client.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/nodes/two-nodes-two-vms-hazelcast/client.xml Tue Oct 26 14:17:45 2010
@@ -30,7 +30,7 @@
 
 	
 	<target name="run-cmdline">
-		<java classpath="../../../distribution/all/target/apache-tuscany-sca-all-2.0-Beta1-SNAPSHOT.dir/tuscany-sca-2.0-Beta1-SNAPSHOT/features/tuscany-sca-manifest.jar:./target/test-classes:../helloworld-iface/target/classes" 
+		<java classpath="../../../distribution/all/target/apache-tuscany-sca-all-2.0-Beta1.dir/tuscany-sca-2.0-Beta1/features/tuscany-sca-manifest.jar:./target/test-classes:../helloworld-iface/target/classes" 
 			  classname="itest.Client"
 			  fork="true"
 			  failonerror="true">

Modified: tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/nodes/two-nodes-two-vms-hazelcast/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/nodes/two-nodes-two-vms-hazelcast/pom.xml?rev=1027571&r1=1027492&r2=1027571&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/nodes/two-nodes-two-vms-hazelcast/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/nodes/two-nodes-two-vms-hazelcast/pom.xml Tue Oct 26 14:17:45 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-Beta1-SNAPSHOT</version>
+        <version>2.0-Beta1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>itest-nodes-two-nodes-two-vms-hazelcast</artifactId>
@@ -32,52 +32,52 @@
         <!--dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-domain-node</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency-->    
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-domain-hazelcast</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency> 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>itest-nodes-helloworld-iface</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node-impl</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node-launcher</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>        
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-sca-client-impl</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-sca-runtime</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency> 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-rmi-runtime</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-jetty</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>   
                             
     </dependencies>

Modified: tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/nodes/two-nodes-two-vms-hazelcast/scaclient.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/nodes/two-nodes-two-vms-hazelcast/scaclient.xml?rev=1027571&r1=1027492&r2=1027571&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/nodes/two-nodes-two-vms-hazelcast/scaclient.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/nodes/two-nodes-two-vms-hazelcast/scaclient.xml Tue Oct 26 14:17:45 2010
@@ -29,7 +29,7 @@
 	</target>
 
 	<target name="run-cmdline">
-		<java classpath="../../../distribution/all/target/apache-tuscany-sca-all-2.0-Beta1-SNAPSHOT.dir/tuscany-sca-2.0-Beta1-SNAPSHOT/features/tuscany-sca-manifest.jar:./target/test-classes:../helloworld-iface/target/classes" 
+		<java classpath="../../../distribution/all/target/apache-tuscany-sca-all-2.0-Beta1.dir/tuscany-sca-2.0-Beta1/features/tuscany-sca-manifest.jar:./target/test-classes:../helloworld-iface/target/classes" 
 			  classname="itest.SCAClient"
 			  fork="true"
 			  failonerror="true">

Modified: tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/nodes/two-nodes-two-vms-hazelcast/server.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/nodes/two-nodes-two-vms-hazelcast/server.xml?rev=1027571&r1=1027492&r2=1027571&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/nodes/two-nodes-two-vms-hazelcast/server.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/nodes/two-nodes-two-vms-hazelcast/server.xml Tue Oct 26 14:17:45 2010
@@ -32,7 +32,7 @@
 	</target>
 	
 	<target name="run-cmdline">
-		<java classpath="../../../distribution/all/target/apache-tuscany-sca-all-2.0-Beta1-SNAPSHOT.dir/tuscany-sca-2.0-Beta1-SNAPSHOT/features/tuscany-sca-manifest.jar:./target/test-classes:../helloworld-iface/target/classes" 
+		<java classpath="../../../distribution/all/target/apache-tuscany-sca-all-2.0-Beta1.dir/tuscany-sca-2.0-Beta1/features/tuscany-sca-manifest.jar:./target/test-classes:../helloworld-iface/target/classes" 
 			  classname="itest.Service" 
 			  fork="true"
 			  failonerror="true">	

Modified: tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/nodes/two-nodes-two-vms-test/client-config.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/nodes/two-nodes-two-vms-test/client-config.xml?rev=1027571&r1=1027492&r2=1027571&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/nodes/two-nodes-two-vms-test/client-config.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/nodes/two-nodes-two-vms-test/client-config.xml Tue Oct 26 14:17:45 2010
@@ -30,8 +30,8 @@
     <binding name="sca:binding.ws" baseURIs="http://localhost:8082/ws https://localhost:8082/ws"/>
 
     <!-- Configure a list of contributions -->
-    <contribution uri="iface" location="../helloworld-iface/target/itest-nodes-helloworld-iface-2.0-Beta1-SNAPSHOT.jar"/>
-    <contribution uri="client" location="../helloworld-client/target/itest-nodes-helloworld-client-2.0-Beta1-SNAPSHOT.jar">
+    <contribution uri="iface" location="../helloworld-iface/target/itest-nodes-helloworld-iface-2.0-Beta1.jar"/>
+    <contribution uri="client" location="../helloworld-client/target/itest-nodes-helloworld-client-2.0-Beta1.jar">
         <!-- doesn't pick up the deployable composite properly without this?-->
         <deploymentComposite location="helloworld-client.composite"/>
     </contribution>

Modified: tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/nodes/two-nodes-two-vms-test/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/nodes/two-nodes-two-vms-test/pom.xml?rev=1027571&r1=1027492&r2=1027571&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/nodes/two-nodes-two-vms-test/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/nodes/two-nodes-two-vms-test/pom.xml Tue Oct 26 14:17:45 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-Beta1-SNAPSHOT</version>
+        <version>2.0-Beta1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>itest-nodes-two-nodes-two-vms-test</artifactId>
@@ -32,47 +32,47 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-domain-node</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>    
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-endpoint-tribes</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>    
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>itest-nodes-helloworld-iface</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node-impl</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node-launcher</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>        
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-sca-client-impl</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-rmi-runtime</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>   
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-jetty</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>   
                             
     </dependencies>

Modified: tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/oneway/build.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/oneway/build.xml?rev=1027571&r1=1027492&r2=1027571&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/oneway/build.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/oneway/build.xml Tue Oct 26 14:17:45 2010
@@ -22,96 +22,96 @@
 	
     <path id="repo.classpath">   	
     	<pathelement location="target/classes"/>
-    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-core-spi\2.0-Beta1-SNAPSHOT\tuscany-core-spi-2.0-Beta1-SNAPSHOT.jar"/>
-    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-host-http\2.0-Beta1-SNAPSHOT\tuscany-host-http-2.0-Beta1-SNAPSHOT.jar"/>
-    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-binding-ws-axis2\2.0-Beta1-SNAPSHOT\tuscany-binding-ws-axis2-2.0-Beta1-SNAPSHOT.jar"/>
-    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-policy\2.0-Beta1-SNAPSHOT\tuscany-policy-2.0-Beta1-SNAPSHOT.jar"/>
+    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-core-spi\2.0-Beta1\tuscany-core-spi-2.0-Beta1.jar"/>
+    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-host-http\2.0-Beta1\tuscany-host-http-2.0-Beta1.jar"/>
+    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-binding-ws-axis2\2.0-Beta1\tuscany-binding-ws-axis2-2.0-Beta1.jar"/>
+    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-policy\2.0-Beta1\tuscany-policy-2.0-Beta1.jar"/>
     	<pathelement location="${m2.repo}\xerces\xercesImpl\2.8.1\xercesImpl-2.8.1.jar"/>
     	<pathelement location="${m2.repo}\org\mortbay\jetty\jetty-util\6.1.3\jetty-util-6.1.3.jar"/>
     	<pathelement location="${m2.repo}\org\apache\geronimo\specs\geronimo-jms_1.1_spec\1.1\geronimo-jms_1.1_spec-1.1.jar"/>
-    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-implementation-java-runtime\2.0-Beta1-SNAPSHOT\tuscany-implementation-java-runtime-2.0-Beta1-SNAPSHOT.jar"/>
+    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-implementation-java-runtime\2.0-Beta1\tuscany-implementation-java-runtime-2.0-Beta1.jar"/>
     	<pathelement location="${m2.repo}\wsdl4j\wsdl4j\1.6.2\wsdl4j-1.6.2.jar"/>
     	<pathelement location="${m2.repo}\commons-codec\commons-codec\1.3\commons-codec-1.3.jar"/>
     	<pathelement location="${m2.repo}\xml-apis\xml-apis\1.3.03\xml-apis-1.3.03.jar"/>
     	<pathelement location="${m2.repo}\org\apache\ws\security\wss4j\1.5.3\wss4j-1.5.3.jar"/>
-    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-contribution-namespace\2.0-Beta1-SNAPSHOT\tuscany-contribution-namespace-2.0-Beta1-SNAPSHOT.jar"/>
+    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-contribution-namespace\2.0-Beta1\tuscany-contribution-namespace-2.0-Beta1.jar"/>
     	<pathelement location="${m2.repo}\jdom\jdom\1.0\jdom-1.0.jar"/>
-    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-assembly-xsd\2.0-Beta1-SNAPSHOT\tuscany-assembly-xsd-2.0-Beta1-SNAPSHOT.jar"/>
-    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-assembly\2.0-Beta1-SNAPSHOT\tuscany-assembly-2.0-Beta1-SNAPSHOT.jar"/>
+    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-assembly-xsd\2.0-Beta1\tuscany-assembly-xsd-2.0-Beta1.jar"/>
+    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-assembly\2.0-Beta1\tuscany-assembly-2.0-Beta1.jar"/>
     	<pathelement location="${m2.repo}\org\apache\rampart\rampart-trust\1.3\rampart-trust-1.3.jar"/>
-    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-core-databinding\2.0-Beta1-SNAPSHOT\tuscany-core-databinding-2.0-Beta1-SNAPSHOT.jar"/>
+    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-core-databinding\2.0-Beta1\tuscany-core-databinding-2.0-Beta1.jar"/>
     	<pathelement location="${m2.repo}\dom4j\dom4j\1.6.1\dom4j-1.6.1.jar"/>
     	<pathelement location="${m2.repo}\org\apache\ws\commons\axiom\axiom-api\1.2.5\axiom-api-1.2.5.jar"/>
-    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-policy-xml\2.0-Beta1-SNAPSHOT\tuscany-policy-xml-2.0-Beta1-SNAPSHOT.jar"/>
+    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-policy-xml\2.0-Beta1\tuscany-policy-xml-2.0-Beta1.jar"/>
     	<pathelement location="${m2.repo}\org\apache\axis2\axis2-kernel\1.3\axis2-kernel-1.3.jar"/>
-    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-sca-api\2.0-Beta1-SNAPSHOT\tuscany-sca-api-2.0-Beta1-SNAPSHOT.jar"/>
+    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-sca-api\2.0-Beta1\tuscany-sca-api-2.0-Beta1.jar"/>
     	<pathelement location="${m2.repo}\cglib\cglib-nodep\2.1_3\cglib-nodep-2.1_3.jar"/>
     	<pathelement location="${m2.repo}\org\apache\httpcomponents\httpcore\4.0-alpha5\httpcore-4.0-alpha5.jar"/>
     	<pathelement location="${m2.repo}\backport-util-concurrent\backport-util-concurrent\2.2\backport-util-concurrent-2.2.jar"/>
     	<pathelement location="${m2.repo}\commons-logging\commons-logging\1.1\commons-logging-1.1.jar"/>
-    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-contribution-java\2.0-Beta1-SNAPSHOT\tuscany-contribution-java-2.0-Beta1-SNAPSHOT.jar"/>
+    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-contribution-java\2.0-Beta1\tuscany-contribution-java-2.0-Beta1.jar"/>
     	<pathelement location="${m2.repo}\org\apache\geronimo\specs\geronimo-activation_1.1_spec\1.0-M1\geronimo-activation_1.1_spec-1.0-M1.jar"/>
-    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-databinding\2.0-Beta1-SNAPSHOT\tuscany-databinding-2.0-Beta1-SNAPSHOT.jar"/>
+    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-databinding\2.0-Beta1\tuscany-databinding-2.0-Beta1.jar"/>
     	<pathelement location="${m2.repo}\logkit\logkit\1.0.1\logkit-1.0.1.jar"/>
-    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-binding-ws-xml\2.0-Beta1-SNAPSHOT\tuscany-binding-ws-xml-2.0-Beta1-SNAPSHOT.jar"/>
+    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-binding-ws-xml\2.0-Beta1\tuscany-binding-ws-xml-2.0-Beta1.jar"/>
     	<pathelement location="${m2.repo}\commons-fileupload\commons-fileupload\1.1.1\commons-fileupload-1.1.1.jar"/>
     	<pathelement location="${m2.repo}\annogen\annogen\0.1.0\annogen-0.1.0.jar"/>
     	<pathelement location="${m2.repo}\javax\servlet\servlet-api\2.5\servlet-api-2.5.jar"/>
     	<pathelement location="${m2.repo}\org\apache\axis2\axis2-adb\1.3\axis2-adb-1.3.jar"/>
-    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-policy-security\2.0-Beta1-SNAPSHOT\tuscany-policy-security-2.0-Beta1-SNAPSHOT.jar"/>
-    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-assembly-xml\2.0-Beta1-SNAPSHOT\tuscany-assembly-xml-2.0-Beta1-SNAPSHOT.jar"/>
+    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-policy-security\2.0-Beta1\tuscany-policy-security-2.0-Beta1.jar"/>
+    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-assembly-xml\2.0-Beta1\tuscany-assembly-xml-2.0-Beta1.jar"/>
     	<pathelement location="${m2.repo}\org\apache\axis2\axis2-mtompolicy\1.3\axis2-mtompolicy-1.3.jar"/>
-    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-domain\2.0-Beta1-SNAPSHOT\tuscany-domain-2.0-Beta1-SNAPSHOT.jar"/>
+    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-domain\2.0-Beta1\tuscany-domain-2.0-Beta1.jar"/>
     	<pathelement location="${m2.repo}\commons-httpclient\commons-httpclient\3.0.1\commons-httpclient-3.0.1.jar"/>
-    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-interface-java\2.0-Beta1-SNAPSHOT\tuscany-interface-java-2.0-Beta1-SNAPSHOT.jar"/>
+    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-interface-java\2.0-Beta1\tuscany-interface-java-2.0-Beta1.jar"/>
     	<pathelement location="${m2.repo}\org\apache\axis2\axis2-java2wsdl\1.3\axis2-java2wsdl-1.3.jar"/>
     	<pathelement location="${m2.repo}\org\apache\httpcomponents\httpcore-nio\4.0-alpha5\httpcore-nio-4.0-alpha5.jar"/>
-    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-contribution\2.0-Beta1-SNAPSHOT\tuscany-contribution-2.0-Beta1-SNAPSHOT.jar"/>
-    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-implementation-java\2.0-Beta1-SNAPSHOT\tuscany-implementation-java-2.0-Beta1-SNAPSHOT.jar"/>
+    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-contribution\2.0-Beta1\tuscany-contribution-2.0-Beta1.jar"/>
+    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-implementation-java\2.0-Beta1\tuscany-implementation-java-2.0-Beta1.jar"/>
     	<pathelement location="${m2.repo}\xalan\xalan\2.7.0\xalan-2.7.0.jar"/>
     	<pathelement location="${m2.repo}\com\ibm\icu\icu4j\2.6.1\icu4j-2.6.1.jar"/>
     	<pathelement location="${m2.repo}\org\apache\rampart\rampart-core\1.3\rampart-core-1.3.jar"/>
     	<pathelement location="${m2.repo}\org\apache\geronimo\specs\geronimo-commonj_1.1_spec\1.0\geronimo-commonj_1.1_spec-1.0.jar"/>
-    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-domain-api\2.0-Beta1-SNAPSHOT\tuscany-domain-api-2.0-Beta1-SNAPSHOT.jar"/>
-    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-binding-sca\2.0-Beta1-SNAPSHOT\tuscany-binding-sca-2.0-Beta1-SNAPSHOT.jar"/>
+    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-domain-api\2.0-Beta1\tuscany-domain-api-2.0-Beta1.jar"/>
+    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-binding-sca\2.0-Beta1\tuscany-binding-sca-2.0-Beta1.jar"/>
     	<pathelement location="${m2.repo}\xom\xom\1.0\xom-1.0.jar"/>
     	<pathelement location="${m2.repo}\org\apache\ant\ant-launcher\1.7.0\ant-launcher-1.7.0.jar"/>
-    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-host-jetty\2.0-Beta1-SNAPSHOT\tuscany-host-jetty-2.0-Beta1-SNAPSHOT.jar"/>
+    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-host-jetty\2.0-Beta1\tuscany-host-jetty-2.0-Beta1.jar"/>
     	<pathelement location="${m2.repo}\org\apache\rampart\rampart-policy\1.3\rampart-policy-1.3.jar"/>
     	<pathelement location="${m2.repo}\org\apache\httpcomponents\httpcore-niossl\4.0-alpha5\httpcore-niossl-4.0-alpha5.jar"/>
     	<pathelement location="${m2.repo}\junit\junit\4.2\junit-4.2.jar"/>
     	<pathelement location="${m2.repo}\org\apache\ws\commons\axiom\axiom-impl\1.2.5\axiom-impl-1.2.5.jar"/>
-    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-implementation-java-xml\2.0-Beta1-SNAPSHOT\tuscany-implementation-java-xml-2.0-Beta1-SNAPSHOT.jar"/>
-    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-binding-sca-xml\2.0-Beta1-SNAPSHOT\tuscany-binding-sca-xml-2.0-Beta1-SNAPSHOT.jar"/>
+    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-implementation-java-xml\2.0-Beta1\tuscany-implementation-java-xml-2.0-Beta1.jar"/>
+    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-binding-sca-xml\2.0-Beta1\tuscany-binding-sca-xml-2.0-Beta1.jar"/>
     	<pathelement location="${m2.repo}\org\apache\neethi\neethi\2.0.2\neethi-2.0.2.jar"/>
-    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-interface-wsdl\2.0-Beta1-SNAPSHOT\tuscany-interface-wsdl-2.0-Beta1-SNAPSHOT.jar"/>
-    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-binding-ws\2.0-Beta1-SNAPSHOT\tuscany-binding-ws-2.0-Beta1-SNAPSHOT.jar"/>
+    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-interface-wsdl\2.0-Beta1\tuscany-interface-wsdl-2.0-Beta1.jar"/>
+    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-binding-ws\2.0-Beta1\tuscany-binding-ws-2.0-Beta1.jar"/>
     	<pathelement location="${m2.repo}\javax\activation\activation\1.1\activation-1.1.jar"/>
     	<pathelement location="${m2.repo}\org\apache\ant\ant\1.7.0\ant-1.7.0.jar"/>
-    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-databinding-axiom\2.0-Beta1-SNAPSHOT\tuscany-databinding-axiom-2.0-Beta1-SNAPSHOT.jar"/>
+    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-databinding-axiom\2.0-Beta1\tuscany-databinding-axiom-2.0-Beta1.jar"/>
     	<pathelement location="${m2.repo}\org\mortbay\jetty\jetty\6.1.3\jetty-6.1.3.jar"/>
     	<pathelement location="${m2.repo}\org\apache\geronimo\specs\geronimo-javamail_1.4_spec\1.0-M1\geronimo-javamail_1.4_spec-1.0-M1.jar"/>
     	<pathelement location="${m2.repo}\avalon-framework\avalon-framework\4.1.3\avalon-framework-4.1.3.jar"/>
-    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-core\2.0-Beta1-SNAPSHOT\tuscany-core-2.0-Beta1-SNAPSHOT.jar"/>
-    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-interface-wsdl-xml\2.0-Beta1-SNAPSHOT\tuscany-interface-wsdl-xml-2.0-Beta1-SNAPSHOT.jar"/>
-    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-contribution-impl\2.0-Beta1-SNAPSHOT\tuscany-contribution-impl-2.0-Beta1-SNAPSHOT.jar"/>
-    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-node\2.0-Beta1-SNAPSHOT\tuscany-node-2.0-Beta1-SNAPSHOT.jar"/>
-    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-definitions\2.0-Beta1-SNAPSHOT\tuscany-definitions-2.0-Beta1-SNAPSHOT.jar"/>
+    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-core\2.0-Beta1\tuscany-core-2.0-Beta1.jar"/>
+    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-interface-wsdl-xml\2.0-Beta1\tuscany-interface-wsdl-xml-2.0-Beta1.jar"/>
+    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-contribution-impl\2.0-Beta1\tuscany-contribution-impl-2.0-Beta1.jar"/>
+    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-node\2.0-Beta1\tuscany-node-2.0-Beta1.jar"/>
+    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-definitions\2.0-Beta1\tuscany-definitions-2.0-Beta1.jar"/>
     	<pathelement location="${m2.repo}\org\apache\santuario\xmlsec\1.4.0\xmlsec-1.4.0.jar"/>
     	<pathelement location="${m2.repo}\jaxen\jaxen\1.1.1\jaxen-1.1.1.jar"/>
     	<pathelement location="${m2.repo}\commons-io\commons-io\1.2\commons-io-1.2.jar"/>
-    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-host-embedded\2.0-Beta1-SNAPSHOT\tuscany-host-embedded-2.0-Beta1-SNAPSHOT.jar"/>
+    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-host-embedded\2.0-Beta1\tuscany-host-embedded-2.0-Beta1.jar"/>
     	<pathelement location="${m2.repo}\org\apache\ws\commons\axiom\axiom-dom\1.2.5\axiom-dom-1.2.5.jar"/>
     	<pathelement location="${m2.repo}\log4j\log4j\1.2.12\log4j-1.2.12.jar"/>
     	<pathelement location="${m2.repo}\javax\mail\mail\1.4\mail-1.4.jar"/>
     	<pathelement location="${m2.repo}\org\apache\axis2\axis2-codegen\1.3\axis2-codegen-1.3.jar"/>
     	<pathelement location="${m2.repo}\org\codehaus\woodstox\wstx-asl\3.2.1\wstx-asl-3.2.1.jar"/>
     	<pathelement location="${m2.repo}\stax\stax-api\1.0.1\stax-api-1.0.1.jar"/>
-    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-interface-java-xml\2.0-Beta1-SNAPSHOT\tuscany-interface-java-xml-2.0-Beta1-SNAPSHOT.jar"/>
+    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-interface-java-xml\2.0-Beta1\tuscany-interface-java-xml-2.0-Beta1.jar"/>
     	<pathelement location="${m2.repo}\org\apache\ws\commons\schema\XmlSchema\1.3.2\XmlSchema-1.3.2.jar"/>
     	<pathelement location="${m2.repo}\xerces\xmlParserAPIs\2.6.2\xmlParserAPIs-2.6.2.jar"/>
     	<pathelement location="${m2.repo}\org\apache\woden\woden\1.0-incubating-M7b\woden-1.0-incubating-M7b.jar"/>
-    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-interface\2.0-Beta1-SNAPSHOT\tuscany-interface-2.0-Beta1-SNAPSHOT.jar"/>
+    	<pathelement location="${m2.repo}\org\apache\tuscany\sca\tuscany-interface\2.0-Beta1\tuscany-interface-2.0-Beta1.jar"/>
     	<pathelement location="${m2.repo}\org\easymock\easymock\2.2\easymock-2.2.jar"/>  	
    </path>	
     	

Modified: tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/oneway/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/oneway/pom.xml?rev=1027571&r1=1027492&r2=1027571&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/oneway/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/oneway/pom.xml Tue Oct 26 14:17:45 2010
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-Beta1-SNAPSHOT</version>
+        <version>2.0-Beta1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>itest-oneway</artifactId>
     <name>Apache Tuscany SCA iTest OneWay</name>
-    <version>2.0-Beta1-SNAPSHOT</version>
+    <version>2.0-Beta1</version>
 
     <dependencies>
         <dependency>

Modified: tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/operation-overloading/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/operation-overloading/pom.xml?rev=1027571&r1=1027492&r2=1027571&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/operation-overloading/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/operation-overloading/pom.xml Tue Oct 26 14:17:45 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-Beta1-SNAPSHOT</version>
+        <version>2.0-Beta1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>itest-operation-overloading</artifactId>
@@ -32,20 +32,20 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node-api</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node-impl</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
             <scope>test</scope>
         </dependency>
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
             <scope>test</scope>
         </dependency>
         

Modified: tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/policies/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/policies/pom.xml?rev=1027571&r1=1027492&r2=1027571&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/policies/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/policies/pom.xml Tue Oct 26 14:17:45 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-Beta1-SNAPSHOT</version>
+        <version>2.0-Beta1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>itest-policies</artifactId>
@@ -32,26 +32,26 @@
          <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node-api</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-policy-logging</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node-impl</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
             <scope>test</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
             <scope>test</scope>
         </dependency>
     </dependencies>

Modified: tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/policy-transaction/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/policy-transaction/pom.xml?rev=1027571&r1=1027492&r2=1027571&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/policy-transaction/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/policy-transaction/pom.xml Tue Oct 26 14:17:45 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-Beta1-SNAPSHOT</version>
+        <version>2.0-Beta1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>itest-policy-transaction</artifactId>
@@ -32,26 +32,26 @@
          <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node-api</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-policy-transaction-runtime-geronimo</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>        
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node-impl</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
             <scope>test</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
             <scope>test</scope>
         </dependency>
         

Modified: tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/policy/matching/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/policy/matching/pom.xml?rev=1027571&r1=1027492&r2=1027571&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/policy/matching/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/policy/matching/pom.xml Tue Oct 26 14:17:45 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-Beta1-SNAPSHOT</version>
+        <version>2.0-Beta1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -34,20 +34,20 @@
        <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-feature-webservice</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
             <type>pom</type>
        </dependency>
 
        <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-policy-wspolicy</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
        </dependency>
        
        <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-policy-logging</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
        </dependency>       
              
     </dependencies>

Modified: tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/policy/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/policy/pom.xml?rev=1027571&r1=1027492&r2=1027571&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/policy/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/policy/pom.xml Tue Oct 26 14:17:45 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-Beta1-SNAPSHOT</version>
+        <version>2.0-Beta1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>pom</packaging>

Modified: tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/policy/wspolicy/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/policy/wspolicy/pom.xml?rev=1027571&r1=1027492&r2=1027571&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/policy/wspolicy/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/policy/wspolicy/pom.xml Tue Oct 26 14:17:45 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-Beta1-SNAPSHOT</version>
+        <version>2.0-Beta1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -34,20 +34,20 @@
        <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-feature-webservice</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
             <type>pom</type>
        </dependency>
 
        <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-policy-wspolicy</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
        </dependency>
        
        <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-policy-logging</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
        </dependency>       
              
     </dependencies>

Modified: tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/pom.xml?rev=1027571&r1=1027492&r2=1027571&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/pom.xml Tue Oct 26 14:17:45 2010
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca</artifactId>
-        <version>2.0-Beta1-SNAPSHOT</version>
+        <version>2.0-Beta1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>tuscany-itest</artifactId>

Modified: tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/properties/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/properties/pom.xml?rev=1027571&r1=1027492&r2=1027571&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/properties/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/properties/pom.xml Tue Oct 26 14:17:45 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-Beta1-SNAPSHOT</version>
+        <version>2.0-Beta1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>itest-properties</artifactId>
@@ -32,20 +32,20 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node-api</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node-impl</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
             <scope>test</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
             <scope>test</scope>
         </dependency>
         
@@ -60,14 +60,14 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-core-databinding</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
             <scope>runtime</scope>
         </dependency>
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-databinding-jaxb</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
             <scope>compile</scope>
         </dependency>
     </dependencies>

Modified: tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/recursive-multi-level/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/recursive-multi-level/pom.xml?rev=1027571&r1=1027492&r2=1027571&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/recursive-multi-level/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/recursive-multi-level/pom.xml Tue Oct 26 14:17:45 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-Beta1-SNAPSHOT</version>
+        <version>2.0-Beta1</version>
         <!--relativePath>../pom.xml</relativePath-->
     </parent>
     <artifactId>itest-recursive-multi-level</artifactId>
@@ -32,20 +32,20 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node-api</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node-impl</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
             <scope>test</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
             <scope>test</scope>
         </dependency>
         

Modified: tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/recursive-ws/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/recursive-ws/pom.xml?rev=1027571&r1=1027492&r2=1027571&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/recursive-ws/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/recursive-ws/pom.xml Tue Oct 26 14:17:45 2010
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-Beta1-SNAPSHOT</version>
+        <version>2.0-Beta1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>itest-recursive-ws</artifactId>
     <name>Apache Tuscany SCA iTest Recursive WS</name>
-    <version>2.0-Beta1-SNAPSHOT</version>
+    <version>2.0-Beta1</version>
 
     <dependencies>
         <dependency>
@@ -82,7 +82,7 @@
                 <dependency>
                     <groupId>org.apache.tuscany.sca</groupId>
                     <artifactId>tuscany-host-jetty</artifactId>
-                    <version>2.0-Beta1-SNAPSHOT</version>
+                    <version>2.0-Beta1</version>
                     <scope>runtime</scope>
                 </dependency>
             </dependencies>

Modified: tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/references/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/references/pom.xml?rev=1027571&r1=1027492&r2=1027571&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/references/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/references/pom.xml Tue Oct 26 14:17:45 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-Beta1-SNAPSHOT</version>
+        <version>2.0-Beta1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>itest-references</artifactId>
@@ -32,20 +32,20 @@
          <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node-api</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node-impl</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
             <scope>test</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
             <scope>test</scope>
         </dependency>
     </dependencies>

Modified: tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/samples/helloworld/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/samples/helloworld/pom.xml?rev=1027571&r1=1027492&r2=1027571&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/samples/helloworld/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/samples/helloworld/pom.xml Tue Oct 26 14:17:45 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-Beta1-SNAPSHOT</version>
+        <version>2.0-Beta1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>itest-samples-helloworld</artifactId>
@@ -32,7 +32,7 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-domain-node</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>
     </dependencies>
 </project>

Modified: tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/scaclient-api-jse-osgi/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/scaclient-api-jse-osgi/pom.xml?rev=1027571&r1=1027492&r2=1027571&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/scaclient-api-jse-osgi/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/scaclient-api-jse-osgi/pom.xml Tue Oct 26 14:17:45 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-Beta1-SNAPSHOT</version>
+        <version>2.0-Beta1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>itest-scaclient-api-jse-osgi</artifactId>
@@ -32,19 +32,19 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-sca-api</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node-launcher-equinox</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node-api</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>
 
         <dependency>

Modified: tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/scaclient-api-osgi/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/scaclient-api-osgi/pom.xml?rev=1027571&r1=1027492&r2=1027571&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/scaclient-api-osgi/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/scaclient-api-osgi/pom.xml Tue Oct 26 14:17:45 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-Beta1-SNAPSHOT</version>
+        <version>2.0-Beta1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>itest-scaclient-api-osgi</artifactId>
@@ -32,14 +32,14 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-feature-api</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
             <type>pom</type>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-feature-core</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
             <type>pom</type>
         </dependency>    
 

Modified: tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/scaclient-api-remote/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/scaclient-api-remote/pom.xml?rev=1027571&r1=1027492&r2=1027571&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/scaclient-api-remote/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/scaclient-api-remote/pom.xml Tue Oct 26 14:17:45 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-Beta1-SNAPSHOT</version>
+        <version>2.0-Beta1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>itest-scaclient-api-remote</artifactId>
@@ -32,13 +32,13 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-domain-hazelcast</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>
 
     </dependencies>

Modified: tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/scaclient-api/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/scaclient-api/pom.xml?rev=1027571&r1=1027492&r2=1027571&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/scaclient-api/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/scaclient-api/pom.xml Tue Oct 26 14:17:45 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-Beta1-SNAPSHOT</version>
+        <version>2.0-Beta1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>itest-scaclient-api</artifactId>
@@ -32,13 +32,13 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-sca-client-impl</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
             <scope>runtime</scope>
         </dependency>
 

Modified: tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/scdl/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/scdl/pom.xml?rev=1027571&r1=1027492&r2=1027571&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/scdl/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/scdl/pom.xml Tue Oct 26 14:17:45 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-Beta1-SNAPSHOT</version>
+        <version>2.0-Beta1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -33,27 +33,27 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-deployment</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-jsonp</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-rmi</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>                
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-jms</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>        
     </dependencies>
     

Modified: tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/scopes/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/scopes/pom.xml?rev=1027571&r1=1027492&r2=1027571&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/scopes/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/scopes/pom.xml Tue Oct 26 14:17:45 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-Beta1-SNAPSHOT</version>
+        <version>2.0-Beta1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <name>Apache Tuscany SCA iTest Scopes</name>
@@ -32,20 +32,20 @@
          <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node-api</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node-impl</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
             <scope>test</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
             <scope>test</scope>
         </dependency>
         

Modified: tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/service-reference/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/service-reference/pom.xml?rev=1027571&r1=1027492&r2=1027571&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/service-reference/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/service-reference/pom.xml Tue Oct 26 14:17:45 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-Beta1-SNAPSHOT</version>
+        <version>2.0-Beta1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>itest-service-reference</artifactId>
@@ -32,34 +32,34 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node-api</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node-impl</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
             <scope>test</scope>
         </dependency>
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
             <scope>test</scope>
         </dependency>
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
             <scope>test</scope>
         </dependency>  
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-jetty</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
             <scope>test</scope>
         </dependency>
     </dependencies>

Modified: tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/services/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/services/pom.xml?rev=1027571&r1=1027492&r2=1027571&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/services/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/services/pom.xml Tue Oct 26 14:17:45 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-Beta1-SNAPSHOT</version>
+        <version>2.0-Beta1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>itest-services</artifactId>
@@ -32,20 +32,20 @@
          <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node-api</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node-impl</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
             <scope>test</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
             <scope>test</scope>
         </dependency>
     </dependencies>

Modified: tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/wires/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/wires/pom.xml?rev=1027571&r1=1027492&r2=1027571&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/wires/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/wires/pom.xml Tue Oct 26 14:17:45 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-Beta1-SNAPSHOT</version>
+        <version>2.0-Beta1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>itest-wires</artifactId>
@@ -32,20 +32,20 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node-api</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node-impl</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
             <scope>test</scope>
         </dependency>
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
             <scope>test</scope>
         </dependency>
         

Modified: tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws-jaxws/contribution-java-first/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws-jaxws/contribution-java-first/pom.xml?rev=1027571&r1=1027492&r2=1027571&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws-jaxws/contribution-java-first/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws-jaxws/contribution-java-first/pom.xml Tue Oct 26 14:17:45 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-Beta1-SNAPSHOT</version>
+        <version>2.0-Beta1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -35,7 +35,7 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-feature-core</artifactId>
             <type>pom</type>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>      
                 
     </dependencies>

Modified: tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws-jaxws/contribution-wsdl-first/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws-jaxws/contribution-wsdl-first/pom.xml?rev=1027571&r1=1027492&r2=1027571&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws-jaxws/contribution-wsdl-first/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws-jaxws/contribution-wsdl-first/pom.xml Tue Oct 26 14:17:45 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-Beta1-SNAPSHOT</version>
+        <version>2.0-Beta1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -35,7 +35,7 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-feature-core</artifactId>
             <type>pom</type>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>       
                 
     </dependencies>

Modified: tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws-jaxws/external-client/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws-jaxws/external-client/pom.xml?rev=1027571&r1=1027492&r2=1027571&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws-jaxws/external-client/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws-jaxws/external-client/pom.xml Tue Oct 26 14:17:45 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-Beta1-SNAPSHOT</version>
+        <version>2.0-Beta1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -36,14 +36,14 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-feature-core</artifactId>
             <type>pom</type>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>
 
         <!-- Bindings -->
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-runtime-jaxws-ri</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>
 
                 

Modified: tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws-jaxws/external-service/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws-jaxws/external-service/pom.xml?rev=1027571&r1=1027492&r2=1027571&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws-jaxws/external-service/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws-jaxws/external-service/pom.xml Tue Oct 26 14:17:45 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-Beta1-SNAPSHOT</version>
+        <version>2.0-Beta1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws-jaxws/launcher-ri/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws-jaxws/launcher-ri/pom.xml?rev=1027571&r1=1027492&r2=1027571&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws-jaxws/launcher-ri/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws-jaxws/launcher-ri/pom.xml Tue Oct 26 14:17:45 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-Beta1-SNAPSHOT</version>
+        <version>2.0-Beta1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -35,7 +35,7 @@
        <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-feature-webservice</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
             <type>pom</type>
         </dependency>
 -->
@@ -45,42 +45,42 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-feature-core</artifactId>
             <type>pom</type>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>
 
         <!-- Bindings -->
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-runtime-jaxws-ri</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-wsdlgen</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>
 
         <!-- Databindings -->
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-databinding-axiom</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-databinding-jaxb-axiom</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>
         <!--
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-databinding-sdo</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-databinding-sdo-axiom</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>
         -->
 
@@ -88,20 +88,20 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-jetty</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>
         
         <!-- Test resources -->
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>itest-ws-jaxws-external-client</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>itest-ws-jaxws-external-service</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>        
                 
     </dependencies>

Modified: tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws-jaxws/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws-jaxws/pom.xml?rev=1027571&r1=1027492&r2=1027571&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws-jaxws/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws-jaxws/pom.xml Tue Oct 26 14:17:45 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-Beta1-SNAPSHOT</version>
+        <version>2.0-Beta1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>pom</packaging>

Modified: tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws/authentication-basic/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws/authentication-basic/pom.xml?rev=1027571&r1=1027492&r2=1027571&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws/authentication-basic/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws/authentication-basic/pom.xml Tue Oct 26 14:17:45 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-Beta1-SNAPSHOT</version>
+        <version>2.0-Beta1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -34,7 +34,7 @@
        <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-feature-webservice</artifactId>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
             <type>pom</type>
         </dependency>
       

Modified: tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws/contribution-callback-forwardspec/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws/contribution-callback-forwardspec/pom.xml?rev=1027571&r1=1027492&r2=1027571&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws/contribution-callback-forwardspec/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws/contribution-callback-forwardspec/pom.xml Tue Oct 26 14:17:45 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-Beta1-SNAPSHOT</version>
+        <version>2.0-Beta1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -35,7 +35,7 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-feature-core</artifactId>
             <type>pom</type>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>      
                 
     </dependencies>

Modified: tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws/contribution-callback-fullspec/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws/contribution-callback-fullspec/pom.xml?rev=1027571&r1=1027492&r2=1027571&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws/contribution-callback-fullspec/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws/contribution-callback-fullspec/pom.xml Tue Oct 26 14:17:45 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-Beta1-SNAPSHOT</version>
+        <version>2.0-Beta1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -35,7 +35,7 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-feature-core</artifactId>
             <type>pom</type>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>      
                 
     </dependencies>

Modified: tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws/contribution-callback-promotion/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws/contribution-callback-promotion/pom.xml?rev=1027571&r1=1027492&r2=1027571&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws/contribution-callback-promotion/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws/contribution-callback-promotion/pom.xml Tue Oct 26 14:17:45 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-Beta1-SNAPSHOT</version>
+        <version>2.0-Beta1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -35,7 +35,7 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-feature-core</artifactId>
             <type>pom</type>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>      
                 
     </dependencies>

Modified: tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws/contribution-callback/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws/contribution-callback/pom.xml?rev=1027571&r1=1027492&r2=1027571&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws/contribution-callback/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws/contribution-callback/pom.xml Tue Oct 26 14:17:45 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-Beta1-SNAPSHOT</version>
+        <version>2.0-Beta1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -35,7 +35,7 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-feature-core</artifactId>
             <type>pom</type>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>      
                 
     </dependencies>

Modified: tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws/contribution-doc-lit-wrapped/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws/contribution-doc-lit-wrapped/pom.xml?rev=1027571&r1=1027492&r2=1027571&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws/contribution-doc-lit-wrapped/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws/contribution-doc-lit-wrapped/pom.xml Tue Oct 26 14:17:45 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-Beta1-SNAPSHOT</version>
+        <version>2.0-Beta1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -35,7 +35,7 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-feature-core</artifactId>
             <type>pom</type>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>      
                 
     </dependencies>

Modified: tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws/contribution-doc-lit/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws/contribution-doc-lit/pom.xml?rev=1027571&r1=1027492&r2=1027571&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws/contribution-doc-lit/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws/contribution-doc-lit/pom.xml Tue Oct 26 14:17:45 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-Beta1-SNAPSHOT</version>
+        <version>2.0-Beta1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -35,7 +35,7 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-feature-core</artifactId>
             <type>pom</type>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>      
                 
     </dependencies>

Modified: tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws/contribution-java-first/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws/contribution-java-first/pom.xml?rev=1027571&r1=1027492&r2=1027571&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws/contribution-java-first/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws/contribution-java-first/pom.xml Tue Oct 26 14:17:45 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-Beta1-SNAPSHOT</version>
+        <version>2.0-Beta1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -35,7 +35,7 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-feature-core</artifactId>
             <type>pom</type>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>      
                 
     </dependencies>

Modified: tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws/contribution-rpc-lit/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws/contribution-rpc-lit/pom.xml?rev=1027571&r1=1027492&r2=1027571&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws/contribution-rpc-lit/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws/contribution-rpc-lit/pom.xml Tue Oct 26 14:17:45 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-Beta1-SNAPSHOT</version>
+        <version>2.0-Beta1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -35,7 +35,7 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-feature-core</artifactId>
             <type>pom</type>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>      
                 
     </dependencies>

Modified: tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws/contribution-wsdl-first/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws/contribution-wsdl-first/pom.xml?rev=1027571&r1=1027492&r2=1027571&view=diff
==============================================================================
--- tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws/contribution-wsdl-first/pom.xml (original)
+++ tuscany/sca-java-2.x/tags/2.0-Beta1-RC1/testing/itest/ws/contribution-wsdl-first/pom.xml Tue Oct 26 14:17:45 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-Beta1-SNAPSHOT</version>
+        <version>2.0-Beta1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -35,7 +35,7 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-feature-core</artifactId>
             <type>pom</type>
-            <version>2.0-Beta1-SNAPSHOT</version>
+            <version>2.0-Beta1</version>
         </dependency>       
                 
     </dependencies>