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 2022/11/22 14:44:11 UTC

[lucene-site] branch production updated: Fix release date.

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

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


The following commit(s) were added to refs/heads/production by this push:
     new 8140bb9a6 Fix release date.
8140bb9a6 is described below

commit 8140bb9a6f81d9969dd9c9ffd3f72778a26cec42
Author: Adrien Grand <jp...@gmail.com>
AuthorDate: Tue Nov 22 15:43:23 2022 +0100

    Fix release date.
---
 pelicanconf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index c18741683..0ecaa028a 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -11,7 +11,7 @@ SITEURL = ''
 CURRENTYEAR = date.today().year
 
 LUCENE_LATEST_RELEASE = '9.4.2'
-LUCENE_LATEST_RELEASE_DATE = datetime(2022, 11, 22)
+LUCENE_LATEST_RELEASE_DATE = datetime(2022, 11, 21)
 LUCENE_PREVIOUS_MAJOR_RELEASE = '8.11.2'
 
 # This string will be appended to all unversioned css and js resources to prevent caching surprises on edits.