From 71f31490fcdbc04329c6b095cc410342adce6315 Mon Sep 17 00:00:00 2001 From: lresende Date: Sun, 22 Jul 2012 01:50:41 +0000 Subject: 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 --- .../trunk/samples/getting-started/helloworld-withdeps/node.xml | 2 +- .../trunk/samples/getting-started/helloworld-withdeps/pom.xml | 4 ++-- .../helloworld-withdeps/src/test/java/sample/HelloworldTestCase.java | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sca-java-2.x/trunk/samples/getting-started/helloworld-withdeps') diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-withdeps/node.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-withdeps/node.xml index 2af170d609..334f6ac7e5 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld-withdeps/node.xml +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-withdeps/node.xml @@ -22,6 +22,6 @@ xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1" domain="uri:default"> - + \ No newline at end of file diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-withdeps/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-withdeps/pom.xml index d347535dc3..4a444de6e9 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld-withdeps/pom.xml +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-withdeps/pom.xml @@ -24,11 +24,11 @@ org.apache.tuscany.sca.samples tuscany-samples - 2.0-SNAPSHOT + 2.5-SNAPSHOT helloworld-withdeps - 2.0-SNAPSHOT + 2.5-SNAPSHOT Apache Tuscany SCA Samples Helloworld With Dependencies diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-withdeps/src/test/java/sample/HelloworldTestCase.java b/sca-java-2.x/trunk/samples/getting-started/helloworld-withdeps/src/test/java/sample/HelloworldTestCase.java index 6770d288fd..23d960b29f 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld-withdeps/src/test/java/sample/HelloworldTestCase.java +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-withdeps/src/test/java/sample/HelloworldTestCase.java @@ -28,7 +28,7 @@ public class HelloworldTestCase { public void testSayHello() throws NoSuchServiceException { // // Run the SCA composite in a Tuscany runtime -// Node node = TuscanyRuntime.runComposite(null, "target/helloworld-withdeps-2.0-SNAPSHOT.zip"); +// Node node = TuscanyRuntime.runComposite(null, "target/helloworld-withdeps-2.5-SNAPSHOT.zip"); // try { // // // Get the Helloworld service proxy -- cgit v1.2.3