You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2014/10/31 19:46:13 UTC

svn commit: r1635839 - /lucene/cms/trunk/content/.htaccess

Author: mikemccand
Date: Fri Oct 31 18:46:13 2014
New Revision: 1635839

URL: http://svn.apache.org/r1635839
Log:
Lucene/Solr 4.10.2 release

Modified:
    lucene/cms/trunk/content/.htaccess

Modified: lucene/cms/trunk/content/.htaccess
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/.htaccess?rev=1635839&r1=1635838&r2=1635839&view=diff
==============================================================================
--- lucene/cms/trunk/content/.htaccess (original)
+++ lucene/cms/trunk/content/.htaccess Fri Oct 31 18:46:13 2014
@@ -22,9 +22,9 @@ 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/4_10_1/$1
-RedirectMatch temp /solr/api/org/(.*) /solr/4_10_1/solr-core/org/$1
-RedirectMatch temp /solr/api/(.*) /solr/4_10_1/$1
+RedirectMatch temp /core/api/(.*) /core/4_10_2/$1
+RedirectMatch temp /solr/api/org/(.*) /solr/4_10_2/solr-core/org/$1
+RedirectMatch temp /solr/api/(.*) /solr/4_10_2/$1
 
 # we no longer have a TLP mail.html page use 'core' for now
 RedirectMatch Permanent /mail.html /core/discussion.html