You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2015/02/17 11:31:47 UTC

[33/50] incubator-taverna-maven-parent git commit: Java version 1.7

Java version 1.7


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/commit/85badfb7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/tree/85badfb7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/diff/85badfb7

Branch: refs/heads/master
Commit: 85badfb76dd812832a24621c53f966232206a1e1
Parents: ca0607e
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Fri Jan 9 12:09:38 2015 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Fri Jan 9 12:09:38 2015 +0000

----------------------------------------------------------------------
 pom.xml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/blob/85badfb7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 649b0ab..7783107 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,13 +67,6 @@
 
 
 	<properties>
-
-    <!-- Java version (picked up in Apache Parent pom -->
-
-    <maven.compiler.source>1.7</maven.compiler.source>
-    <maven.compiler.target>1.7</maven.compiler.target>
-
-
     <!-- Version of dependencies 
          Note that in some cases these versions refer to a 
          springsource repackaging for OSGi, e.g. 
@@ -225,7 +218,14 @@ upgraded - this leads to recursive spaghetti.
 					</execution>
 				</executions>
 			</plugin>
-
+    <plugin>
+      <groupId>org.apache.maven.plugins</groupId>
+      <artifactId>maven-compiler-plugin</artifactId>
+      <configuration>
+          <source>1.7</source>
+          <target>1.7</target>
+      </configuration>
+    </plugin>
 		<plugin>
 			<groupId>org.apache.maven.plugins</groupId>
 			<artifactId>maven-source-plugin</artifactId>