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 2008/07/03 20:40:51 UTC

svn commit: r673757 - /tuscany/sandbox/sebastien/distribution/pom.xml

Author: jsdelfino
Date: Thu Jul  3 11:40:51 2008
New Revision: 673757

URL: http://svn.apache.org/viewvc?rev=673757&view=rev
Log:
Removed dependency on pom/parent/pom.xml.

Modified:
    tuscany/sandbox/sebastien/distribution/pom.xml

Modified: tuscany/sandbox/sebastien/distribution/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sandbox/sebastien/distribution/pom.xml?rev=673757&r1=673756&r2=673757&view=diff
==============================================================================
--- tuscany/sandbox/sebastien/distribution/pom.xml (original)
+++ tuscany/sandbox/sebastien/distribution/pom.xml Thu Jul  3 11:40:51 2008
@@ -20,10 +20,9 @@
 <project>
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.apache.tuscany</groupId>
-        <artifactId>parent</artifactId>
-        <version>3-SNAPSHOT</version>
-        <relativePath>../pom/parent/pom.xml</relativePath>
+        <groupId>org.apache.tuscany.sca</groupId>
+        <artifactId>tuscany-sca</artifactId>
+        <relativePath>../sca/pom.xml</relativePath>
     </parent>
     <groupId>org.apache.tuscany.sca</groupId>
     <artifactId>tuscany-modular-distribution</artifactId>