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


The following commit(s) were added to refs/heads/main by this push:
     new a3b598b  Fix buildbot error (LUCENE_PREVIOUS_MAJOR_RELEASE)
a3b598b is described below

commit a3b598be2809f27075a43be17c617c2acd7f7eab
Author: Jan Høydahl <[email protected]>
AuthorDate: Wed Mar 3 16:12:48 2021 +0100

    Fix buildbot error (LUCENE_PREVIOUS_MAJOR_RELEASE)
---
 pelicanconf.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index e833290..c0cb44c 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -10,9 +10,9 @@ SITESUBTITLE = ''
 SITEURL = ''
 CURRENTYEAR = date.today().year
 
-LUCENE_LATEST_RELEASE = '8.8.1'
-LUCENE_LATEST_RELEASE_DATE = datetime(2021, 2, 22)
-LUCENE_PREVIOUS_MAJOR_RELEASE = '7.7.3'
+SOLR_LATEST_RELEASE = '8.8.1'
+SOLR_LATEST_RELEASE_DATE = datetime(2021, 2, 22)
+SOLR_PREVIOUS_MAJOR_RELEASE = '7.7.3'
 
 # This string will be appended to all unversioned css and js resources to 
prevent caching surprises on edits.
 # The theme's htaccess file also sets a cache-control header with longer 
lifetime, if the v=XXXX query string is added.

Reply via email to