Repository: spark Updated Branches: refs/heads/branch-1.6 f7898f9e2 -> 40d11d049
Update branch-1.6 for 1.6.1 release Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/40d11d04 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/40d11d04 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/40d11d04 Branch: refs/heads/branch-1.6 Commit: 40d11d0492bcdf4aa442e527e69804e53b4135e9 Parents: f7898f9 Author: Michael Armbrust <[email protected]> Authored: Mon Feb 22 18:25:48 2016 -0800 Committer: Michael Armbrust <[email protected]> Committed: Mon Feb 22 18:25:48 2016 -0800 ---------------------------------------------------------------------- core/src/main/scala/org/apache/spark/package.scala | 2 +- docs/_config.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/40d11d04/core/src/main/scala/org/apache/spark/package.scala ---------------------------------------------------------------------- diff --git a/core/src/main/scala/org/apache/spark/package.scala b/core/src/main/scala/org/apache/spark/package.scala index e37bf09..4e2269f 100644 --- a/core/src/main/scala/org/apache/spark/package.scala +++ b/core/src/main/scala/org/apache/spark/package.scala @@ -43,5 +43,5 @@ package org.apache package object spark { // For package docs only - val SPARK_VERSION = "1.6.0" + val SPARK_VERSION = "1.6.1" } http://git-wip-us.apache.org/repos/asf/spark/blob/40d11d04/docs/_config.yml ---------------------------------------------------------------------- diff --git a/docs/_config.yml b/docs/_config.yml index e5fde18..9334516 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -14,8 +14,8 @@ include: # These allow the documentation to be updated with newer releases # of Spark, Scala, and Mesos. -SPARK_VERSION: 1.6.0 -SPARK_VERSION_SHORT: 1.6.0 +SPARK_VERSION: 1.6.1 +SPARK_VERSION_SHORT: 1.6.1 SCALA_BINARY_VERSION: "2.10" SCALA_VERSION: "2.10.5" MESOS_VERSION: 0.21.0 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
