summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/getting-started/helloworld-withdeps
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld-withdeps/node.xml2
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld-withdeps/pom.xml4
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld-withdeps/src/test/java/sample/HelloworldTestCase.java2
3 files changed, 4 insertions, 4 deletions
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">
- <contribution location="target/helloworld-withdeps-2.0-SNAPSHOT.zip" startDeployables="true" />
+ <contribution location="target/helloworld-withdeps-2.5-SNAPSHOT.zip" startDeployables="true" />
</node> \ 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 @@
<parent>
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
<relativePath />
</parent>
<artifactId>helloworld-withdeps</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
<name>Apache Tuscany SCA Samples Helloworld With Dependencies</name>
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