summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/contributions/helloworld/pom.xml18
1 files changed, 10 insertions, 8 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 e510599a58..3a8d4d5ab6 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,16 +19,10 @@
-->
<project>
<modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-samples</artifactId>
- <version>2.0-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
-
- <packaging>jar</packaging>
+ <groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>sample-helloworld</artifactId>
<name>Apache Tuscany SCA Sample Helloworld</name>
+ <version>2.0-SNAPSHOT</version>
<dependencies>
<dependency>
@@ -48,6 +42,14 @@
<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>