This is an automated email from the ASF dual-hosted git repository.

gengliang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/spark-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 08588f3  Update Spark version in "Link with Spark" section of download 
page (#365)
08588f3 is described below

commit 08588f329c592adffec76ea22ce894ab434370ea
Author: Gengliang Wang <gengli...@apache.org>
AuthorDate: Wed Oct 20 14:52:36 2021 +0800

    Update Spark version in "Link with Spark" section of download page (#365)
---
 downloads.md        | 2 +-
 site/downloads.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/downloads.md b/downloads.md
index 431a570..518ae5b 100644
--- a/downloads.md
+++ b/downloads.md
@@ -43,7 +43,7 @@ Spark artifacts are [hosted in Maven 
Central](https://search.maven.org/search?q=
 
     groupId: org.apache.spark
     artifactId: spark-core_2.12
-    version: 3.1.2
+    version: 3.2.0
 
 ### Installing with PyPi
 <a href="https://pypi.org/project/pyspark/";>PySpark</a> is now available in 
pypi. To install just run `pip install pyspark`.
diff --git a/site/downloads.html b/site/downloads.html
index 3084a33..8869e19 100644
--- a/site/downloads.html
+++ b/site/downloads.html
@@ -187,7 +187,7 @@ The latest preview release is Spark 3.0.0-preview2, 
published on Dec 23, 2019.</
 
 <div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>groupId: org.apache.spark
 artifactId: spark-core_2.12
-version: 3.1.2
+version: 3.2.0
 </code></pre></div></div>
 
 <h3 id="installing-with-pypi">Installing with PyPi</h3>

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

Reply via email to