You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2013/09/30 07:53:06 UTC

svn commit: r1527450 - /tuscany/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-withdeps/node.xml

Author: lresende
Date: Mon Sep 30 05:53:06 2013
New Revision: 1527450

URL: http://svn.apache.org/r1527450
Log:
Fix helloworld-withdeps contribution location

Modified:
    tuscany/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-withdeps/node.xml

Modified: tuscany/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-withdeps/node.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-withdeps/node.xml?rev=1527450&r1=1527449&r2=1527450&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-withdeps/node.xml (original)
+++ tuscany/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-withdeps/node.xml Mon Sep 30 05:53:06 2013
@@ -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