You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by dl...@apache.org on 2015/10/24 23:25:39 UTC

mahout git commit: MAHOUT-1774: Enable compilation with a 1.8 jdk Closes apache/mahout#159

Repository: mahout
Updated Branches:
  refs/heads/master 9d14053c8 -> edc0c69ac


MAHOUT-1774: Enable compilation with a 1.8 jdk
Closes apache/mahout#159

Squashed commit of the following:

commit ff9c6b7438f61443cbe164159550e95150fb214a
Author: Dmitriy Lyubimov <dl...@apache.org>
Date:   Sat Oct 24 14:16:15 2015 -0700

    Per comments

commit 5526f7211145e2143453e5e9a204c74053e28682
Author: Dmitriy Lyubimov <dl...@apache.org>
Date:   Tue Sep 29 12:36:48 2015 -0700

    Enable compilation with a 1.8 jdk


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

Branch: refs/heads/master
Commit: edc0c69ac5456c13d74ab1d5c656d6a3ee17f246
Parents: 9d14053
Author: Dmitriy Lyubimov <dl...@apache.org>
Authored: Sat Oct 24 14:18:59 2015 -0700
Committer: Dmitriy Lyubimov <dl...@apache.org>
Committed: Sat Oct 24 14:18:59 2015 -0700

----------------------------------------------------------------------
 buildtools/pom.xml | 2 +-
 pom.xml            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mahout/blob/edc0c69a/buildtools/pom.xml
----------------------------------------------------------------------
diff --git a/buildtools/pom.xml b/buildtools/pom.xml
index dc2df26..65c548e 100644
--- a/buildtools/pom.xml
+++ b/buildtools/pom.xml
@@ -57,7 +57,7 @@
             <configuration>
               <rules>
                 <requireJavaVersion>
-                  <version>[1.7, 1.8)</version>
+                  <version>[1.7,)</version>
                 </requireJavaVersion>
                   <requireMavenVersion>
                     <version>[3.3.3,)</version>

http://git-wip-us.apache.org/repos/asf/mahout/blob/edc0c69a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 38cd82c..1c3b376 100644
--- a/pom.xml
+++ b/pom.xml
@@ -659,7 +659,7 @@
             <configuration>
               <rules>
                 <requireJavaVersion>
-                  <version>[1.7, 1.8)</version>
+                  <version>[1.7,)</version>
                 </requireJavaVersion>
                   <requireMavenVersion>
                     <version>[3.3.3,)</version>