Author: antelder
Date: Mon Feb 14 10:10:39 2011
New Revision: 1070427
URL: http://svn.apache.org/viewvc?rev=1070427&view=rev
Log:
Update helloworld sample to use top level sam[ple pom.xml as parent
Modified:
tuscany/sca-java-2.x/trunk/unreleased/samples/helloworld-contribution/pom.xml
Modified:
tuscany/sca-java-2.x/trunk/unreleased/samples/helloworld-contribution/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/unreleased/samples/helloworld-contribution/pom.xml?rev=1070427&r1=1070426&r2=1070427&view=diff
==============================================================================
---
tuscany/sca-java-2.x/trunk/unreleased/samples/helloworld-contribution/pom.xml
(original)
+++
tuscany/sca-java-2.x/trunk/unreleased/samples/helloworld-contribution/pom.xml
Mon Feb 14 10:10:39 2011
@@ -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