Repository: commons-math
Updated Branches:
  refs/heads/master 60bcdd450 -> 036a2cae2


Target Java 8.

To allow dependence on spin-off components that also target Java 8.


Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/036a2cae
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/036a2cae
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/036a2cae

Branch: refs/heads/master
Commit: 036a2cae2590299505763092ed3b6ec8432cb1a8
Parents: 60bcdd4
Author: Gilles <er...@apache.org>
Authored: Fri Feb 2 17:04:03 2018 +0100
Committer: Gilles <er...@apache.org>
Committed: Fri Feb 2 17:04:03 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/commons-math/blob/036a2cae/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 22a81ec..1b9b97f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -466,8 +466,8 @@
     <commons.jira.id>MATH</commons.jira.id>
     <commons.jira.pid>12310485</commons.jira.pid>
     <commons.encoding>UTF-8</commons.encoding>
-    <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>
     <math.pmd.version>3.8</math.pmd.version>
     <math.findbugs.version>3.0.4</math.findbugs.version>
     <math.checkstyle.version>2.17</math.checkstyle.version>

Reply via email to