You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2021/12/07 13:21:30 UTC

[lucene-site] branch main updated: Fix pelicanconf.

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 0a93b0c  Fix pelicanconf.
0a93b0c is described below

commit 0a93b0cd13e8842cb8b574604a732b73ea7827e7
Author: Adrien Grand <jp...@gmail.com>
AuthorDate: Tue Dec 7 14:21:13 2021 +0100

    Fix pelicanconf.
---
 pelicanconf.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index b6a1d2e..d5f78d3 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -10,8 +10,8 @@ SITESUBTITLE = ''
 SITEURL = ''
 CURRENTYEAR = date.today().year
 
-LUCENE_LATEST_RELEASE = '9.9.0'
-LUCENE_LATEST_RELEASE_DATE = datetime(2021, 12, 07)
+LUCENE_LATEST_RELEASE = '9.0.0'
+LUCENE_LATEST_RELEASE_DATE = datetime(2021, 12, 7)
 LUCENE_PREVIOUS_MAJOR_RELEASE = '8.11.0'
 
 # This string will be appended to all unversioned css and js resources to prevent caching surprises on edits.