summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes')
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/binding-sca-hazelcast/pom.xml10
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/binding-sca-tribes/pom.xml16
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/helloworld-client/pom.xml6
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/helloworld-iface/pom.xml4
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/helloworld-service-a/pom.xml6
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/helloworld-service-and-client/pom.xml4
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/helloworld-service-b/pom.xml8
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/helloworld-service-c/pom.xml8
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/helloworld-service/pom.xml6
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/one-jvm-hazelcast-client/pom.xml8
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/one-jvm-hazelcast/pom.xml10
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/one-jvm-tribes/pom.xml14
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/one-jvm/pom.xml10
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/one-node-test/pom.xml8
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/three-nodes-three-vms-test/pom.xml20
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/three-nodes-three-vms-test/service-a-config.xml4
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-test/pom.xml12
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/client-config.xml4
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/client.xml2
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/pom.xml22
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/scaclient.xml2
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/server.xml2
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-test/client-config.xml4
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-test/pom.xml20
25 files changed, 106 insertions, 106 deletions
diff --git a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/binding-sca-hazelcast/pom.xml b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/binding-sca-hazelcast/pom.xml
index 4107ef2b41..6fc7191421 100644
--- a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/binding-sca-hazelcast/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/binding-sca-hazelcast/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-nodes</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-nodes-binding-sca-hazelcast</artifactId>
@@ -33,22 +33,22 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-base-runtime-pom</artifactId>
<type>pom</type>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-domain-hazelcast</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-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-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-jetty</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
diff --git a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/binding-sca-tribes/pom.xml b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/binding-sca-tribes/pom.xml
index 0cfb13dd46..293088df72 100644
--- a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/binding-sca-tribes/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/binding-sca-tribes/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-nodes-binding-sca-tribes</artifactId>
@@ -32,39 +32,39 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-client-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-endpoint-tribes</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-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-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-rmi-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-jetty</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
diff --git a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/helloworld-client/pom.xml b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/helloworld-client/pom.xml
index a74826b11b..9f4f1ec26e 100644
--- a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/helloworld-client/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/helloworld-client/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-nodes</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-nodes-helloworld-client</artifactId>
@@ -32,12 +32,12 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-nodes-helloworld-iface</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<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/testing/itest/nodes/helloworld-iface/pom.xml b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/helloworld-iface/pom.xml
index bd081db9b6..c005d7869f 100644
--- a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/helloworld-iface/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/helloworld-iface/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-nodes</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-nodes-helloworld-iface</artifactId>
@@ -32,7 +32,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/testing/itest/nodes/helloworld-service-a/pom.xml b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/helloworld-service-a/pom.xml
index e981d2dc4d..799ac87335 100644
--- a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/helloworld-service-a/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/helloworld-service-a/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-nodes-helloworld-service-a</artifactId>
@@ -32,12 +32,12 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-nodes-helloworld-iface</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<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/testing/itest/nodes/helloworld-service-and-client/pom.xml b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/helloworld-service-and-client/pom.xml
index edf7c25e8c..04f1943347 100644
--- a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/helloworld-service-and-client/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/helloworld-service-and-client/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-nodes</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-nodes-helloworld-service-and-client</artifactId>
@@ -32,7 +32,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/testing/itest/nodes/helloworld-service-b/pom.xml b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/helloworld-service-b/pom.xml
index 49fdb9b562..197dde75be 100644
--- a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/helloworld-service-b/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/helloworld-service-b/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-nodes-helloworld-service-b</artifactId>
@@ -32,18 +32,18 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-nodes-helloworld-iface</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<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>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
diff --git a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/helloworld-service-c/pom.xml b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/helloworld-service-c/pom.xml
index ef7068e0e8..942af10f64 100644
--- a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/helloworld-service-c/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/helloworld-service-c/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-nodes-helloworld-Serivce-c</artifactId>
@@ -32,18 +32,18 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-nodes-helloworld-iface</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<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>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
diff --git a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/helloworld-service/pom.xml b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/helloworld-service/pom.xml
index 4d74565f7b..473c5f7b24 100644
--- a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/helloworld-service/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/helloworld-service/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-nodes</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-nodes-helloworld-service</artifactId>
@@ -32,12 +32,12 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-nodes-helloworld-iface</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
diff --git a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/one-jvm-hazelcast-client/pom.xml b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/one-jvm-hazelcast-client/pom.xml
index e6c235406f..dc3d154f54 100644
--- a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/one-jvm-hazelcast-client/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/one-jvm-hazelcast-client/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-nodes</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-nodes-one-jvm-hazelcast-client</artifactId>
@@ -32,18 +32,18 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-nodes-helloworld-iface</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-base-runtime-pom</artifactId>
<type>pom</type>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-domain-hazelcast</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
diff --git a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/one-jvm-hazelcast/pom.xml b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/one-jvm-hazelcast/pom.xml
index b2dbc8bea1..06a0c2f3ef 100644
--- a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/one-jvm-hazelcast/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/one-jvm-hazelcast/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-nodes</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-nodes-one-jvm-hazelcast</artifactId>
@@ -32,23 +32,23 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-nodes-helloworld-service-and-client</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-nodes-helloworld-iface</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-base-runtime-pom</artifactId>
<type>pom</type>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-domain-hazelcast</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
diff --git a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/one-jvm-tribes/pom.xml b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/one-jvm-tribes/pom.xml
index f222b4ec6e..d4d91e26bd 100644
--- a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/one-jvm-tribes/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/one-jvm-tribes/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-nodes</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-nodes-one-jvm-tribes</artifactId>
@@ -32,32 +32,32 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-nodes-helloworld-iface</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-client-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-endpoint-tribes</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-rmi-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
diff --git a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/one-jvm/pom.xml b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/one-jvm/pom.xml
index 156d92b29d..5695b75ef2 100644
--- a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/one-jvm/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/one-jvm/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-nodes</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-nodes-one-jvm</artifactId>
@@ -32,22 +32,22 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-nodes-helloworld-iface</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-client-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
diff --git a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/one-node-test/pom.xml b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/one-node-test/pom.xml
index c4a98a8ca2..07666fecba 100644
--- a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/one-node-test/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/one-node-test/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-nodes</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-nodes-one-node-test</artifactId>
@@ -32,17 +32,17 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-nodes-helloworld-iface</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
diff --git a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/pom.xml b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/pom.xml
index 6a60de05da..5a2ba0556b 100644
--- a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
diff --git a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/three-nodes-three-vms-test/pom.xml b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/three-nodes-three-vms-test/pom.xml
index 2b4e9f5e51..27b108110b 100644
--- a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/three-nodes-three-vms-test/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/three-nodes-three-vms-test/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-nodes-three-nodes-three-vms-test</artifactId>
@@ -32,47 +32,47 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-domain-node</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-endpoint-tribes</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-nodes-helloworld-iface</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-launcher</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-client-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-sca-runtime-rmi</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-jetty</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/three-nodes-three-vms-test/service-a-config.xml b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/three-nodes-three-vms-test/service-a-config.xml
index 1f87322e80..9e0904fe24 100644
--- a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/three-nodes-three-vms-test/service-a-config.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/three-nodes-three-vms-test/service-a-config.xml
@@ -30,8 +30,8 @@
<binding name="sca:binding.ws" baseURIs="http://localhost:8082/ws https://localhost:8082/ws"/>
<!-- Configure a list of contributions -->
- <contribution uri="iface" location="../helloworld-iface/target/itest-nodes-helloworld-iface-2.0-SNAPSHOT.jar"/>
- <contribution uri="client" location="../helloworld-service-a/target/itest-nodes-helloworld-service-a-2.0-SNAPSHOT.jar">
+ <contribution uri="iface" location="../helloworld-iface/target/itest-nodes-helloworld-iface-2.0-Beta2-SNAPSHOT.jar"/>
+ <contribution uri="client" location="../helloworld-service-a/target/itest-nodes-helloworld-service-a-2.0-Beta2-SNAPSHOT.jar">
<!-- doesn't pick up the deployable composite properly without this?-->
<deploymentComposite location="service-a.composite"/>
</contribution>
diff --git a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-test/pom.xml b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-test/pom.xml
index 091f5cbb9e..f135b57a90 100644
--- a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-test/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-test/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-nodes-two-nodes-test</artifactId>
@@ -32,27 +32,27 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-nodes-helloworld-iface</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-client-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-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-Beta2-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/client-config.xml b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/client-config.xml
index a5e4a0b7c3..c5261163c9 100644
--- a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/client-config.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/client-config.xml
@@ -30,8 +30,8 @@
<binding name="sca:binding.ws" baseURIs="http://localhost:8082/ws https://localhost:8082/ws"/>
<!-- Configure a list of contributions -->
- <contribution uri="iface" location="../helloworld-iface/target/itest-nodes-helloworld-iface-2.0-SNAPSHOT.jar"/>
- <contribution uri="client" location="../helloworld-client/target/itest-nodes-helloworld-client-2.0-SNAPSHOT.jar">
+ <contribution uri="iface" location="../helloworld-iface/target/itest-nodes-helloworld-iface-2.0-Beta2-SNAPSHOT.jar"/>
+ <contribution uri="client" location="../helloworld-client/target/itest-nodes-helloworld-client-2.0-Beta2-SNAPSHOT.jar">
<!-- doesn't pick up the deployable composite properly without this?-->
<deploymentComposite location="helloworld-client.composite"/>
</contribution>
diff --git a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/client.xml b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/client.xml
index b7a0e63a48..3c71084a46 100644
--- a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/client.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/client.xml
@@ -30,7 +30,7 @@
<target name="run-cmdline">
- <java classpath="../../../distribution/all/target/apache-tuscany-sca-all-2.0-SNAPSHOT.dir/tuscany-sca-2.0-SNAPSHOT/features/tuscany-sca-manifest.jar:./target/test-classes:../helloworld-iface/target/classes"
+ <java classpath="../../../distribution/all/target/apache-tuscany-sca-all-2.0-Beta2-SNAPSHOT.dir/tuscany-sca-2.0-Beta2-SNAPSHOT/features/tuscany-sca-manifest.jar:./target/test-classes:../helloworld-iface/target/classes"
classname="itest.Client"
fork="true"
failonerror="true">
diff --git a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/pom.xml b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/pom.xml
index 50ca875f98..d7d0276d0b 100644
--- a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-nodes-two-nodes-two-vms-hazelcast</artifactId>
@@ -32,52 +32,52 @@
<!--dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-domain-node</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency-->
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-domain-hazelcast</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-nodes-helloworld-iface</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-launcher</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-client-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-sca-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-rmi-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-jetty</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/scaclient.xml b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/scaclient.xml
index b85d1a7915..0638c4349d 100644
--- a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/scaclient.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/scaclient.xml
@@ -29,7 +29,7 @@
</target>
<target name="run-cmdline">
- <java classpath="../../../distribution/all/target/apache-tuscany-sca-all-2.0-SNAPSHOT.dir/tuscany-sca-2.0-SNAPSHOT/features/tuscany-sca-manifest.jar:./target/test-classes:../helloworld-iface/target/classes"
+ <java classpath="../../../distribution/all/target/apache-tuscany-sca-all-2.0-Beta2-SNAPSHOT.dir/tuscany-sca-2.0-Beta2-SNAPSHOT/features/tuscany-sca-manifest.jar:./target/test-classes:../helloworld-iface/target/classes"
classname="itest.SCAClient"
fork="true"
failonerror="true">
diff --git a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/server.xml b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/server.xml
index 98474d2cf4..106b546fa9 100644
--- a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/server.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-hazelcast/server.xml
@@ -32,7 +32,7 @@
</target>
<target name="run-cmdline">
- <java classpath="../../../distribution/all/target/apache-tuscany-sca-all-2.0-SNAPSHOT.dir/tuscany-sca-2.0-SNAPSHOT/features/tuscany-sca-manifest.jar:./target/test-classes:../helloworld-iface/target/classes"
+ <java classpath="../../../distribution/all/target/apache-tuscany-sca-all-2.0-Beta2-SNAPSHOT.dir/tuscany-sca-2.0-Beta2-SNAPSHOT/features/tuscany-sca-manifest.jar:./target/test-classes:../helloworld-iface/target/classes"
classname="itest.Service"
fork="true"
failonerror="true">
diff --git a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-test/client-config.xml b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-test/client-config.xml
index 5afc1eddfa..708a099f8e 100644
--- a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-test/client-config.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-test/client-config.xml
@@ -30,8 +30,8 @@
<binding name="sca:binding.ws" baseURIs="http://localhost:8082/ws https://localhost:8082/ws"/>
<!-- Configure a list of contributions -->
- <contribution uri="iface" location="../helloworld-iface/target/itest-nodes-helloworld-iface-2.0-SNAPSHOT.jar"/>
- <contribution uri="client" location="../helloworld-client/target/itest-nodes-helloworld-client-2.0-SNAPSHOT.jar">
+ <contribution uri="iface" location="../helloworld-iface/target/itest-nodes-helloworld-iface-2.0-Beta2-SNAPSHOT.jar"/>
+ <contribution uri="client" location="../helloworld-client/target/itest-nodes-helloworld-client-2.0-Beta2-SNAPSHOT.jar">
<!-- doesn't pick up the deployable composite properly without this?-->
<deploymentComposite location="helloworld-client.composite"/>
</contribution>
diff --git a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-test/pom.xml b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-test/pom.xml
index 6380733e6d..fe3fc0b069 100644
--- a/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-test/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/testing/itest/nodes/two-nodes-two-vms-test/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-nodes-two-nodes-two-vms-test</artifactId>
@@ -32,47 +32,47 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-domain-node</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-endpoint-tribes</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-nodes-helloworld-iface</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-launcher</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-client-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-rmi-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-jetty</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
</dependencies>