You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2017/09/19 22:06:37 UTC

[02/12] isis git commit: ISIS-1276: updates core to compile under JDK 1.8 only

ISIS-1276: updates core to compile under JDK 1.8 only


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/cff6f9b4
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/cff6f9b4
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/cff6f9b4

Branch: refs/heads/ISIS-1276-dn-5-1
Commit: cff6f9b4b2c0f8b772df72630a836e2d29902c43
Parents: 285c18e
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Mon Sep 18 22:16:56 2017 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Tue Sep 19 23:05:02 2017 +0100

----------------------------------------------------------------------
 core/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/cff6f9b4/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 1d451d1..c021904 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -57,8 +57,8 @@
         <testsToExclude>**/*IntegrationTest.java</testsToExclude>
 
         <!-- remaining properties should not need to be overridden -->
-        <compileSource>1.7</compileSource>
-        <compileTarget>1.7</compileTarget>
+        <compileSource>1.8</compileSource>
+        <compileTarget>1.8</compileTarget>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
         <dependency.locations.enabled>false</dependency.locations.enabled>
@@ -2081,7 +2081,7 @@ ${license.additional-notes}
                         <configuration>
                             <toolchains>
                                 <jdk>
-                                    <version>1.7</version>
+                                    <version>1.8</version>
                                     <vendor>oracle</vendor>
                                 </jdk>
                             </toolchains>