summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/applications/store/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-02-04 14:39:05 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-02-04 14:39:05 +0000
commitbd541f2fa2a5f26c24ae9965e1f39211bab44b82 (patch)
treee9592ccd3fa1ea0cb69c59a7f564c301a48a6f01 /sca-java-2.x/trunk/samples/applications/store/pom.xml
parente08858d7cc2cd5cbc84a2198cc7587cd0387361e (diff)
Update all samples to use the top level samples as their parent. Whatever happens with the other sample discussion this hopefully gets them working from the bin distro without having to do a local build first
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067184 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples/applications/store/pom.xml')
-rw-r--r--sca-java-2.x/trunk/samples/applications/store/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/samples/applications/store/pom.xml b/sca-java-2.x/trunk/samples/applications/store/pom.xml
index 057df05a61..e3eadf8dc3 100644
--- a/sca-java-2.x/trunk/samples/applications/store/pom.xml
+++ b/sca-java-2.x/trunk/samples/applications/store/pom.xml
@@ -21,9 +21,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-samples-applications</artifactId>
+ <artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
+ <relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sample-store</artifactId>
<name>Apache Tuscany SCA Sample Getting Started Online Store</name>