You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ma...@apache.org on 2017/07/11 22:47:51 UTC

spark-website git commit: Fix downloads page

Repository: spark-website
Updated Branches:
  refs/heads/asf-site ee654d1f3 -> f2d5d2a68


Fix downloads page


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

Branch: refs/heads/asf-site
Commit: f2d5d2a6800e479396a21db2e349db6008df84ec
Parents: ee654d1
Author: Michael Armbrust <mi...@databricks.com>
Authored: Tue Jul 11 22:47:12 2017 +0000
Committer: Michael Armbrust <mi...@databricks.com>
Committed: Tue Jul 11 22:47:12 2017 +0000

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


http://git-wip-us.apache.org/repos/asf/spark-website/blob/f2d5d2a6/downloads.md
----------------------------------------------------------------------
diff --git a/downloads.md b/downloads.md
index 16d6062..2f1f50c 100644
--- a/downloads.md
+++ b/downloads.md
@@ -51,7 +51,7 @@ Spark artifacts are [hosted in Maven Central](https://search.maven.org/#search%7
 
     groupId: org.apache.spark
     artifactId: spark-core_2.11
-    version: 2.1.1
+    version: 2.2.0
 
 ### 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,8 +59,8 @@ 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.1 maintenance branch with stability fixes on top of Spark 2.1.0
-    git clone git://github.com/apache/spark.git -b branch-2.1
+    # 2.1 maintenance branch with stability fixes on top of Spark 2.2.0
+    git clone git://github.com/apache/spark.git -b branch-2.2
 
 Once you've downloaded Spark, you can find instructions for installing and building it on the <a href="{{site.baseurl}}/documentation.html">documentation page</a>.
 

http://git-wip-us.apache.org/repos/asf/spark-website/blob/f2d5d2a6/site/downloads.html
----------------------------------------------------------------------
diff --git a/site/downloads.html b/site/downloads.html
index 93bbcdc..35e8920 100644
--- a/site/downloads.html
+++ b/site/downloads.html
@@ -246,7 +246,7 @@ You can select and download it above.
 
 <pre><code>groupId: org.apache.spark
 artifactId: spark-core_2.11
-version: 2.1.1
+version: 2.2.0
 </code></pre>
 
 <h3 id="spark-source-code-management">Spark Source Code Management</h3>
@@ -255,8 +255,8 @@ version: 2.1.1
 <pre><code># Master development branch
 git clone git://github.com/apache/spark.git
 
-# 2.1 maintenance branch with stability fixes on top of Spark 2.1.0
-git clone git://github.com/apache/spark.git -b branch-2.1
+# 2.1 maintenance branch with stability fixes on top of Spark 2.2.0
+git clone git://github.com/apache/spark.git -b branch-2.2
 </code></pre>
 
 <p>Once you&#8217;ve downloaded Spark, you can find instructions for installing and building it on the <a href="/documentation.html">documentation page</a>.</p>


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