You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by hu...@apache.org on 2022/01/28 19:29:35 UTC

[spark-website] branch asf-site updated: fix version in downloads.md

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

huaxingao 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 15615fc  fix version in downloads.md
15615fc is described below

commit 15615fccd4f74ff9863dec5917636a383f0ef2bf
Author: huaxingao <hu...@gmail.com>
AuthorDate: Fri Jan 28 11:29:24 2022 -0800

    fix version in downloads.md
    
    <!-- *Make sure that you generate site HTML with `bundle exec jekyll build`, and include the changes to the HTML in your pull request. See README.md for more information.* -->
    Fix wrong version
    
    Author: huaxingao <hu...@gmail.com>
    
    Closes #376 from huaxingao/fix.
---
 downloads.md        | 2 +-
 site/downloads.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/downloads.md b/downloads.md
index 8acc73e..e5d1db3 100644
--- a/downloads.md
+++ b/downloads.md
@@ -35,7 +35,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.2.0
+    version: 3.2.1
 
 ### 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 9de6966..243c32e 100644
--- a/site/downloads.html
+++ b/site/downloads.html
@@ -179,7 +179,7 @@ window.onload = function () {
 
 <div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>groupId: org.apache.spark
 artifactId: spark-core_2.12
-version: 3.2.0
+version: 3.2.1
 </code></pre></div></div>
 
 <h3 id="installing-with-pypi">Installing with PyPi</h3>

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