You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2006/05/13 02:22:58 UTC

svn commit: r405959 - /incubator/tuscany/java/testing/tomcat/helloworldws/pom.xml

Author: jsdelfino
Date: Fri May 12 17:22:57 2006
New Revision: 405959

URL: http://svn.apache.org/viewcvs?rev=405959&view=rev
Log:
Fixed out of date pom.xml to use the correct helloworldws sample

Modified:
    incubator/tuscany/java/testing/tomcat/helloworldws/pom.xml

Modified: incubator/tuscany/java/testing/tomcat/helloworldws/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/tuscany/java/testing/tomcat/helloworldws/pom.xml?rev=405959&r1=405958&r2=405959&view=diff
==============================================================================
--- incubator/tuscany/java/testing/tomcat/helloworldws/pom.xml (original)
+++ incubator/tuscany/java/testing/tomcat/helloworldws/pom.xml Fri May 12 17:22:57 2006
@@ -48,8 +48,8 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.tuscany.sca.samples</groupId>
-            <artifactId>helloworldwsclient</artifactId>
+            <groupId>org.apache.tuscany.samples.sca</groupId>
+            <artifactId>sample-helloworldwsclient</artifactId>
             <version>${pom.version}</version>
             <scope>provided</scope> 
         </dependency>