summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/itest/nodes
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2012-07-22 01:50:41 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2012-07-22 01:50:41 +0000
commit71f31490fcdbc04329c6b095cc410342adce6315 (patch)
tree5c7a9a5e6b72f6d4f433865dc80c773aaa1c75bf /sca-java-2.x/trunk/testing/itest/nodes
parentcb5b5c491475c0b273ca4dcfa4f6fdb65c0b2a7d (diff)
Moving trunk to 2.5-SNAPSHOT now that 2.0 is ready
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1364209 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/testing/itest/nodes')
-rw-r--r--sca-java-2.x/trunk/testing/itest/nodes/binding-sca-hazelcast/pom.xml10
-rw-r--r--sca-java-2.x/trunk/testing/itest/nodes/binding-sca-tribes/pom.xml16
-rw-r--r--sca-java-2.x/trunk/testing/itest/nodes/domain-node/pom.xml6
-rw-r--r--sca-java-2.x/trunk/testing/itest/nodes/helloworld-client/pom.xml6
-rw-r--r--sca-java-2.x/trunk/testing/itest/nodes/helloworld-iface/pom.xml4
-rw-r--r--sca-java-2.x/trunk/testing/itest/nodes/helloworld-service-a/pom.xml6
-rw-r--r--sca-java-2.x/trunk/testing/itest/nodes/helloworld-service-and-client/pom.xml4
-rw-r--r--sca-java-2.x/trunk/testing/itest/nodes/helloworld-service-b/pom.xml8
-rw-r--r--sca-java-2.x/trunk/testing/itest/nodes/helloworld-service-c/pom.xml8
-rw-r--r--sca-java-2.x/trunk/testing/itest/nodes/helloworld-service/pom.xml6
-rw-r--r--sca-java-2.x/trunk/testing/itest/nodes/one-jvm-hazelcast-client/pom.xml8
-rw-r--r--sca-java-2.x/trunk/testing/itest/nodes/one-jvm-hazelcast/pom.xml10
-rw-r--r--sca-java-2.x/trunk/testing/itest/nodes/one-jvm-tribes/pom.xml14
-rw-r--r--sca-java-2.x/trunk/testing/itest/nodes/one-jvm/pom.xml10
-rw-r--r--sca-java-2.x/trunk/testing/itest/nodes/one-node-test/pom.xml8
-rw-r--r--sca-java-2.x/trunk/testing/itest/nodes/pom.xml2
-rw-r--r--sca-java-2.x/trunk/testing/itest/nodes/remote-stop-start/pom.xml8
-rw-r--r--sca-java-2.x/trunk/testing/itest/nodes/three-nodes-three-vms-test/pom.xml20
-rw-r--r--sca-java-2.x/trunk/testing/itest/nodes/three-nodes-three-vms-test/service-a-config.xml4
-rw-r--r--sca-java-2.x/trunk/testing/itest/nodes/two-jvm-hazelcast/build.xml4
-rw-r--r--sca-java-2.x/trunk/testing/itest/nodes/two-jvm-hazelcast/pom.xml16
-rw-r--r--sca-java-2.x/trunk/testing/itest/nodes/two-nodes-test/pom.xml12
-rw-r--r--sca-java-2.x/trunk/testing/itest/nodes/two-nodes-two-vms-test/client-config.xml4
-rw-r--r--sca-java-2.x/trunk/testing/itest/nodes/two-nodes-two-vms-test/pom.xml20
-rw-r--r--sca-java-2.x/trunk/testing/itest/nodes/two-nodes-two-vms-test/src/test/java/itest/Client.java2
25 files changed, 108 insertions, 108 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/nodes/binding-sca-hazelcast/pom.xml b/sca-java-2.x/trunk/testing/itest/nodes/binding-sca-hazelcast/pom.xml
index 4107ef2b41..bfd08a66fb 100644
--- a/sca-java-2.x/trunk/testing/itest/nodes/binding-sca-hazelcast/pom.xml
+++ b/sca-java-2.x/trunk/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.5-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.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-domain-hazelcast</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-jetty</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
diff --git a/sca-java-2.x/trunk/testing/itest/nodes/binding-sca-tribes/pom.xml b/sca-java-2.x/trunk/testing/itest/nodes/binding-sca-tribes/pom.xml
index 0cfb13dd46..905f7cb65a 100644
--- a/sca-java-2.x/trunk/testing/itest/nodes/binding-sca-tribes/pom.xml
+++ b/sca-java-2.x/trunk/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.5-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.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-endpoint-tribes</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-rmi-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-jetty</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-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.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
diff --git a/sca-java-2.x/trunk/testing/itest/nodes/domain-node/pom.xml b/sca-java-2.x/trunk/testing/itest/nodes/domain-node/pom.xml
index fd1723a605..86e83c8d4f 100644
--- a/sca-java-2.x/trunk/testing/itest/nodes/domain-node/pom.xml
+++ b/sca-java-2.x/trunk/testing/itest/nodes/domain-node/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-nodes</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-node-domain-node</artifactId>
@@ -34,13 +34,13 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-base-runtime-pom</artifactId>
<type>pom</type>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-rmi-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
<!--
<dependency>
diff --git a/sca-java-2.x/trunk/testing/itest/nodes/helloworld-client/pom.xml b/sca-java-2.x/trunk/testing/itest/nodes/helloworld-client/pom.xml
index a74826b11b..e7d4904433 100644
--- a/sca-java-2.x/trunk/testing/itest/nodes/helloworld-client/pom.xml
+++ b/sca-java-2.x/trunk/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.5-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.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
diff --git a/sca-java-2.x/trunk/testing/itest/nodes/helloworld-iface/pom.xml b/sca-java-2.x/trunk/testing/itest/nodes/helloworld-iface/pom.xml
index bd081db9b6..18949a8fe5 100644
--- a/sca-java-2.x/trunk/testing/itest/nodes/helloworld-iface/pom.xml
+++ b/sca-java-2.x/trunk/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.5-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.5-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
diff --git a/sca-java-2.x/trunk/testing/itest/nodes/helloworld-service-a/pom.xml b/sca-java-2.x/trunk/testing/itest/nodes/helloworld-service-a/pom.xml
index e981d2dc4d..57318aed15 100644
--- a/sca-java-2.x/trunk/testing/itest/nodes/helloworld-service-a/pom.xml
+++ b/sca-java-2.x/trunk/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.5-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.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
diff --git a/sca-java-2.x/trunk/testing/itest/nodes/helloworld-service-and-client/pom.xml b/sca-java-2.x/trunk/testing/itest/nodes/helloworld-service-and-client/pom.xml
index edf7c25e8c..77b3c00e44 100644
--- a/sca-java-2.x/trunk/testing/itest/nodes/helloworld-service-and-client/pom.xml
+++ b/sca-java-2.x/trunk/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.5-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.5-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
diff --git a/sca-java-2.x/trunk/testing/itest/nodes/helloworld-service-b/pom.xml b/sca-java-2.x/trunk/testing/itest/nodes/helloworld-service-b/pom.xml
index 49fdb9b562..7ba0af83d7 100644
--- a/sca-java-2.x/trunk/testing/itest/nodes/helloworld-service-b/pom.xml
+++ b/sca-java-2.x/trunk/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.5-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.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-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.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
diff --git a/sca-java-2.x/trunk/testing/itest/nodes/helloworld-service-c/pom.xml b/sca-java-2.x/trunk/testing/itest/nodes/helloworld-service-c/pom.xml
index ef7068e0e8..1ffa39fbc5 100644
--- a/sca-java-2.x/trunk/testing/itest/nodes/helloworld-service-c/pom.xml
+++ b/sca-java-2.x/trunk/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.5-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.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-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.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
diff --git a/sca-java-2.x/trunk/testing/itest/nodes/helloworld-service/pom.xml b/sca-java-2.x/trunk/testing/itest/nodes/helloworld-service/pom.xml
index 4d74565f7b..f5f84cda7d 100644
--- a/sca-java-2.x/trunk/testing/itest/nodes/helloworld-service/pom.xml
+++ b/sca-java-2.x/trunk/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.5-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.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
diff --git a/sca-java-2.x/trunk/testing/itest/nodes/one-jvm-hazelcast-client/pom.xml b/sca-java-2.x/trunk/testing/itest/nodes/one-jvm-hazelcast-client/pom.xml
index e6c235406f..56dce783d8 100644
--- a/sca-java-2.x/trunk/testing/itest/nodes/one-jvm-hazelcast-client/pom.xml
+++ b/sca-java-2.x/trunk/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.5-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.5-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.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-domain-hazelcast</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
diff --git a/sca-java-2.x/trunk/testing/itest/nodes/one-jvm-hazelcast/pom.xml b/sca-java-2.x/trunk/testing/itest/nodes/one-jvm-hazelcast/pom.xml
index b2dbc8bea1..c45ea65d23 100644
--- a/sca-java-2.x/trunk/testing/itest/nodes/one-jvm-hazelcast/pom.xml
+++ b/sca-java-2.x/trunk/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.5-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.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-nodes-helloworld-iface</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-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.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-domain-hazelcast</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
diff --git a/sca-java-2.x/trunk/testing/itest/nodes/one-jvm-tribes/pom.xml b/sca-java-2.x/trunk/testing/itest/nodes/one-jvm-tribes/pom.xml
index f222b4ec6e..727e75e601 100644
--- a/sca-java-2.x/trunk/testing/itest/nodes/one-jvm-tribes/pom.xml
+++ b/sca-java-2.x/trunk/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.5-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.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-client-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-endpoint-tribes</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-rmi-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
diff --git a/sca-java-2.x/trunk/testing/itest/nodes/one-jvm/pom.xml b/sca-java-2.x/trunk/testing/itest/nodes/one-jvm/pom.xml
index 156d92b29d..af7af8f619 100644
--- a/sca-java-2.x/trunk/testing/itest/nodes/one-jvm/pom.xml
+++ b/sca-java-2.x/trunk/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.5-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.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-client-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
diff --git a/sca-java-2.x/trunk/testing/itest/nodes/one-node-test/pom.xml b/sca-java-2.x/trunk/testing/itest/nodes/one-node-test/pom.xml
index c4a98a8ca2..424197d335 100644
--- a/sca-java-2.x/trunk/testing/itest/nodes/one-node-test/pom.xml
+++ b/sca-java-2.x/trunk/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.5-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.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
diff --git a/sca-java-2.x/trunk/testing/itest/nodes/pom.xml b/sca-java-2.x/trunk/testing/itest/nodes/pom.xml
index 6b7729d618..6d03581190 100644
--- a/sca-java-2.x/trunk/testing/itest/nodes/pom.xml
+++ b/sca-java-2.x/trunk/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.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
diff --git a/sca-java-2.x/trunk/testing/itest/nodes/remote-stop-start/pom.xml b/sca-java-2.x/trunk/testing/itest/nodes/remote-stop-start/pom.xml
index 1bb177e012..35550a923f 100644
--- a/sca-java-2.x/trunk/testing/itest/nodes/remote-stop-start/pom.xml
+++ b/sca-java-2.x/trunk/testing/itest/nodes/remote-stop-start/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-nodes</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-remote-stop-start</artifactId>
@@ -32,12 +32,12 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-base-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-domain-hazelcast</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
</dependencies>
@@ -46,7 +46,7 @@
<plugin>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-maven-plugin</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
<configuration>
<domainURI>uri:StartStopTestCase?bind=127.0.0.1:9876</domainURI>
</configuration>
diff --git a/sca-java-2.x/trunk/testing/itest/nodes/three-nodes-three-vms-test/pom.xml b/sca-java-2.x/trunk/testing/itest/nodes/three-nodes-three-vms-test/pom.xml
index 2b4e9f5e51..47982070a8 100644
--- a/sca-java-2.x/trunk/testing/itest/nodes/three-nodes-three-vms-test/pom.xml
+++ b/sca-java-2.x/trunk/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.5-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.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-endpoint-tribes</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-nodes-helloworld-iface</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-launcher</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-client-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-sca-runtime-rmi</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-jetty</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/sca-java-2.x/trunk/testing/itest/nodes/three-nodes-three-vms-test/service-a-config.xml b/sca-java-2.x/trunk/testing/itest/nodes/three-nodes-three-vms-test/service-a-config.xml
index 1f87322e80..385d2e88db 100644
--- a/sca-java-2.x/trunk/testing/itest/nodes/three-nodes-three-vms-test/service-a-config.xml
+++ b/sca-java-2.x/trunk/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.5-SNAPSHOT.jar"/>
+ <contribution uri="client" location="../helloworld-service-a/target/itest-nodes-helloworld-service-a-2.5-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/trunk/testing/itest/nodes/two-jvm-hazelcast/build.xml b/sca-java-2.x/trunk/testing/itest/nodes/two-jvm-hazelcast/build.xml
index 684aa97ec8..0c95ee5560 100644
--- a/sca-java-2.x/trunk/testing/itest/nodes/two-jvm-hazelcast/build.xml
+++ b/sca-java-2.x/trunk/testing/itest/nodes/two-jvm-hazelcast/build.xml
@@ -22,7 +22,7 @@
<parallel failonany="true">
<!-- start a node that will be part of the domain -->
- <java classpath="../../../../distribution/all/target/apache-tuscany-sca-all-2.0-SNAPSHOT.dir/tuscany-sca-2.0-SNAPSHOT/features/tuscany-sca-manifest.jar:./target/classes"
+ <java classpath="../../../../distribution/all/target/apache-tuscany-sca-all-2.5-SNAPSHOT.dir/tuscany-sca-2.5-SNAPSHOT/features/tuscany-sca-manifest.jar:./target/classes"
classname="org.apache.tuscany.sca.impl.Tuscany"
fork="true"
failonerror="true">
@@ -35,7 +35,7 @@
<!-- give the first node a chance to start -->
<sleep seconds="5"/>
<!-- start a second node that automatically tries to call a service in the first node -->
- <java classpath="../../../../distribution/all/target/apache-tuscany-sca-all-2.0-SNAPSHOT.dir/tuscany-sca-2.0-SNAPSHOT/features/tuscany-sca-manifest.jar:./target/classes"
+ <java classpath="../../../../distribution/all/target/apache-tuscany-sca-all-2.5-SNAPSHOT.dir/tuscany-sca-2.5-SNAPSHOT/features/tuscany-sca-manifest.jar:./target/classes"
classname="org.apache.tuscany.sca.impl.Tuscany"
fork="true"
failonerror="true">
diff --git a/sca-java-2.x/trunk/testing/itest/nodes/two-jvm-hazelcast/pom.xml b/sca-java-2.x/trunk/testing/itest/nodes/two-jvm-hazelcast/pom.xml
index c34cb19736..ce22d36018 100644
--- a/sca-java-2.x/trunk/testing/itest/nodes/two-jvm-hazelcast/pom.xml
+++ b/sca-java-2.x/trunk/testing/itest/nodes/two-jvm-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.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-nodes-two-jvm-hazelcast</artifactId>
@@ -34,39 +34,39 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-base-runtime-pom</artifactId>
<type>pom</type>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-sca-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-jetty</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-domain-hazelcast</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
<!-- test artifacts -->
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-nodes-helloworld-iface</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/sca-java-2.x/trunk/testing/itest/nodes/two-nodes-test/pom.xml b/sca-java-2.x/trunk/testing/itest/nodes/two-nodes-test/pom.xml
index 091f5cbb9e..d477861d33 100644
--- a/sca-java-2.x/trunk/testing/itest/nodes/two-nodes-test/pom.xml
+++ b/sca-java-2.x/trunk/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.5-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.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-client-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/sca-java-2.x/trunk/testing/itest/nodes/two-nodes-two-vms-test/client-config.xml b/sca-java-2.x/trunk/testing/itest/nodes/two-nodes-two-vms-test/client-config.xml
index 5afc1eddfa..2147f8653f 100644
--- a/sca-java-2.x/trunk/testing/itest/nodes/two-nodes-two-vms-test/client-config.xml
+++ b/sca-java-2.x/trunk/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.5-SNAPSHOT.jar"/>
+ <contribution uri="client" location="../helloworld-client/target/itest-nodes-helloworld-client-2.5-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/trunk/testing/itest/nodes/two-nodes-two-vms-test/pom.xml b/sca-java-2.x/trunk/testing/itest/nodes/two-nodes-two-vms-test/pom.xml
index 6380733e6d..d9e565f15b 100644
--- a/sca-java-2.x/trunk/testing/itest/nodes/two-nodes-two-vms-test/pom.xml
+++ b/sca-java-2.x/trunk/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.5-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.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-endpoint-tribes</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-nodes-helloworld-iface</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-launcher</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-client-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-rmi-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-jetty</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/sca-java-2.x/trunk/testing/itest/nodes/two-nodes-two-vms-test/src/test/java/itest/Client.java b/sca-java-2.x/trunk/testing/itest/nodes/two-nodes-two-vms-test/src/test/java/itest/Client.java
index eef3362c10..7c66d5c839 100644
--- a/sca-java-2.x/trunk/testing/itest/nodes/two-nodes-two-vms-test/src/test/java/itest/Client.java
+++ b/sca-java-2.x/trunk/testing/itest/nodes/two-nodes-two-vms-test/src/test/java/itest/Client.java
@@ -47,7 +47,7 @@ public class Client {
throw ex;
}
-// clientNode = new DomainNode("tribes:default", new String []{"../helloworld-client/target/itest-nodes-helloworld-client-2.0-SNAPSHOT.jar"});
+// clientNode = new DomainNode("tribes:default", new String []{"../helloworld-client/target/itest-nodes-helloworld-client-2.5-SNAPSHOT.jar"});
}
@Test