summaryrefslogtreecommitdiff
path: root/site/downloads.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/downloads.html')
-rw-r--r--site/downloads.html4
1 files changed, 2 insertions, 2 deletions
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.
<pre><code>groupId: org.apache.spark
artifactId: spark-core_2.11
-version: 2.0.1
+version: 2.0.2
</code></pre>
<h3 id="spark-source-code-management">Spark Source Code Management</h3>
@@ -244,7 +244,7 @@ version: 2.0.1
<pre><code># 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
</code></pre>