You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by bu...@apache.org on 2017/12/21 15:33:01 UTC

svn commit: r1022558 - in /websites/staging/lucene/trunk/content: ./ .htaccess

Author: buildbot
Date: Thu Dec 21 15:33:01 2017
New Revision: 1022558

Log:
Staging update by buildbot for lucene

Modified:
    websites/staging/lucene/trunk/content/   (props changed)
    websites/staging/lucene/trunk/content/.htaccess

Propchange: websites/staging/lucene/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Dec 21 15:33:01 2017
@@ -1 +1 @@
-1818888
+1818943

Modified: websites/staging/lucene/trunk/content/.htaccess
==============================================================================
--- websites/staging/lucene/trunk/content/.htaccess (original)
+++ websites/staging/lucene/trunk/content/.htaccess Thu Dec 21 15:33:01 2017
@@ -39,10 +39,10 @@ RedirectMatch temp /solr/api$ /solr/api/
 # Other pages can always be redirected to the "most current" released javadocs
 # using "temp" instead of permanent so crawlers know that they
 # might change again in the future
-RedirectMatch temp /core/api/(.*) /core/7_1_0/$1
-RedirectMatch temp /solr/api/org/(.*) /solr/7_1_0/solr-core/org/$1
-RedirectMatch temp /solr/api/(.*) /solr/7_1_0/$1
-RedirectMatch temp /solr/guide/(?!index.html)([a-z].*) /solr/guide/7_1/$1
+RedirectMatch temp /core/api/(.*) /core/7_2_0/$1
+RedirectMatch temp /solr/api/org/(.*) /solr/7_2_0/solr-core/org/$1
+RedirectMatch temp /solr/api/(.*) /solr/7_2_0/$1
+RedirectMatch temp /solr/guide/(?!index.html)([a-z].*) /solr/guide/7_2/$1
 
 # Solr Tutorial is now in the Solr Ref Guide
 # should redirect automatically to latest version