summaryrefslogtreecommitdiffstats
path: root/sandbox/sebastien
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-07-03 18:40:51 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-07-03 18:40:51 +0000
commit31f79af720c765c533d24c10079d2ec7a72c67ae (patch)
tree6e04e3ffcacd9b7354195b24b1658d8af107f818 /sandbox/sebastien
parente2793a68c673c4bb3a41ce4ece5a5478e9ba4c3b (diff)
Removed dependency on pom/parent/pom.xml.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673757 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/sebastien')
-rw-r--r--sandbox/sebastien/distribution/pom.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/sandbox/sebastien/distribution/pom.xml b/sandbox/sebastien/distribution/pom.xml
index 1246c9a3dd..3344f9f2f6 100644
--- a/sandbox/sebastien/distribution/pom.xml
+++ b/sandbox/sebastien/distribution/pom.xml
@@ -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>