diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-04-18 08:32:27 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-04-18 08:32:27 +0000 |
commit | 26127fbe4513742a41612d5fa00a6f84f0fb565c (patch) | |
tree | 2d376b61a9e94b523c701deb973af59322cfcfa1 /sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient | |
parent | 84dfee258c65ba901a01da176f07eef1f61294bd (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/getting-started/helloworld-scaclient')
-rw-r--r-- | sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/pom.xml | 2 |
1 files changed, 1 insertions, 1 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> |