Repository: spark
Updated Branches:
  refs/heads/master 1cb2629f1 -> dcbd85b70


[SPARK-6731] [CORE] Addendum: Upgrade Apache commons-math3 to 3.4.1

(This finishes the job by removing the version overridden by Hadoop profiles.)

See discussion at 
https://github.com/apache/spark/pull/6994#issuecomment-119113167

Author: Sean Owen <so...@cloudera.com>

Closes #7261 from srowen/SPARK-6731.2 and squashes the following commits:

5a3f59e [Sean Owen] Finish updating Commons Math3 to 3.4.1 from 3.1.1


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

Branch: refs/heads/master
Commit: dcbd85b70f026fbc0b7e77fcc364513581007c8d
Parents: 1cb2629
Author: Sean Owen <so...@cloudera.com>
Authored: Tue Jul 7 08:09:56 2015 -0700
Committer: Xiangrui Meng <m...@databricks.com>
Committed: Tue Jul 7 08:09:56 2015 -0700

----------------------------------------------------------------------
 pom.xml | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/dcbd85b7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 27dd4f7..bece526 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1717,7 +1717,6 @@
       <properties>
         <hadoop.version>2.3.0</hadoop.version>
         <jets3t.version>0.9.3</jets3t.version>
-        <commons.math3.version>3.1.1</commons.math3.version>
       </properties>
     </profile>
 
@@ -1726,7 +1725,6 @@
       <properties>
         <hadoop.version>2.4.0</hadoop.version>
         <jets3t.version>0.9.3</jets3t.version>
-        <commons.math3.version>3.1.1</commons.math3.version>
       </properties>
     </profile>
 
@@ -1735,7 +1733,6 @@
       <properties>
         <hadoop.version>2.6.0</hadoop.version>
         <jets3t.version>0.9.3</jets3t.version>
-        <commons.math3.version>3.1.1</commons.math3.version>
         <zookeeper.version>3.4.6</zookeeper.version>
         <curator.version>2.6.0</curator.version>
       </properties>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to