summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/unreleased
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-02-14 10:10:39 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-02-14 10:10:39 +0000
commit45a687145ddd0a19edb7cb94e482c457aefde836 (patch)
tree46f04486c30bae85356d9b9f667b7e6dd8f3666e /sca-java-2.x/trunk/unreleased
parent7855973ff1874051521275199019abb688993c61 (diff)
Update helloworld sample to use top level sam[ple pom.xml as parent
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1070427 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/unreleased')
-rw-r--r--sca-java-2.x/trunk/unreleased/samples/helloworld-contribution/pom.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/unreleased/samples/helloworld-contribution/pom.xml b/sca-java-2.x/trunk/unreleased/samples/helloworld-contribution/pom.xml
index 5ecc7a8831..b86636816f 100644
--- a/sca-java-2.x/trunk/unreleased/samples/helloworld-contribution/pom.xml
+++ b/sca-java-2.x/trunk/unreleased/samples/helloworld-contribution/pom.xml
@@ -21,12 +21,19 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache.tuscany.sca.samples</groupId>
+ <artifactId>tuscany-samples</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>helloworld-contribution</artifactId>
<version>2.0-SNAPSHOT</version>
<packaging>jar</packaging>
- <name>helloworld-contribution</name>
+ <name>Tuscany Sample Helloworld Contribution</name>
<properties>
<tuscany.version>2.0-SNAPSHOT</tuscany.version>
@@ -83,4 +90,4 @@
</build>
-</project>
+</project> \ No newline at end of file