You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ma...@apache.org on 2021/06/17 21:20:29 UTC

[solr-site] branch main updated: Correct the date for 8.9.0 release

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

mayya pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-site.git


The following commit(s) were added to refs/heads/main by this push:
     new e35a681  Correct the date for 8.9.0 release
e35a681 is described below

commit e35a6812a95c0dc385fc193913b5766c7bd501b4
Author: Mayya Sharipova <ma...@elastic.co>
AuthorDate: Thu Jun 17 17:20:06 2021 -0400

    Correct the date for 8.9.0 release
---
 pelicanconf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index 50e5bb9..9e6e492 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -11,7 +11,7 @@ SITEURL = ''
 CURRENTYEAR = date.today().year
 
 SOLR_LATEST_RELEASE = '8.9.0'
-SOLR_LATEST_RELEASE_DATE = datetime(2021, 6, 17)
+SOLR_LATEST_RELEASE_DATE = datetime(2021, 6, 16)
 SOLR_PREVIOUS_MAJOR_RELEASE = '7.7.3'
 
 SOLR_OPERATOR_LATEST_RELEASE = 'v0.3.0'