You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2015/04/14 12:43:10 UTC

spark git commit: [SPARK-6731] Bump version of apache commons-math3

Repository: spark
Updated Branches:
  refs/heads/master 77eeb10fd -> 628a72f70


[SPARK-6731] Bump version of apache commons-math3

Version 3.1.1 is two years old and the newer version includes
approximate percentile statistics (among other things).

Author: Punyashloka Biswal <pu...@gmail.com>

Closes #5380 from punya/patch-1 and squashes the following commits:

226622b [Punyashloka Biswal] Bump version of apache commons-math3


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

Branch: refs/heads/master
Commit: 628a72f70ed06b8d7aee81cfb16070eb2c87b9cd
Parents: 77eeb10
Author: Punyashloka Biswal <pu...@gmail.com>
Authored: Tue Apr 14 11:43:06 2015 +0100
Committer: Sean Owen <so...@cloudera.com>
Committed: Tue Apr 14 11:43:06 2015 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/628a72f7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d8881c2..0b8d664 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,7 +147,7 @@
     <aws.java.sdk.version>1.8.3</aws.java.sdk.version>
     <aws.kinesis.client.version>1.1.0</aws.kinesis.client.version>
     <commons.httpclient.version>4.2.6</commons.httpclient.version>
-    <commons.math3.version>3.1.1</commons.math3.version>
+    <commons.math3.version>3.4.1</commons.math3.version>
     <test_classpath_file>${project.build.directory}/spark-test-classpath.txt</test_classpath_file>
     <scala.version>2.10.4</scala.version>
     <scala.binary.version>2.10</scala.binary.version>


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