summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-09-17 10:42:55 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-09-17 10:42:55 +0000
commitc6ecf14d8e9b19edd785059a410d0209cf7a857d (patch)
tree91617c85d522bb08cdc2cfc4092f31c4e707db40
parent943e00309c9fc724d691d982ab8a78418e3827da (diff)
Show
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998062 13f79535-47bb-0310-9956-ffa450edef68
-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>