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 09:46:18 UTC

svn commit: r1027394 [6/9] - in /tuscany/sca-java-2.x/branches/2.0-Beta1: ./ distribution/ distribution/aggregations/base-runtime-aggregation/ distribution/aggregations/base-runtime-nodep/ distribution/aggregations/base-runtime/ distribution/aggregatio...

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-spring/helloworld-spring-webapp/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-spring/helloworld-spring-webapp/pom.xml?rev=1027394&r1=1027388&r2=1027394&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-spring/helloworld-spring-webapp/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-spring/helloworld-spring-webapp/pom.xml Tue Oct 26 07:46:08 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-samples</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -34,31 +34,31 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-spring-webapp</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-spring-runtime</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-jsonrpc-runtime</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>sample-helloworld-spring</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
 

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-spring/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-spring/pom.xml?rev=1027394&r1=1027388&r2=1027394&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-spring/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-spring/pom.xml Tue Oct 26 07:46:08 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-samples</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>tuscany-samples-implememtation-spring</artifactId>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/helloworld-jaxrs/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/helloworld-jaxrs/pom.xml?rev=1027394&r1=1027388&r2=1027394&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/helloworld-jaxrs/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/helloworld-jaxrs/pom.xml Tue Oct 26 07:46:08 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-samples</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime-nodep</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>
 
         <!-- Wink dependency for JAX-RS support -->

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/helloworld-js-client/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/helloworld-js-client/pom.xml?rev=1027394&r1=1027388&r2=1027394&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/helloworld-js-client/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/helloworld-js-client/pom.xml Tue Oct 26 07:46:08 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-samples</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -35,13 +35,13 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-databinding-json</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>
 
         <dependency>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/helloworld-jsf/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/helloworld-jsf/pom.xml?rev=1027394&r1=1027388&r2=1027394&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/helloworld-jsf/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/helloworld-jsf/pom.xml Tue Oct 26 07:46:08 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-samples</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -35,21 +35,21 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-sca-api</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-web-runtime</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-myfaces</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>
 

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/helloworld-jsp/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/helloworld-jsp/pom.xml?rev=1027394&r1=1027388&r2=1027394&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/helloworld-jsp/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/helloworld-jsp/pom.xml Tue Oct 26 07:46:08 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-samples</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -35,7 +35,7 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>
 
         <dependency>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/helloworld-servlet/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/helloworld-servlet/pom.xml?rev=1027394&r1=1027388&r2=1027394&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/helloworld-servlet/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/helloworld-servlet/pom.xml Tue Oct 26 07:46:08 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-samples</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -35,7 +35,7 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime-nodep</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>
 
         <dependency>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/helloworld-stripes/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/helloworld-stripes/pom.xml?rev=1027394&r1=1027388&r2=1027394&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/helloworld-stripes/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/helloworld-stripes/pom.xml Tue Oct 26 07:46:08 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-samples</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -36,13 +36,13 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-stripes</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>
 
         <!--  Stripes Framework dependencies -->

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/pom.xml?rev=1027394&r1=1027388&r2=1027394&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/implementation-web/pom.xml Tue Oct 26 07:46:08 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-samples</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>tuscany-samples-implementation-webapp</artifactId>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/pom.xml?rev=1027394&r1=1027388&r2=1027394&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/pom.xml Tue Oct 26 07:46:08 2010
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-samples</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.tuscany.sca</groupId>
     <artifactId>tuscany-samples-learning-more</artifactId>
-    <version>2.0-SNAPSHOT</version>
+    <version>2.0-Beta1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache Tuscany SCA Learning More Sample Contributions</name>
 

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/sca-client/calculator-scaclient/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/sca-client/calculator-scaclient/pom.xml?rev=1027394&r1=1027388&r2=1027394&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/sca-client/calculator-scaclient/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/sca-client/calculator-scaclient/pom.xml Tue Oct 26 07:46:08 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-samples</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -34,7 +34,7 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>
 
         <dependency>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/sca-client/helloworld-scaclient/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/sca-client/helloworld-scaclient/pom.xml?rev=1027394&r1=1027388&r2=1027394&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/sca-client/helloworld-scaclient/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/sca-client/helloworld-scaclient/pom.xml Tue Oct 26 07:46:08 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-samples</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -34,7 +34,7 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>
 
         <dependency>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/sca-client/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/sca-client/pom.xml?rev=1027394&r1=1027388&r2=1027394&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/sca-client/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/samples/learning-more/sca-client/pom.xml Tue Oct 26 07:46:08 2010
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-samples</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.tuscany.sca</groupId>
-    <version>2.0-SNAPSHOT</version>
+    <version>2.0-Beta1-SNAPSHOT</version>
     <artifactId>tuscany-samples-sca-client</artifactId>
     <packaging>pom</packaging>
     <name>Apache Tuscany SCA SCAClient Samples</name>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/samples/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/samples/pom.xml?rev=1027394&r1=1027388&r2=1027394&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/samples/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/samples/pom.xml Tue Oct 26 07:46:08 2010
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>tuscany-samples</artifactId>
     <groupId>org.apache.tuscany.sca</groupId>
-    <version>2.0-SNAPSHOT</version>
+    <version>2.0-Beta1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache Tuscany SCA Samples</name>
 

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/embedded-jse/build.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/embedded-jse/build.xml?rev=1027394&r1=1027388&r2=1027394&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/embedded-jse/build.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/embedded-jse/build.xml Tue Oct 26 07:46:08 2010
@@ -113,7 +113,7 @@
             <classpath>  
                 <pathelement location="target/${jar.name}"/>
                 <fileset dir="${tuscany.home}/lib">
-                   <include name="tuscany-base-runtime-aggregation-2.0-SNAPSHOT.jar" />
+                   <include name="tuscany-base-runtime-aggregation-2.0-Beta1-SNAPSHOT.jar" />
                 </fileset>
             </classpath> 
         </java>       

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/embedded-jse/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/embedded-jse/pom.xml?rev=1027394&r1=1027388&r2=1027394&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/embedded-jse/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/embedded-jse/pom.xml Tue Oct 26 07:46:08 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-samples</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>sample-launcher-embedded-jse</artifactId>
@@ -32,45 +32,45 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime-pom</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
             <type>pom</type>
         </dependency> 
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-osgi-runtime-pom</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
             <type>pom</type>
         </dependency> 
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-rmi-runtime</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-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-Beta1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-jetty</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency> 
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-script-runtime</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>  
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-jsonrpc-runtime</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>     
                 
         <dependency>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/embedded-osgi-base/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/embedded-osgi-base/pom.xml?rev=1027394&r1=1027388&r2=1027394&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/embedded-osgi-base/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/embedded-osgi-base/pom.xml Tue Oct 26 07:46:08 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-samples</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>sample-launcher-embedded-osgi-base</artifactId>
@@ -32,7 +32,7 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime-nodep</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>commons-cli</groupId>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/embedded-osgi/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/embedded-osgi/pom.xml?rev=1027394&r1=1027388&r2=1027394&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/embedded-osgi/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/embedded-osgi/pom.xml Tue Oct 26 07:46:08 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-samples</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>sample-launcher-embedded-osgi</artifactId>
@@ -32,27 +32,27 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime-pom</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
             <type>pom</type>
         </dependency> 
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-osgi-runtime-pom</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
             <type>pom</type>
         </dependency> 
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-jetty</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency> 
         
         <dependency>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven-junit/calculator-contribution/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven-junit/calculator-contribution/pom.xml?rev=1027394&r1=1027388&r2=1027394&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven-junit/calculator-contribution/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven-junit/calculator-contribution/pom.xml Tue Oct 26 07:46:08 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-samples</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>sample-maven-junit-calculator-contribution</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-Beta1-SNAPSHOT</version>
         </dependency> 
 
         <dependency>
@@ -51,7 +51,7 @@
           <plugin>
              <groupId>org.apache.tuscany.maven.plugins</groupId>
              <artifactId>maven-tuscany-plugin</artifactId>
-             <version>2.0-SNAPSHOT</version>
+             <version>2.0-Beta1-SNAPSHOT</version>
           </plugin>
        </plugins>
    </build>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven-junit/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven-junit/pom.xml?rev=1027394&r1=1027388&r2=1027394&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven-junit/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven-junit/pom.xml Tue Oct 26 07:46:08 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-samples</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>tuscany-sample-maven-junit</artifactId>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven-osgi-junit/calculator-osgi/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven-osgi-junit/calculator-osgi/pom.xml?rev=1027394&r1=1027388&r2=1027394&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven-osgi-junit/calculator-osgi/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven-osgi-junit/calculator-osgi/pom.xml Tue Oct 26 07:46:08 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-samples</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>sample-maven-osgi-junit-calculator-osgi</artifactId>
@@ -32,14 +32,14 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-feature-api</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
             <type>pom</type>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-feature-all</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
             <type>pom</type>
         </dependency>
 

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven-osgi-junit/calculator-rest-osgi/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven-osgi-junit/calculator-rest-osgi/pom.xml?rev=1027394&r1=1027388&r2=1027394&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven-osgi-junit/calculator-rest-osgi/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven-osgi-junit/calculator-rest-osgi/pom.xml Tue Oct 26 07:46:08 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-samples</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>sample-maven-osgi-junit-calculator-rest-osgi</artifactId>
@@ -32,21 +32,21 @@
 		<dependency>
 			<groupId>org.apache.tuscany.sca</groupId>
 			<artifactId>tuscany-feature-api</artifactId>
-			<version>2.0-SNAPSHOT</version>
+			<version>2.0-Beta1-SNAPSHOT</version>
 			<type>pom</type>
 		</dependency>
 
 		<dependency>
 			<groupId>org.apache.tuscany.sca</groupId>
 			<artifactId>tuscany-feature-all</artifactId>
-			<version>2.0-SNAPSHOT</version>
+			<version>2.0-Beta1-SNAPSHOT</version>
 			<type>pom</type>
 		</dependency>
 
 		<dependency>
 			<groupId>org.apache.tuscany.sca</groupId>
 			<artifactId>tuscany-binding-rest-runtime</artifactId>
-			<version>2.0-SNAPSHOT</version>
+			<version>2.0-Beta1-SNAPSHOT</version>
 		</dependency>
 
 		<dependency>
@@ -67,7 +67,7 @@
 		<dependency>
 			<groupId>org.apache.tuscany.sca</groupId>
 			<artifactId>tuscany-host-jetty</artifactId>
-			<version>2.0-SNAPSHOT</version>
+			<version>2.0-Beta1-SNAPSHOT</version>
 			<scope>test</scope>
 		</dependency>
 

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven-osgi-junit/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven-osgi-junit/pom.xml?rev=1027394&r1=1027388&r2=1027394&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven-osgi-junit/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/maven-osgi-junit/pom.xml Tue Oct 26 07:46:08 2010
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-samples</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>sample-maven-osgi-junit</artifactId>
     <groupId>org.apache.tuscany.sca</groupId>
-    <version>2.0-SNAPSHOT</version>
+    <version>2.0-Beta1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache Tuscany SCA Maven OSGI Junit plugin Samples</name>
 

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/pom.xml?rev=1027394&r1=1027388&r2=1027394&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/pom.xml Tue Oct 26 07:46:08 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-samples</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>tuscany-samples-running-tuscany</artifactId>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/shell/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/shell/pom.xml?rev=1027394&r1=1027388&r2=1027394&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/shell/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/samples/running-tuscany/shell/pom.xml Tue Oct 26 07:46:08 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-samples</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>sample-launcher-shell</artifactId>
@@ -34,34 +34,34 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-feature-api</artifactId>
             <type>pom</type>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>  
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-feature-core</artifactId>
             <type>pom</type>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency> 
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-feature-webservice</artifactId>
             <type>pom</type>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-feature-web20</artifactId>
             <type>pom</type>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-webapp</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
@@ -74,19 +74,19 @@
     </dependencies>
 
     <build>
-       <finalName>scashell</finalName>
-       <plugins>
-           <plugin>
-               <groupId>org.codehaus.mojo</groupId>
-               <artifactId>tomcat-maven-plugin</artifactId>
-               <version>1.0</version>
-               <configuration>
-                   <!-- Key used for configuring access to server in settings.xml-->
-                   <server>tomcat</server>
-                   <!-- context for the webapp, as finalName is not being honored -->
-                   <path>/scashell</path>
-                </configuration>
-           </plugin>
+       <finalName>scashell</finalName>
+       <plugins>
+           <plugin>
+               <groupId>org.codehaus.mojo</groupId>
+               <artifactId>tomcat-maven-plugin</artifactId>
+               <version>1.0</version>
+               <configuration>
+                   <!-- Key used for configuring access to server in settings.xml-->
+                   <server>tomcat</server>
+                   <!-- context for the webapp, as finalName is not being honored -->
+                   <path>/scashell</path>
+                </configuration>
+           </plugin>
        </plugins>
     </build>
 </project>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/testing/compliance-tests/assembly/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/testing/compliance-tests/assembly/pom.xml?rev=1027394&r1=1027388&r2=1027394&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/testing/compliance-tests/assembly/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/testing/compliance-tests/assembly/pom.xml Tue Oct 26 07:46:08 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-compliance-tests</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>tuscany-compliance-test-assembly</artifactId>
@@ -35,33 +35,33 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-otests-asm-tests</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime-pom</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
             <type>pom</type>
         </dependency> 
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-osgi-runtime-pom</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
             <type>pom</type>
         </dependency> 
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-jetty</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency> 
 
         <!-- Not sure why this is required for ASM. But ASM_6039 & ASM_6036 fail without it --> 
@@ -132,14 +132,14 @@
                  <artifactItem>
                    <groupId>org.apache.tuscany.sca</groupId>
                    <artifactId>oasis-assembly-contributions</artifactId>
-                   <version>2.0-SNAPSHOT</version>
+                   <version>2.0-Beta1-SNAPSHOT</version>
                    <type>zip</type>
                    <outputDirectory>${project.build.directory}/oasis-contributions</outputDirectory>
                  </artifactItem>
                  <artifactItem>
                    <groupId>org.apache.tuscany.sca</groupId>
                    <artifactId>tuscany-otests-asm-tests</artifactId>
-                   <version>2.0-SNAPSHOT</version>
+                   <version>2.0-Beta1-SNAPSHOT</version>
                    <type>jar</type>
                    <excludes>commons-logging.properties,oasis-sca-tests.properties</excludes>
                    <outputDirectory>${project.build.directory}/test-classes</outputDirectory>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/testing/compliance-tests/binding-jms/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/testing/compliance-tests/binding-jms/pom.xml?rev=1027394&r1=1027388&r2=1027394&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/testing/compliance-tests/binding-jms/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/testing/compliance-tests/binding-jms/pom.xml Tue Oct 26 07:46:08 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-compliance-tests</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>tuscany-compliance-test-binding-jms</artifactId>
@@ -35,19 +35,19 @@
             <!-- The dependency plugin unpack is needed as presently the surefire plugin wont run tests in a dependency jar -->
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-otests-sca-jms-tests</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-jms-runtime</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
@@ -109,14 +109,14 @@
                  <artifactItem>
                    <groupId>org.apache.tuscany.sca</groupId>
                    <artifactId>oasis-jms-contributions</artifactId>
-                   <version>2.0-SNAPSHOT</version>
+                   <version>2.0-Beta1-SNAPSHOT</version>
                    <type>zip</type>
                    <outputDirectory>${project.build.directory}/oasis-contributions</outputDirectory>
                  </artifactItem>
                  <artifactItem>
                    <groupId>org.apache.tuscany.sca</groupId>
                    <artifactId>tuscany-otests-sca-jms-tests</artifactId>
-                   <version>2.0-SNAPSHOT</version>
+                   <version>2.0-Beta1-SNAPSHOT</version>
                    <type>jar</type>
                    <excludes>commons-logging.properties,oasis-sca-tests.properties,tuscany-oasis-sca-tests-errors.properties</excludes>
                    <outputDirectory>${project.build.directory}/test-classes</outputDirectory>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/testing/compliance-tests/binding-ws/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/testing/compliance-tests/binding-ws/pom.xml?rev=1027394&r1=1027388&r2=1027394&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/testing/compliance-tests/binding-ws/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/testing/compliance-tests/binding-ws/pom.xml Tue Oct 26 07:46:08 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-compliance-tests</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>tuscany-compliance-test-binding-ws</artifactId>
@@ -35,39 +35,39 @@
             <!-- The dependency plugin unpack is needed as presently the surefire plugin wont run tests in a dependency jar -->
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-otests-sca-ws-tests</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>
 
        <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime-pom</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
             <type>pom</type>
         </dependency> 
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-jms</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-osgi-runtime-pom</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
             <type>pom</type>
         </dependency> 
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-jetty</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency> 
 
          <!-- This is need when running with Sun JDK which gets an unsupported operation exception creating an XMLStreamReader from a DOMSource
@@ -122,14 +122,14 @@
                  <artifactItem>
                    <groupId>org.apache.tuscany.sca</groupId>
                    <artifactId>oasis-ws-contributions</artifactId>
-                   <version>2.0-SNAPSHOT</version>
+                   <version>2.0-Beta1-SNAPSHOT</version>
                    <type>zip</type>
                    <outputDirectory>${project.build.directory}/oasis-contributions</outputDirectory>
                  </artifactItem>
                  <artifactItem>
                    <groupId>org.apache.tuscany.sca</groupId>
                    <artifactId>tuscany-otests-sca-ws-tests</artifactId>
-                   <version>2.0-SNAPSHOT</version>
+                   <version>2.0-Beta1-SNAPSHOT</version>
                    <type>jar</type>
                    <excludes>commons-logging.properties,oasis-sca-tests.properties</excludes>
                    <outputDirectory>${project.build.directory}/test-classes</outputDirectory>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/testing/compliance-tests/java-caa/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/testing/compliance-tests/java-caa/pom.xml?rev=1027394&r1=1027388&r2=1027394&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/testing/compliance-tests/java-caa/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/testing/compliance-tests/java-caa/pom.xml Tue Oct 26 07:46:08 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-compliance-tests</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>tuscany-compliance-test-java-caa</artifactId>
@@ -35,33 +35,33 @@
             <!-- The dependency plugin unpack is needed as presently the surefire plugin wont run tests in a dependency jar -->
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-otests-sca-j-caa-tests</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime-pom</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
             <type>pom</type>
         </dependency> 
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-osgi-runtime-pom</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
             <type>pom</type>
         </dependency> 
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-jetty</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency> 
 
         <!-- This is need when running with Sun JDK which gets an unsupported operation exception creating an XMLStreamReader from a DOMSource
@@ -119,14 +119,14 @@
                  <artifactItem>
                    <groupId>org.apache.tuscany.sca</groupId>
                    <artifactId>oasis-javacaa-contributions</artifactId>
-                   <version>2.0-SNAPSHOT</version>
+                   <version>2.0-Beta1-SNAPSHOT</version>
                    <type>zip</type>
                    <outputDirectory>${project.build.directory}/oasis-contributions</outputDirectory>
                  </artifactItem>
                  <artifactItem>
                    <groupId>org.apache.tuscany.sca</groupId>
                    <artifactId>tuscany-otests-sca-j-caa-tests</artifactId>
-                   <version>2.0-SNAPSHOT</version>
+                   <version>2.0-Beta1-SNAPSHOT</version>
                    <type>jar</type>
                    <excludes>commons-logging.properties,oasis-sca-tests.properties,tuscany-oasis-sca-tests-errors.properties</excludes>
                    <outputDirectory>${project.build.directory}/test-classes</outputDirectory>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/testing/compliance-tests/java-ci/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/testing/compliance-tests/java-ci/pom.xml?rev=1027394&r1=1027388&r2=1027394&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/testing/compliance-tests/java-ci/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/testing/compliance-tests/java-ci/pom.xml Tue Oct 26 07:46:08 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-compliance-tests</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>tuscany-compliance-test-java-ci</artifactId>
@@ -35,33 +35,33 @@
             <!-- The dependency plugin unpack is needed as presently the surefire plugin wont run tests in a dependency jar -->
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-otests-sca-j-ci-tests</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime-pom</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
             <type>pom</type>
         </dependency> 
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-osgi-runtime-pom</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
             <type>pom</type>
         </dependency> 
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-jetty</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency> 
 
          <!-- This is need when running with Sun JDK which gets an unsupported operation exception creating an XMLStreamReader from a DOMSource
@@ -116,14 +116,14 @@
                  <artifactItem>
                    <groupId>org.apache.tuscany.sca</groupId>
                    <artifactId>oasis-jci-contributions</artifactId>
-                   <version>2.0-SNAPSHOT</version>
+                   <version>2.0-Beta1-SNAPSHOT</version>
                    <type>zip</type>
                    <outputDirectory>${project.build.directory}/oasis-contributions</outputDirectory>
                  </artifactItem>
                  <artifactItem>
                    <groupId>org.apache.tuscany.sca</groupId>
                    <artifactId>tuscany-otests-sca-j-ci-tests</artifactId>
-                   <version>2.0-SNAPSHOT</version>
+                   <version>2.0-Beta1-SNAPSHOT</version>
                    <type>jar</type>
                    <excludes>commons-logging.properties,oasis-sca-tests.properties,tuscany-oasis-sca-tests-errors.properties</excludes>
                    <outputDirectory>${project.build.directory}/test-classes</outputDirectory>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/testing/compliance-tests/policy/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/testing/compliance-tests/policy/pom.xml?rev=1027394&r1=1027388&r2=1027394&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/testing/compliance-tests/policy/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/testing/compliance-tests/policy/pom.xml Tue Oct 26 07:46:08 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-compliance-tests</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>tuscany-compliance-test-policy</artifactId>
@@ -35,33 +35,33 @@
             <!-- The dependency plugin unpack is needed as presently the surefire plugin wont run tests in a dependency jar -->
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-otests-policy-tests</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>
 
        <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime-pom</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
             <type>pom</type>
         </dependency> 
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-osgi-runtime-pom</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
             <type>pom</type>
         </dependency> 
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-jetty</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency> 
 
         <dependency>
@@ -121,14 +121,14 @@
                  <artifactItem>
                    <groupId>org.apache.tuscany.sca</groupId>
                    <artifactId>oasis-policy-contributions</artifactId>
-                   <version>2.0-SNAPSHOT</version>
+                   <version>2.0-Beta1-SNAPSHOT</version>
                    <type>zip</type>
                    <outputDirectory>${project.build.directory}/oasis-contributions</outputDirectory>
                  </artifactItem>
                  <artifactItem>
                    <groupId>org.apache.tuscany.sca</groupId>
                    <artifactId>tuscany-otests-policy-tests</artifactId>
-                   <version>2.0-SNAPSHOT</version>
+                   <version>2.0-Beta1-SNAPSHOT</version>
                    <type>jar</type>
                    <excludes>commons-logging.properties,oasis-sca-tests.properties,tuscany-oasis-sca-tests-errors.properties</excludes>
                    <outputDirectory>${project.build.directory}/test-classes</outputDirectory>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/testing/compliance-tests/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/testing/compliance-tests/pom.xml?rev=1027394&r1=1027388&r2=1027394&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/testing/compliance-tests/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/testing/compliance-tests/pom.xml Tue Oct 26 07:46:08 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/T3558/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/T3558/pom.xml?rev=1027394&r1=1027388&r2=1027394&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/T3558/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/T3558/pom.xml Tue Oct 26 07:46:08 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -33,12 +33,12 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-data-api</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>
     </dependencies>
     

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/async-interactions/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/async-interactions/pom.xml?rev=1027394&r1=1027388&r2=1027394&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/async-interactions/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/async-interactions/pom.xml Tue Oct 26 07:46:08 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -34,19 +34,19 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime-pom</artifactId>
             <type>pom</type>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-jms</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-jms-runtime</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>
 

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/base/dependencies/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/base/dependencies/pom.xml?rev=1027394&r1=1027388&r2=1027394&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/base/dependencies/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/base/dependencies/pom.xml Tue Oct 26 07:46:08 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta1-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-Beta1-SNAPSHOT</version>
         </dependency>
     </dependencies>
     

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/base/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/base/pom.xml?rev=1027394&r1=1027388&r2=1027394&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/base/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/base/pom.xml Tue Oct 26 07:46:08 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>pom</packaging>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/bpel/helloworld-reference/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/bpel/helloworld-reference/pom.xml?rev=1027394&r1=1027388&r2=1027394&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/bpel/helloworld-reference/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/bpel/helloworld-reference/pom.xml Tue Oct 26 07:46:08 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>itest-bpel</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>itest-bpel-helloworld-reference</artifactId>
@@ -39,34 +39,34 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node-impl</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-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-Beta1-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-Beta1-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency> 
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-bpel-runtime</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>
 

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/bpel/helloworld-ws/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/bpel/helloworld-ws/pom.xml?rev=1027394&r1=1027388&r2=1027394&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/bpel/helloworld-ws/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/bpel/helloworld-ws/pom.xml Tue Oct 26 07:46:08 2010
@@ -18,7 +18,7 @@
 	<parent>
 		<groupId>org.apache.tuscany.sca</groupId>
 		<artifactId>itest-bpel</artifactId>
-		<version>2.0-SNAPSHOT</version>
+		<version>2.0-Beta1-SNAPSHOT</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	<artifactId>itest-bpel-helloworld-ws
@@ -37,27 +37,27 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node-impl</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>
 
 		<dependency>
 			<groupId>org.apache.tuscany.sca</groupId>
 			<artifactId>tuscany-implementation-java-runtime</artifactId>
-			<version>2.0-SNAPSHOT</version>
+			<version>2.0-Beta1-SNAPSHOT</version>
 			<scope>runtime</scope>
 		</dependency>
 
 		<dependency>
 			<groupId>org.apache.tuscany.sca</groupId>
 			<artifactId>tuscany-implementation-bpel-runtime</artifactId>
-			<version>2.0-SNAPSHOT</version>
+			<version>2.0-Beta1-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-Beta1-SNAPSHOT</version>
 			<scope>runtime</scope>
 		</dependency>
 

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/bpel/helloworld/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/bpel/helloworld/pom.xml?rev=1027394&r1=1027388&r2=1027394&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/bpel/helloworld/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/bpel/helloworld/pom.xml Tue Oct 26 07:46:08 2010
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.tuscany.sca</groupId>
 		<artifactId>itest-bpel</artifactId>
-		<version>2.0-SNAPSHOT</version>
+		<version>2.0-Beta1-SNAPSHOT</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	<artifactId>itest-bpel-helloworld</artifactId>
@@ -40,27 +40,27 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node-impl</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>
 
 		<dependency>
 			<groupId>org.apache.tuscany.sca</groupId>
 			<artifactId>tuscany-implementation-java-runtime</artifactId>
-			<version>2.0-SNAPSHOT</version>
+			<version>2.0-Beta1-SNAPSHOT</version>
 			<scope>runtime</scope>
 		</dependency>
 
 		<dependency>
 			<groupId>org.apache.tuscany.sca</groupId>
 			<artifactId>tuscany-implementation-bpel-runtime</artifactId>
-			<version>2.0-SNAPSHOT</version>
+			<version>2.0-Beta1-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-Beta1-SNAPSHOT</version>
         </dependency> 		
 
 		<dependency>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/bpel/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/bpel/pom.xml?rev=1027394&r1=1027388&r2=1027394&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/bpel/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/bpel/pom.xml Tue Oct 26 07:46:08 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>itest-bpel</artifactId>

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/builder/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/builder/pom.xml?rev=1027394&r1=1027388&r2=1027394&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/builder/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/builder/pom.xml Tue Oct 26 07:46:08 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>itest-builder</artifactId>
@@ -33,19 +33,19 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime-pom</artifactId>
             <type>pom</type>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-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-Beta1-SNAPSHOT</version>
         </dependency>    
 
          <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-jetty</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>     
         
         <dependency>

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

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/callback-basic/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/callback-basic/pom.xml?rev=1027394&r1=1027388&r2=1027394&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/callback-basic/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/callback-basic/pom.xml Tue Oct 26 07:46:08 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>itest-callback-basic</artifactId>
@@ -32,20 +32,20 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node-api</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node-impl</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/callback-complex-type/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/callback-complex-type/pom.xml?rev=1027394&r1=1027388&r2=1027394&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/callback-complex-type/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/callback-complex-type/pom.xml Tue Oct 26 07:46:08 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>itest-callback-complex-type</artifactId>
@@ -32,20 +32,20 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node-api</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node-impl</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         

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

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/callback-separatethread/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/callback-separatethread/pom.xml?rev=1027394&r1=1027388&r2=1027394&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/callback-separatethread/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/callback-separatethread/pom.xml Tue Oct 26 07:46:08 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>itest-callback-separatethread</artifactId>
@@ -32,20 +32,20 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node-api</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>
 
        <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node-impl</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/callback-two-composites/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/callback-two-composites/pom.xml?rev=1027394&r1=1027388&r2=1027394&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/callback-two-composites/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/callback-two-composites/pom.xml Tue Oct 26 07:46:08 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>itest-callback-two-composites</artifactId>
@@ -32,41 +32,41 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node-api</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node-impl</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-http</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-jetty</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
 

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/callback-two-nodes/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/callback-two-nodes/pom.xml?rev=1027394&r1=1027388&r2=1027394&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/callback-two-nodes/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/callback-two-nodes/pom.xml Tue Oct 26 07:46:08 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>itest-callback-two-nodes</artifactId>
@@ -32,48 +32,48 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node-api</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node-impl</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-http</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-jetty</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-domain-hazelcast</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         

Modified: tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/component-type/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/component-type/pom.xml?rev=1027394&r1=1027388&r2=1027394&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/component-type/pom.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0-Beta1/testing/itest/component-type/pom.xml Tue Oct 26 07:46:08 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-itest</artifactId>
-        <version>2.0-SNAPSHOT</version>
+        <version>2.0-Beta1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>itest-component-type</artifactId>
@@ -32,20 +32,20 @@
          <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node-api</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node-impl</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>2.0-SNAPSHOT</version>
+            <version>2.0-Beta1-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>
     </dependencies>