Repository: spark Updated Branches: refs/heads/branch-1.6 745c5e70f -> 0f577857c
Prepare branch-1.6 for 1.6.3 release. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/0f577857 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/0f577857 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/0f577857 Branch: refs/heads/branch-1.6 Commit: 0f577857cc91a27fbdaa4b0cfef84c6b54013b42 Parents: 745c5e7 Author: Reynold Xin <r...@databricks.com> Authored: Sun Oct 16 22:21:04 2016 -0700 Committer: Reynold Xin <r...@databricks.com> Committed: Sun Oct 16 22:21:04 2016 -0700 ---------------------------------------------------------------------- R/pkg/DESCRIPTION | 2 +- core/src/main/scala/org/apache/spark/package.scala | 2 +- docs/_config.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/0f577857/R/pkg/DESCRIPTION ---------------------------------------------------------------------- diff --git a/R/pkg/DESCRIPTION b/R/pkg/DESCRIPTION index 635a04e..7e9fd2d 100644 --- a/R/pkg/DESCRIPTION +++ b/R/pkg/DESCRIPTION @@ -1,7 +1,7 @@ Package: SparkR Type: Package Title: R frontend for Spark -Version: 1.6.1 +Version: 1.6.3 Date: 2013-09-09 Author: The Apache Software Foundation Maintainer: Shivaram Venkataraman <shiva...@cs.berkeley.edu> http://git-wip-us.apache.org/repos/asf/spark/blob/0f577857/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 1499d14..f8c1f29 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.2" + val SPARK_VERSION = "1.6.3" } http://git-wip-us.apache.org/repos/asf/spark/blob/0f577857/docs/_config.yml ---------------------------------------------------------------------- diff --git a/docs/_config.yml b/docs/_config.yml index c2ecb59..81dcb2c 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.2 -SPARK_VERSION_SHORT: 1.6.2 +SPARK_VERSION: 1.6.3 +SPARK_VERSION_SHORT: 1.6.3 SCALA_BINARY_VERSION: "2.10" SCALA_VERSION: "2.10.5" MESOS_VERSION: 0.21.0 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org