summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/launcher-embedded-osgi-base/pom.xml
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/launcher-embedded-osgi-base/pom.xml
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 '')
-rw-r--r--sca-java-2.x/trunk/samples/launcher-embedded-osgi-base/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/samples/launcher-embedded-osgi-base/pom.xml b/sca-java-2.x/trunk/samples/launcher-embedded-osgi-base/pom.xml
index ec6671259e..aa0876b338 100644
--- a/sca-java-2.x/trunk/samples/launcher-embedded-osgi-base/pom.xml
+++ b/sca-java-2.x/trunk/samples/launcher-embedded-osgi-base/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-launcher-embedded-osgi-base</artifactId>
<name>Apache Tuscany SCA Sample Launcher Embedded OSGi using base jar</name>