From be0a1462c44aff76c2e62796c94fe2532f4aa45e Mon Sep 17 00:00:00 2001 From: lresende Date: Thu, 26 Sep 2013 21:53:40 +0000 Subject: Set artifact version to 2.0.1-SNAPSHOT git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1526720 13f79535-47bb-0310-9956-ffa450edef68 --- .../itest/nodes/binding-sca-hazelcast/pom.xml | 10 +++++----- .../testing/itest/nodes/binding-sca-tribes/pom.xml | 16 ++++++++-------- .../2.0/testing/itest/nodes/domain-node/pom.xml | 6 +++--- .../testing/itest/nodes/helloworld-client/pom.xml | 6 +++--- .../2.0/testing/itest/nodes/helloworld-iface/pom.xml | 4 ++-- .../testing/itest/nodes/helloworld-service-a/pom.xml | 6 +++--- .../nodes/helloworld-service-and-client/pom.xml | 4 ++-- .../testing/itest/nodes/helloworld-service-b/pom.xml | 8 ++++---- .../testing/itest/nodes/helloworld-service-c/pom.xml | 8 ++++---- .../testing/itest/nodes/helloworld-service/pom.xml | 6 +++--- .../itest/nodes/one-jvm-hazelcast-client/pom.xml | 8 ++++---- .../testing/itest/nodes/one-jvm-hazelcast/pom.xml | 10 +++++----- .../2.0/testing/itest/nodes/one-jvm-tribes/pom.xml | 14 +++++++------- .../branches/2.0/testing/itest/nodes/one-jvm/pom.xml | 10 +++++----- .../2.0/testing/itest/nodes/one-node-test/pom.xml | 8 ++++---- .../branches/2.0/testing/itest/nodes/pom.xml | 2 +- .../testing/itest/nodes/remote-stop-start/pom.xml | 8 ++++---- .../itest/nodes/three-nodes-three-vms-test/pom.xml | 20 ++++++++++---------- .../testing/itest/nodes/two-jvm-hazelcast/pom.xml | 16 ++++++++-------- .../2.0/testing/itest/nodes/two-nodes-test/pom.xml | 12 ++++++------ .../itest/nodes/two-nodes-two-vms-test/pom.xml | 20 ++++++++++---------- 21 files changed, 101 insertions(+), 101 deletions(-) (limited to 'sca-java-2.x/branches/2.0/testing/itest/nodes') diff --git a/sca-java-2.x/branches/2.0/testing/itest/nodes/binding-sca-hazelcast/pom.xml b/sca-java-2.x/branches/2.0/testing/itest/nodes/binding-sca-hazelcast/pom.xml index 90ee8b3bc6..92fdac4b87 100644 --- a/sca-java-2.x/branches/2.0/testing/itest/nodes/binding-sca-hazelcast/pom.xml +++ b/sca-java-2.x/branches/2.0/testing/itest/nodes/binding-sca-hazelcast/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca itest-nodes - 2.0 + 2.0.1-SNAPSHOT ../pom.xml itest-nodes-binding-sca-hazelcast @@ -33,22 +33,22 @@ org.apache.tuscany.sca tuscany-base-runtime-pom pom - 2.0 + 2.0.1-SNAPSHOT org.apache.tuscany.sca tuscany-domain-hazelcast - 2.0 + 2.0.1-SNAPSHOT org.apache.tuscany.sca tuscany-binding-ws-runtime-axis2 - 2.0 + 2.0.1-SNAPSHOT org.apache.tuscany.sca tuscany-host-jetty - 2.0 + 2.0.1-SNAPSHOT runtime diff --git a/sca-java-2.x/branches/2.0/testing/itest/nodes/binding-sca-tribes/pom.xml b/sca-java-2.x/branches/2.0/testing/itest/nodes/binding-sca-tribes/pom.xml index 46721f6f82..39655acbcb 100644 --- a/sca-java-2.x/branches/2.0/testing/itest/nodes/binding-sca-tribes/pom.xml +++ b/sca-java-2.x/branches/2.0/testing/itest/nodes/binding-sca-tribes/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 2.0 + 2.0.1-SNAPSHOT ../pom.xml itest-nodes-binding-sca-tribes @@ -32,39 +32,39 @@ org.apache.tuscany.sca tuscany-sca-client-impl - 2.0 + 2.0.1-SNAPSHOT org.apache.tuscany.sca tuscany-endpoint-tribes - 2.0 + 2.0.1-SNAPSHOT org.apache.tuscany.sca tuscany-binding-ws-runtime-axis2 - 2.0 + 2.0.1-SNAPSHOT org.apache.tuscany.sca tuscany-binding-rmi-runtime - 2.0 + 2.0.1-SNAPSHOT org.apache.tuscany.sca tuscany-host-jetty - 2.0 + 2.0.1-SNAPSHOT runtime org.apache.tuscany.sca tuscany-node-impl - 2.0 + 2.0.1-SNAPSHOT org.apache.tuscany.sca tuscany-implementation-java-runtime - 2.0 + 2.0.1-SNAPSHOT diff --git a/sca-java-2.x/branches/2.0/testing/itest/nodes/domain-node/pom.xml b/sca-java-2.x/branches/2.0/testing/itest/nodes/domain-node/pom.xml index 129c79f53e..a845da864c 100644 --- a/sca-java-2.x/branches/2.0/testing/itest/nodes/domain-node/pom.xml +++ b/sca-java-2.x/branches/2.0/testing/itest/nodes/domain-node/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca itest-nodes - 2.0 + 2.0.1-SNAPSHOT ../pom.xml itest-node-domain-node @@ -34,13 +34,13 @@ org.apache.tuscany.sca tuscany-base-runtime-pom pom - 2.0 + 2.0.1-SNAPSHOT org.apache.tuscany.sca tuscany-binding-rmi-runtime - 2.0 + 2.0.1-SNAPSHOT org.apache.tuscany.sca itest-nodes-helloworld-iface - 2.0 + 2.0.1-SNAPSHOT diff --git a/sca-java-2.x/branches/2.0/testing/itest/nodes/two-nodes-test/pom.xml b/sca-java-2.x/branches/2.0/testing/itest/nodes/two-nodes-test/pom.xml index 68e6e8b437..ced30d6b07 100644 --- a/sca-java-2.x/branches/2.0/testing/itest/nodes/two-nodes-test/pom.xml +++ b/sca-java-2.x/branches/2.0/testing/itest/nodes/two-nodes-test/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 2.0 + 2.0.1-SNAPSHOT ../pom.xml itest-nodes-two-nodes-test @@ -32,27 +32,27 @@ org.apache.tuscany.sca itest-nodes-helloworld-iface - 2.0 + 2.0.1-SNAPSHOT org.apache.tuscany.sca tuscany-node-impl - 2.0 + 2.0.1-SNAPSHOT org.apache.tuscany.sca tuscany-sca-client-impl - 2.0 + 2.0.1-SNAPSHOT org.apache.tuscany.sca tuscany-implementation-java-runtime - 2.0 + 2.0.1-SNAPSHOT org.apache.tuscany.sca tuscany-binding-ws-runtime-axis2 - 2.0 + 2.0.1-SNAPSHOT diff --git a/sca-java-2.x/branches/2.0/testing/itest/nodes/two-nodes-two-vms-test/pom.xml b/sca-java-2.x/branches/2.0/testing/itest/nodes/two-nodes-two-vms-test/pom.xml index ee07242a58..ca7e3bb300 100644 --- a/sca-java-2.x/branches/2.0/testing/itest/nodes/two-nodes-two-vms-test/pom.xml +++ b/sca-java-2.x/branches/2.0/testing/itest/nodes/two-nodes-two-vms-test/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-itest - 2.0 + 2.0.1-SNAPSHOT ../pom.xml itest-nodes-two-nodes-two-vms-test @@ -32,47 +32,47 @@ org.apache.tuscany.sca tuscany-domain-node - 2.0 + 2.0.1-SNAPSHOT org.apache.tuscany.sca tuscany-endpoint-tribes - 2.0 + 2.0.1-SNAPSHOT org.apache.tuscany.sca itest-nodes-helloworld-iface - 2.0 + 2.0.1-SNAPSHOT org.apache.tuscany.sca tuscany-node-impl - 2.0 + 2.0.1-SNAPSHOT org.apache.tuscany.sca tuscany-node-launcher - 2.0 + 2.0.1-SNAPSHOT org.apache.tuscany.sca tuscany-sca-client-impl - 2.0 + 2.0.1-SNAPSHOT org.apache.tuscany.sca tuscany-implementation-java-runtime - 2.0 + 2.0.1-SNAPSHOT org.apache.tuscany.sca tuscany-binding-rmi-runtime - 2.0 + 2.0.1-SNAPSHOT org.apache.tuscany.sca tuscany-host-jetty - 2.0 + 2.0.1-SNAPSHOT -- cgit v1.2.3