summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-04-18 08:32:27 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-04-18 08:32:27 +0000
commit26127fbe4513742a41612d5fa00a6f84f0fb565c (patch)
tree2d376b61a9e94b523c701deb973af59322cfcfa1 /sca-java-2.x/trunk/samples
parent84dfee258c65ba901a01da176f07eef1f61294bd (diff)
Update parent. The parent doesn't seem to work as documented on the Maven site and so far i can't find any way that works with the parent hierachy being different from the directory heirachy, so add this relative parent for now while i investigate further
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094353 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples')
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/pom.xml2
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml2
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml3
3 files changed, 3 insertions, 4 deletions
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/pom.xml
index 2a7a452777..e4e42058dc 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/pom.xml
+++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath/>
+ <relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>helloworld-scaclient</artifactId>
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml
index a804b3f0a3..4861185b50 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml
+++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath/>
+ <relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>helloworld-webapp</artifactId>
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 030f6c85f5..7b80c1d72f 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,9 +25,8 @@
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath/>
+ <relativePath>../../pom.xml</relativePath>
</parent>
-
<artifactId>helloworld</artifactId>
<version>2.0-SNAPSHOT</version>