Fix helloworld-withdeps contribution location

git-svn-id: https://svn.apache.org/repos/asf/tuscany/sca-java-2.x/branches/2.0@1527450 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/samples/getting-started/helloworld-withdeps/node.xml b/samples/getting-started/helloworld-withdeps/node.xml
index 2af170d..ba96691 100644
--- a/samples/getting-started/helloworld-withdeps/node.xml
+++ b/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.0.1-SNAPSHOT.zip" startDeployables="true" />

 

 </node>
\ No newline at end of file