You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pr...@apache.org on 2020/09/12 09:31:38 UTC

[spark-website] branch asf-site updated: updated js/downloads scripts

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

prashant 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 4237a2b  updated js/downloads scripts
4237a2b is described below

commit 4237a2b76b3f2d0f063db44018b7a77431bfcc77
Author: Prashant Sharma <pr...@apache.org>
AuthorDate: Sat Sep 12 09:31:29 2020 +0000

    updated js/downloads scripts
---
 js/downloads.js      | 2 +-
 site/js/downloads.js | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/js/downloads.js b/js/downloads.js
index 7a82089..b100f66 100644
--- a/js/downloads.js
+++ b/js/downloads.js
@@ -24,7 +24,7 @@ var packagesV9 = [hadoop2p7, hadoop2p6, hadoopFree, scala2p12_hadoopFree, source
 var packagesV10 = [hadoop2p7, hadoop3p2, hadoopFree, sources];
 
 addRelease("3.0.1", new Date("09/02/2020"), packagesV10, true);
-addRelease("2.4.6", new Date("06/05/2020"), packagesV9, true);
+addRelease("2.4.7", new Date("09/12/2020"), packagesV9, true);
 
 function append(el, contents) {
   el.innerHTML += contents;
diff --git a/site/js/downloads.js b/site/js/downloads.js
index 7a82089..b100f66 100644
--- a/site/js/downloads.js
+++ b/site/js/downloads.js
@@ -24,7 +24,7 @@ var packagesV9 = [hadoop2p7, hadoop2p6, hadoopFree, scala2p12_hadoopFree, source
 var packagesV10 = [hadoop2p7, hadoop3p2, hadoopFree, sources];
 
 addRelease("3.0.1", new Date("09/02/2020"), packagesV10, true);
-addRelease("2.4.6", new Date("06/05/2020"), packagesV9, true);
+addRelease("2.4.7", new Date("09/12/2020"), packagesV9, true);
 
 function append(el, contents) {
   el.innerHTML += contents;


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