summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>