diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-07-23 11:18:44 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-07-23 11:18:44 +0000 |
commit | d051f5465d815443478deafac6e4247719365d21 (patch) | |
tree | 87e822990f6e4520f92bc71fd4787380dcceefac /sca-java-2.x/trunk/samples/helloworld-ws-sdo | |
parent | be95a112193aaf946afd2bff8596107d44d69bcb (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/helloworld-ws-sdo')
-rw-r--r-- | sca-java-2.x/trunk/samples/helloworld-ws-sdo/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/samples/helloworld-ws-sdo/pom.xml b/sca-java-2.x/trunk/samples/helloworld-ws-sdo/pom.xml index 5b389b8b0c..c5bf5ff186 100644 --- a/sca-java-2.x/trunk/samples/helloworld-ws-sdo/pom.xml +++ b/sca-java-2.x/trunk/samples/helloworld-ws-sdo/pom.xml @@ -21,9 +21,9 @@ <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> + <relativePath>../pom.xml</relativePath> </parent> <artifactId>sample-helloworld-ws-sdo</artifactId> <name>Apache Tuscany SCA Sample HelloWorld Web Service SDO</name> |