summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/2.0-Beta2/distribution
diff options
context:
space:
mode:
authorfmoga <fmoga@13f79535-47bb-0310-9956-ffa450edef68>2011-02-10 08:57:45 +0000
committerfmoga <fmoga@13f79535-47bb-0310-9956-ffa450edef68>2011-02-10 08:57:45 +0000
commitc244e583e1abc3c7577c38e3487790db12e70fd1 (patch)
tree52d05af2a70b3acc08e104db8fda4f6c4a13eaba /sca-java-2.x/branches/2.0-Beta2/distribution
parentc2a040fbfe9a4392b393fd80ce1a7c3193b79820 (diff)
Changed version to 2.0-Beta2-SNAPSHOT.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1069291 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/branches/2.0-Beta2/distribution')
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/distribution/aggregations/base-runtime-aggregation/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/distribution/aggregations/base-runtime-nodep/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/distribution/aggregations/binding-rmi-runtime-aggregation/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/distribution/aggregations/binding-ws-runtime-axis2-aggregation/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/distribution/all/pom.xml54
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/distribution/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/download-tomcat/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/helloworld-client-webapp/pom.xml4
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/helloworld-reference-contribution/pom.xml4
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/helloworld-scaclient-jsp/pom.xml4
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/helloworld-scaclient-servlet/pom.xml4
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/helloworld-service-contribution/pom.xml4
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/legal-checks/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/tomcat-hook/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/tomcat-servlet/pom.xml6
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/tomcat-war/pom.xml8
18 files changed, 54 insertions, 54 deletions
diff --git a/sca-java-2.x/branches/2.0-Beta2/distribution/aggregations/base-runtime-aggregation/pom.xml b/sca-java-2.x/branches/2.0-Beta2/distribution/aggregations/base-runtime-aggregation/pom.xml
index b23cdfa565..92e292ddd3 100644
--- a/sca-java-2.x/branches/2.0-Beta2/distribution/aggregations/base-runtime-aggregation/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/distribution/aggregations/base-runtime-aggregation/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/sca-java-2.x/branches/2.0-Beta2/distribution/aggregations/base-runtime-nodep/pom.xml b/sca-java-2.x/branches/2.0-Beta2/distribution/aggregations/base-runtime-nodep/pom.xml
index 6e896e93f5..e46765a4a2 100644
--- a/sca-java-2.x/branches/2.0-Beta2/distribution/aggregations/base-runtime-nodep/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/distribution/aggregations/base-runtime-nodep/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/sca-java-2.x/branches/2.0-Beta2/distribution/aggregations/binding-rmi-runtime-aggregation/pom.xml b/sca-java-2.x/branches/2.0-Beta2/distribution/aggregations/binding-rmi-runtime-aggregation/pom.xml
index 9c93d600ac..6853fbd9f3 100644
--- a/sca-java-2.x/branches/2.0-Beta2/distribution/aggregations/binding-rmi-runtime-aggregation/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/distribution/aggregations/binding-rmi-runtime-aggregation/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/sca-java-2.x/branches/2.0-Beta2/distribution/aggregations/binding-ws-runtime-axis2-aggregation/pom.xml b/sca-java-2.x/branches/2.0-Beta2/distribution/aggregations/binding-ws-runtime-axis2-aggregation/pom.xml
index 2e6effbf4d..f3d55f8ec0 100644
--- a/sca-java-2.x/branches/2.0-Beta2/distribution/aggregations/binding-ws-runtime-axis2-aggregation/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/distribution/aggregations/binding-ws-runtime-axis2-aggregation/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/sca-java-2.x/branches/2.0-Beta2/distribution/all/pom.xml b/sca-java-2.x/branches/2.0-Beta2/distribution/all/pom.xml
index 7b23674c39..f564a08b53 100644
--- a/sca-java-2.x/branches/2.0-Beta2/distribution/all/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/distribution/all/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -68,7 +68,7 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-feature-all</artifactId>
<type>pom</type>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<!-- aggregation jars for lib directory -->
@@ -76,19 +76,19 @@
<dependency>
<groupId>org.apache.tuscany.sca.aggregation</groupId>
<artifactId>tuscany-base-runtime-aggregation</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca.aggregation</groupId>
<artifactId>tuscany-binding-rmi-runtime-aggregation</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca.aggregation</groupId>
<artifactId>tuscany-binding-ws-runtime-axis2-aggregation</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
</dependencies>
@@ -288,116 +288,116 @@
<feature>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-base-runtime-pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</feature>
</features>
<extensions>
<extension>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-atom-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</extension>
<extension>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-commet-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</extension>
<extension>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-corba-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</extension>
<extension>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ejb-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</extension>
<extension>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-hazelcase-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</extension>
<extension>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-jms-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</extension>
<extension>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-jsonp-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</extension>
<extension>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-jsonrpc-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</extension>
<extension>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-rest-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</extension>
<extension>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-rmi-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</extension>
<extension>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-rss-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</extension>
<extension>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</extension>
<extension>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-bpel-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</extension>
<extension>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-jaxes-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</extension>
<extension>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-osgi-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</extension>
<extension>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-python-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</extension>
<extension>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-script-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</extension>
<extension>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-spring-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</extension>
<extension>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-web-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</extension>
<extension>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-widget-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</extension>
<extension>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-jetty</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</extension>
</extensions>
<artifactManifests>
diff --git a/sca-java-2.x/branches/2.0-Beta2/distribution/pom.xml b/sca-java-2.x/branches/2.0-Beta2/distribution/pom.xml
index 151292b5d0..7d2cd9281d 100644
--- a/sca-java-2.x/branches/2.0-Beta2/distribution/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/distribution/pom.xml
@@ -23,7 +23,7 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution</artifactId>
diff --git a/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/pom.xml b/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/pom.xml
index 8a05b0372e..bde8f0cc6f 100644
--- a/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/pom.xml
@@ -23,7 +23,7 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
<relativePath>../../pom.xml</relativePath>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-tomcat</artifactId>
diff --git a/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/download-tomcat/pom.xml b/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/download-tomcat/pom.xml
index 68bb686ae3..981f0875bf 100644
--- a/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/download-tomcat/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/download-tomcat/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-tomcat-testing</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/helloworld-client-webapp/pom.xml b/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/helloworld-client-webapp/pom.xml
index 3aa5aa3809..cb4f831e5c 100644
--- a/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/helloworld-client-webapp/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/helloworld-client-webapp/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-tomcat-testing</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
diff --git a/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/helloworld-reference-contribution/pom.xml b/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/helloworld-reference-contribution/pom.xml
index 9497949fb5..559a6875e4 100644
--- a/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/helloworld-reference-contribution/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/helloworld-reference-contribution/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-tomcat-testing</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -33,7 +33,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
diff --git a/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/helloworld-scaclient-jsp/pom.xml b/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/helloworld-scaclient-jsp/pom.xml
index 704ee91174..32d6b451f5 100644
--- a/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/helloworld-scaclient-jsp/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/helloworld-scaclient-jsp/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-tomcat-testing</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
diff --git a/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/helloworld-scaclient-servlet/pom.xml b/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/helloworld-scaclient-servlet/pom.xml
index 67de9b020e..392b7b219c 100644
--- a/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/helloworld-scaclient-servlet/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/helloworld-scaclient-servlet/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-tomcat-testing</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
diff --git a/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/helloworld-service-contribution/pom.xml b/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/helloworld-service-contribution/pom.xml
index e37b2021cb..da52711654 100644
--- a/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/helloworld-service-contribution/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/helloworld-service-contribution/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-tomcat-testing</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -33,7 +33,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
diff --git a/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/legal-checks/pom.xml b/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/legal-checks/pom.xml
index 96209a1b57..0220e99e6e 100644
--- a/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/legal-checks/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/legal-checks/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-tomcat-testing</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>war-legal-checks</artifactId>
diff --git a/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/pom.xml b/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/pom.xml
index d77f0e8b3c..5192ba00e0 100644
--- a/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/pom.xml
@@ -23,7 +23,7 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-tomcat</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-tomcat-testing</artifactId>
diff --git a/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/tomcat-hook/pom.xml b/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/tomcat-hook/pom.xml
index 592a3848c3..f28c47befb 100644
--- a/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/tomcat-hook/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/tomcat-hook/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-tomcat</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/tomcat-servlet/pom.xml b/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/tomcat-servlet/pom.xml
index 560703da0c..09e496cbc0 100644
--- a/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/tomcat-servlet/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/tomcat-servlet/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-tomcat</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -34,14 +34,14 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-tomcat-hook</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
diff --git a/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/tomcat-war/pom.xml b/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/tomcat-war/pom.xml
index 3f37559e87..6688d8bdad 100644
--- a/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/tomcat-war/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/tomcat-war/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-tomcat</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -39,17 +39,17 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-tomcat-servlet</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-tomcat-hook</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-base-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
</dependencies>