Repository: commons-math
Updated Branches:
  refs/heads/master 76d5be34f -> dc9fcd414


Update minimum JDK to at least Java 7.


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

Branch: refs/heads/master
Commit: c765796382975353e5aa5f0fa69923685681cf96
Parents: 76d5be3
Author: Thomas Neidhart <thomas.neidh...@gmail.com>
Authored: Mon Feb 23 22:01:49 2015 +0100
Committer: Thomas Neidhart <thomas.neidh...@gmail.com>
Committed: Mon Feb 23 22:01:49 2015 +0100

----------------------------------------------------------------------
 pom.xml               | 4 ++--
 src/userguide/pom.xml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/c7657963/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 81c1295..f9712b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -379,8 +379,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.5</maven.compiler.source>
-    <maven.compiler.target>1.5</maven.compiler.target>
+    <maven.compiler.source>1.7</maven.compiler.source>
+    <maven.compiler.target>1.7</maven.compiler.target>
     <math.pmd.version>2.7.1</math.pmd.version>
     <math.findbugs.version>2.5.1</math.findbugs.version>
     <math.checkstyle.version>2.9.1</math.checkstyle.version>

http://git-wip-us.apache.org/repos/asf/commons-math/blob/c7657963/src/userguide/pom.xml
----------------------------------------------------------------------
diff --git a/src/userguide/pom.xml b/src/userguide/pom.xml
index 629d17f..2a52445 100644
--- a/src/userguide/pom.xml
+++ b/src/userguide/pom.xml
@@ -39,8 +39,8 @@
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-    <maven.compiler.source>1.5</maven.compiler.source>
-    <maven.compiler.target>1.5</maven.compiler.target>
+    <maven.compiler.source>1.7</maven.compiler.source>
+    <maven.compiler.target>1.7</maven.compiler.target>
   </properties> 
 
   <build>

Reply via email to