You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ja...@apache.org on 2022/05/11 22:14:44 UTC

[solr-site] 01/04: Update version variables for release 9.0.0

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

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

commit 6adaaf8a39f33dbd146f61e40bddd159bc2f43b8
Author: Jan Høydahl <ja...@users.noreply.github.com>
AuthorDate: Wed May 11 23:23:07 2022 +0200

    Update version variables for release 9.0.0
---
 pelicanconf.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index 38e80cefa..840ad2d2d 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -10,9 +10,9 @@ SITESUBTITLE = ''
 SITEURL = ''
 CURRENTYEAR = date.today().year
 
-SOLR_LATEST_RELEASE = '8.11.1'
-SOLR_LATEST_RELEASE_DATE = datetime(2021, 12, 16)
-SOLR_PREVIOUS_MAJOR_RELEASE = '7.7.3'
+SOLR_LATEST_RELEASE = '9.0.0'
+SOLR_LATEST_RELEASE_DATE = datetime(2022, 05, 12)
+SOLR_PREVIOUS_MAJOR_RELEASE = '8.11.1'
 
 SOLR_OPERATOR_LATEST_RELEASE = 'v0.5.1'
 SOLR_OPERATOR_LATEST_RELEASE_DATE = datetime(2022, 3, 21)