summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-09-17 10:44:27 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-09-17 10:44:27 +0000
commit4456105a464543d806704bad2f15bec7b7ddf7d4 (patch)
tree163ced6312b905e4696479859ba18f6e8d8c70b8
parentc6ecf14d8e9b19edd785059a410d0209cf7a857d (diff)
Put back to use the samples parent pom.xml
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998063 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld/pom.xml18
1 files changed, 8 insertions, 10 deletions
diff --git a/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld/pom.xml b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld/pom.xml
index 3a8d4d5ab6..e510599a58 100644
--- a/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld/pom.xml
+++ b/sca-java-2.x/trunk/samples/getting-started/contributions/helloworld/pom.xml
@@ -19,10 +19,16 @@
-->
<project>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.tuscany.sca.samples</groupId>
+ <parent>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-samples</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
+ <packaging>jar</packaging>
<artifactId>sample-helloworld</artifactId>
<name>Apache Tuscany SCA Sample Helloworld</name>
- <version>2.0-SNAPSHOT</version>
<dependencies>
<dependency>
@@ -42,14 +48,6 @@
<build>
<finalName>${artifactId}</finalName>
<plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.6</source>
- <target>1.6</target>
- </configuration>
- </plugin>
<plugin>
<groupId>org.apache.tuscany.maven.plugins</groupId>
<artifactId>maven-tuscany-plugin</artifactId>