You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2016/11/15 07:14:54 UTC

spark-website git commit: Update Maven coordinates.

Repository: spark-website
Updated Branches:
  refs/heads/asf-site 8940afe14 -> 8f5026783


Update Maven coordinates.


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

Branch: refs/heads/asf-site
Commit: 8f50267839c04dcf325210173b41839568b544ab
Parents: 8940afe
Author: Reynold Xin <rx...@databricks.com>
Authored: Mon Nov 14 23:14:45 2016 -0800
Committer: Reynold Xin <rx...@databricks.com>
Committed: Mon Nov 14 23:14:45 2016 -0800

----------------------------------------------------------------------
 downloads.md        | 4 ++--
 site/downloads.html | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark-website/blob/8f502678/downloads.md
----------------------------------------------------------------------
diff --git a/downloads.md b/downloads.md
index 94462bb..0031a05 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 <a href="{{site.url}}documentation.html">documentation page</a>.

http://git-wip-us.apache.org/repos/asf/spark-website/blob/8f502678/site/downloads.html
----------------------------------------------------------------------
diff --git a/site/downloads.html b/site/downloads.html
index d06b5ac..e96a141 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>
 


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