You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by th...@apache.org on 2021/02/23 15:26:03 UTC

[lucene-site] branch master updated: Make 8.7.0 the previous release to reduce traffic to 8.8.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f210736  Make 8.7.0 the previous release to reduce traffic to 8.8.0
f210736 is described below

commit f210736db44e8f6f42ba0fe3ee48da75ecc9c9a4
Author: Timothy Potter <th...@gmail.com>
AuthorDate: Tue Feb 23 08:25:37 2021 -0700

    Make 8.7.0 the previous release to reduce traffic to 8.8.0
---
 pelicanconf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index b72bf80..195f8dd 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -12,7 +12,7 @@ CURRENTYEAR = date.today().year
 
 LUCENE_LATEST_RELEASE = '8.8.1'
 LUCENE_LATEST_RELEASE_DATE = datetime(2021, 2, 22)
-LUCENE_PREVIOUS_MAJOR_RELEASE = '8.8.1'
+LUCENE_PREVIOUS_MAJOR_RELEASE = '8.7.0'
 
 # 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.