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

dongjoon 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 e06ad1e404 Update maven coordinate
e06ad1e404 is described below

commit e06ad1e404bbc2e7c43aa80f1887114566a0768b
Author: Liang-Chi Hsieh <vii...@gmail.com>
AuthorDate: Fri Feb 17 00:59:52 2023 -0800

    Update maven coordinate
    
    This is follow-up of #436 to update Maven coordinate in downloads.html.
    
    Author: Liang-Chi Hsieh <vii...@gmail.com>
    
    Closes #437 from viirya/release_note_3.3.2_followup.
---
 downloads.md        | 2 +-
 site/downloads.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/downloads.md b/downloads.md
index 56e12c8dbf..0cdc435ad7 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.3.1
+    version: 3.3.2
 
 ### 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 763270dd96..973732726c 100644
--- a/site/downloads.html
+++ b/site/downloads.html
@@ -157,7 +157,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.3.1
+version: 3.3.2
 </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