summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/store
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-07-23 11:18:44 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-07-23 11:18:44 +0000
commitd051f5465d815443478deafac6e4247719365d21 (patch)
tree87e822990f6e4520f92bc71fd4787380dcceefac /sca-java-2.x/trunk/samples/store
parentbe95a112193aaf946afd2bff8596107d44d69bcb (diff)
Change all the samples to use samples\pom.xml as the parent instead of the sca parent so that they pick up the sample s=config (which is mainly the deploy plugin config which has skip=true so they don;t get deployed to the maven repo
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@967047 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples/store')
-rw-r--r--sca-java-2.x/trunk/samples/store/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/samples/store/pom.xml b/sca-java-2.x/trunk/samples/store/pom.xml
index fda567968c..6386a58525 100644
--- a/sca-java-2.x/trunk/samples/store/pom.xml
+++ b/sca-java-2.x/trunk/samples/store/pom.xml
@@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca</artifactId>
+ <artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>