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 2016/02/01 10:22:27 UTC

incubator-taverna-maven-parent git commit: Use Java 1.8

Repository: incubator-taverna-maven-parent
Updated Branches:
  refs/heads/master 598390bb2 -> 60e46c6f9


Use Java 1.8

Fixes TAVERNA-869


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/60e46c6f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/tree/60e46c6f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/diff/60e46c6f

Branch: refs/heads/master
Commit: 60e46c6f9d6ff07feab9b126aaca58a2bdbc0d11
Parents: 598390b
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Mon Feb 1 09:21:02 2016 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon Feb 1 09:21:02 2016 +0000

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/blob/60e46c6f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c3de3c5..cf23f96 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,8 +90,8 @@
 
   <properties>
     <!-- override java version from Apache parent -->
-    <maven.compiler.source>1.7</maven.compiler.source>
-    <maven.compiler.target>1.7</maven.compiler.target>
+    <maven.compiler.source>1.8</maven.compiler.source>
+    <maven.compiler.target>1.8</maven.compiler.target>
 
     <!--
     Versions of dependencies that are used across