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 2007/07/03 20:46:27 UTC

svn commit: r552944 - in /incubator/tuscany/branches/sca-java-0.91/samples: feed-aggregator/pom.xml helloworld-ws-service/pom.xml

Author: lresende
Date: Tue Jul  3 11:46:26 2007
New Revision: 552944

URL: http://svn.apache.org/viewvc?view=rev&rev=552944
Log:
Fixing artifactid for samples as described in Tuscany-1407

Modified:
    incubator/tuscany/branches/sca-java-0.91/samples/feed-aggregator/pom.xml
    incubator/tuscany/branches/sca-java-0.91/samples/helloworld-ws-service/pom.xml

Modified: incubator/tuscany/branches/sca-java-0.91/samples/feed-aggregator/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-0.91/samples/feed-aggregator/pom.xml?view=diff&rev=552944&r1=552943&r2=552944
==============================================================================
--- incubator/tuscany/branches/sca-java-0.91/samples/feed-aggregator/pom.xml (original)
+++ incubator/tuscany/branches/sca-java-0.91/samples/feed-aggregator/pom.xml Tue Jul  3 11:46:26 2007
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
-        <artifactId>tuscany-samples</artifactId>
+        <artifactId>tuscany-sca</artifactId>
         <version>0.91-incubating-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>

Modified: incubator/tuscany/branches/sca-java-0.91/samples/helloworld-ws-service/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-0.91/samples/helloworld-ws-service/pom.xml?view=diff&rev=552944&r1=552943&r2=552944
==============================================================================
--- incubator/tuscany/branches/sca-java-0.91/samples/helloworld-ws-service/pom.xml (original)
+++ incubator/tuscany/branches/sca-java-0.91/samples/helloworld-ws-service/pom.xml Tue Jul  3 11:46:26 2007
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
-        <artifactId>tuscany-samples</artifactId>
+        <artifactId>tuscany-sca</artifactId>
         <version>0.91-incubating-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>



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