You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by li...@apache.org on 2020/06/24 00:38:37 UTC

[spark-website] branch asf-site updated: Update the artifactId in the Download Page #276

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

lixiao 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 2c5679f  Update the artifactId in the Download Page #276
2c5679f is described below

commit 2c5679f415c3605726e68c0a2b8c204c91131d0c
Author: Xiao Li <ga...@gmail.com>
AuthorDate: Tue Jun 23 17:38:28 2020 -0700

    Update the artifactId in the Download Page #276
    
    The existing artifactId is not correct. We need to update it from 2.11 to 2.12
---
 downloads.md        | 2 +-
 site/downloads.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/downloads.md b/downloads.md
index 2ed9870..880024a 100644
--- a/downloads.md
+++ b/downloads.md
@@ -40,7 +40,7 @@ The latest preview release is Spark 3.0.0-preview2, published on Dec 23, 2019.
 Spark artifacts are [hosted in Maven Central](https://search.maven.org/search?q=g:org.apache.spark). You can add a Maven dependency with the following coordinates:
 
     groupId: org.apache.spark
-    artifactId: spark-core_2.11
+    artifactId: spark-core_2.12
     version: 3.0.0
 
 ### Installing with PyPi
diff --git a/site/downloads.html b/site/downloads.html
index e3b060f..d820471 100644
--- a/site/downloads.html
+++ b/site/downloads.html
@@ -240,7 +240,7 @@ The latest preview release is Spark 3.0.0-preview2, published on Dec 23, 2019.</
 <p>Spark artifacts are <a href="https://search.maven.org/search?q=g:org.apache.spark">hosted in Maven Central</a>. You can add a Maven dependency with the following coordinates:</p>
 
 <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>groupId: org.apache.spark
-artifactId: spark-core_2.11
+artifactId: spark-core_2.12
 version: 3.0.0
 </code></pre></div></div>
 


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