From 8f50267839c04dcf325210173b41839568b544ab Mon Sep 17 00:00:00 2001 From: Reynold Xin Date: Mon, 14 Nov 2016 23:14:45 -0800 Subject: Update Maven coordinates. --- downloads.md | 4 ++-- site/downloads.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/downloads.md b/downloads.md index 94462bb1d..0031a0524 100644 --- a/downloads.md +++ b/downloads.md @@ -51,7 +51,7 @@ Spark artifacts are [hosted in Maven Central](http://search.maven.org/#search%7C groupId: org.apache.spark artifactId: spark-core_2.11 - version: 2.0.1 + version: 2.0.2 ### Spark Source Code Management If you are interested in working with the newest under-development code or contributing to Apache Spark development, you can also check out the master branch from Git: @@ -59,7 +59,7 @@ If you are interested in working with the newest under-development code or contr # Master development branch git clone git://github.com/apache/spark.git - # 2.0 maintenance branch with stability fixes on top of Spark 2.0.1 + # 2.0 maintenance branch with stability fixes on top of Spark 2.0.2 git clone git://github.com/apache/spark.git -b branch-2.0 Once you've downloaded Spark, you can find instructions for installing and building it on the documentation page. diff --git a/site/downloads.html b/site/downloads.html index d06b5acb5..e96a1415f 100644 --- a/site/downloads.html +++ b/site/downloads.html @@ -235,7 +235,7 @@ You can select and download it above.
groupId: org.apache.spark
 artifactId: spark-core_2.11
-version: 2.0.1
+version: 2.0.2
 

Spark Source Code Management

@@ -244,7 +244,7 @@ version: 2.0.1
# Master development branch
 git clone git://github.com/apache/spark.git
 
-# 2.0 maintenance branch with stability fixes on top of Spark 2.0.1
+# 2.0 maintenance branch with stability fixes on top of Spark 2.0.2
 git clone git://github.com/apache/spark.git -b branch-2.0
 
-- cgit v1.2.3