srowen commented on a change in pull request #348:
URL: https://github.com/apache/spark-website/pull/348#discussion_r657235701



##########
File path: js/downloads.js
##########
@@ -27,7 +27,7 @@ var packagesV11 = [hadoop3p2, hadoop2p7, hadoopFree, sources];
 
 
 addRelease("3.1.2", new Date("06/01/2021"), packagesV11, true);
-addRelease("3.0.2", new Date("02/19/2021"), packagesV10, true);
+addRelease("3.0.3", new Date("06/23/2021"), packagesV10, true);

Review comment:
       A side issue: this change is definitely correct. After 3.0.3 is released 
it should show up instead of 3.0.2, and 3.0.2 should be removed from 
dist.apache.org. I see that 3.0.2 was already removed: 
https://dist.apache.org/repos/dist/release/spark/ That is also the right thing 
to do, though I suppose really it should happen after we publish this web site 
change, or else the 3.0.2 link will redirect to mirrors that may be removing 
3.0.2 from their mirror already.
   
   No big deal as we're going to merge this soon and the download still worked 
for me now.
   
   @Ngone51 if you have a second, and you went through the part of the release 
that removes old versions from the mirror, could you try removing 3.1.1 from 
https://dist.apache.org/repos/dist/release/spark/ ? it's replaced by 3.1.2 now.
   
   I can definitely do that myself if that's any trouble.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

Reply via email to