summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-11-01 08:18:45 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-11-01 08:18:45 +0000
commit8c50011b79bd1a9676ae8418413b5d7f654a69ff (patch)
treec927d3a365d28e9efd3837a8900c2e5a69f3b36f
parentfb41a797bea399eec61fb377dde6b320d1d5d5f3 (diff)
Update some versions to 2.0-M4-snapshot
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831654 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-java-2.0-M4/distribution/all/pom.xml6
-rw-r--r--branches/sca-java-2.0-M4/itest/nodes/two-nodes-two-vms-test/client-config.xml4
-rw-r--r--branches/sca-java-2.0-M4/samples/build-common.xml4
-rw-r--r--branches/sca-java-2.0-M4/samples/implementation-java-calculator/build.xml2
4 files changed, 8 insertions, 8 deletions
diff --git a/branches/sca-java-2.0-M4/distribution/all/pom.xml b/branches/sca-java-2.0-M4/distribution/all/pom.xml
index 0fac3ebd4e..b6f63538ca 100644
--- a/branches/sca-java-2.0-M4/distribution/all/pom.xml
+++ b/branches/sca-java-2.0-M4/distribution/all/pom.xml
@@ -45,17 +45,17 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ejb-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-jms-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-web-client</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M4-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/branches/sca-java-2.0-M4/itest/nodes/two-nodes-two-vms-test/client-config.xml b/branches/sca-java-2.0-M4/itest/nodes/two-nodes-two-vms-test/client-config.xml
index 1bda0ee4b7..c2aa76ef37 100644
--- a/branches/sca-java-2.0-M4/itest/nodes/two-nodes-two-vms-test/client-config.xml
+++ b/branches/sca-java-2.0-M4/itest/nodes/two-nodes-two-vms-test/client-config.xml
@@ -29,8 +29,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-M4-SNAPSHOT.jar"/>
+ <contribution uri="client" location="../helloworld-client/target/itest-nodes-helloworld-client-2.0-M4-SNAPSHOT.jar">
<!-- doesn't pick up the deployable composite properly without this?-->
<deploymentComposite location="helloworld-client.composite"/>
</contribution>
diff --git a/branches/sca-java-2.0-M4/samples/build-common.xml b/branches/sca-java-2.0-M4/samples/build-common.xml
index 2354dd1ce4..daa3c67c8b 100644
--- a/branches/sca-java-2.0-M4/samples/build-common.xml
+++ b/branches/sca-java-2.0-M4/samples/build-common.xml
@@ -71,7 +71,7 @@
</target>
<target name="common-run-jse" depends="compile">
- <java jar="${distro.root}/modules/tuscany-node-launcher-2.0-SNAPSHOT.jar"
+ <java jar="${distro.root}/modules/tuscany-node-launcher-2.0-M4-SNAPSHOT.jar"
fork="true"
inputstring="q">
<jvmarg value="-Djava.util.logging.config.file=${sample.root}/../../logging.properties"/>
@@ -83,7 +83,7 @@
</target>
<target name="common-run-equinox" depends="compile">
- <java jar="${distro.root}/modules/tuscany-node-launcher-equinox-2.0-SNAPSHOT.jar"
+ <java jar="${distro.root}/modules/tuscany-node-launcher-equinox-2.0-M4-SNAPSHOT.jar"
fork="true"
inputstring="q">
<jvmarg value="-Djava.util.logging.config.file=${sample.root}/../../logging.properties"/>
diff --git a/branches/sca-java-2.0-M4/samples/implementation-java-calculator/build.xml b/branches/sca-java-2.0-M4/samples/implementation-java-calculator/build.xml
index b95847f600..1075a08401 100644
--- a/branches/sca-java-2.0-M4/samples/implementation-java-calculator/build.xml
+++ b/branches/sca-java-2.0-M4/samples/implementation-java-calculator/build.xml
@@ -36,7 +36,7 @@
target="1.5"
failonerror="true">
<classpath>
- <pathelement location="../../modules/tuscany-sca-api-2.0-SNAPSHOT.jar"/>
+ <pathelement location="../../modules/tuscany-sca-api-2.0-M4-SNAPSHOT.jar"/>
</classpath>
</javac>
<copy todir="target/classes">