diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2013-09-30 05:53:06 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2013-09-30 05:53:06 +0000 |
commit | a8d82fdea742d824edec86f5e92a7ba648a52d76 (patch) | |
tree | 44f97712d01323217f615b1aa015e650b42eb956 /sca-java-2.x/branches | |
parent | 37edc27982dd9e1ed3cc55d0cb315fc53195e05e (diff) |
Fix helloworld-withdeps contribution location
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1527450 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/branches/2.0/samples/getting-started/helloworld-withdeps/node.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-withdeps/node.xml b/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-withdeps/node.xml index 2af170d609..ba96691cad 100644 --- a/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-withdeps/node.xml +++ b/sca-java-2.x/branches/2.0/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 |