diff options
Diffstat (limited to '')
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"> |