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 2014/01/28 19:29:17 UTC

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

Author: buildbot
Date: Tue Jan 28 18:29:17 2014
New Revision: 895649

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 Tue Jan 28 18:29:17 2014
@@ -1 +1 @@
-1561789
+1562142

Modified: websites/staging/lucene/trunk/content/.htaccess
==============================================================================
--- websites/staging/lucene/trunk/content/.htaccess (original)
+++ websites/staging/lucene/trunk/content/.htaccess Tue Jan 28 18:29:17 2014
@@ -28,9 +28,9 @@ RedirectMatch Permanent /solr/api/index.
 # 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/4_6_0/$1
-RedirectMatch temp /solr/api/org/(.*) /solr/4_6_0/solr-core/org/$1
-RedirectMatch temp /solr/api/(.*) /solr/4_6_0/$1
+RedirectMatch temp /core/api/(.*) /core/4_6_1/$1
+RedirectMatch temp /solr/api/org/(.*) /solr/4_6_1/solr-core/org/$1
+RedirectMatch temp /solr/api/(.*) /solr/4_6_1/$1
 
 # we no longer have a TLP mail.html page use 'core' for now
 RedirectMatch Permanent /mail.html /core/discussion.html