You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2007/05/02 11:37:57 UTC

svn commit: r534367 - in /incubator/tuscany/java/sca/samples: helloworld-ws/pom.xml helloworld-wsclient/pom.xml

Author: antelder
Date: Wed May  2 02:37:56 2007
New Revision: 534367

URL: http://svn.apache.org/viewvc?view=rev&rev=534367
Log:
Change to use simple artifact name

Modified:
    incubator/tuscany/java/sca/samples/helloworld-ws/pom.xml
    incubator/tuscany/java/sca/samples/helloworld-wsclient/pom.xml

Modified: incubator/tuscany/java/sca/samples/helloworld-ws/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/helloworld-ws/pom.xml?view=diff&rev=534367&r1=534366&r2=534367
==============================================================================
--- incubator/tuscany/java/sca/samples/helloworld-ws/pom.xml (original)
+++ incubator/tuscany/java/sca/samples/helloworld-ws/pom.xml Wed May  2 02:37:56 2007
@@ -25,7 +25,7 @@
         <version>1.0-incubating-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
-    <artifactId>tuscany-sample-helloworld-ws</artifactId>
+    <artifactId>sample-helloworld-ws</artifactId>
     <name>Apache Tuscany HelloWorld Web Service Sample</name>
 
     <repositories>

Modified: incubator/tuscany/java/sca/samples/helloworld-wsclient/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/helloworld-wsclient/pom.xml?view=diff&rev=534367&r1=534366&r2=534367
==============================================================================
--- incubator/tuscany/java/sca/samples/helloworld-wsclient/pom.xml (original)
+++ incubator/tuscany/java/sca/samples/helloworld-wsclient/pom.xml Wed May  2 02:37:56 2007
@@ -58,7 +58,7 @@
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-sample-helloworld-ws</artifactId>
+            <artifactId>sample-helloworld-ws</artifactId>
             <version>1.0-incubating-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org