summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-07-28 08:52:16 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-07-28 08:52:16 +0000
commit560654146dfe71f2f5e1409868a3f316e2422494 (patch)
treeae7986f37602bec8b1b6ab349a7a8565c7ed965b /sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml
parente9fa361dbf3dbf34f8d9aa26f08374103c62c8de (diff)
Update all the getting-started samples to not use an explicit relative parent. I've tried this with both Maven v2 and v3 and there are no fatal build errors and it enables build the individual samples in issolation without a full tuscany checkout
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151769 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml
index 367ba62cf6..8098e1d4fd 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml
+++ b/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
+ <relativePath />
</parent>
<artifactId>helloworld</artifactId>
<version>2.0-SNAPSHOT</version>