You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by an...@apache.org on 2015/02/20 21:08:27 UTC

svn commit: r1661206 - in /lucene/cms/trunk: content/solr/resources.mdtext templates/_solr-downloads.mdtext templates/corenav.mdtext templates/mirrors-core-latest-redir.html templates/mirrors-solr-latest-redir.html

Author: anshum
Date: Fri Feb 20 20:08:27 2015
New Revision: 1661206

URL: http://svn.apache.org/r1661206
Log:
Fixing Lucene Solr 5.0 links

Modified:
    lucene/cms/trunk/content/solr/resources.mdtext
    lucene/cms/trunk/templates/_solr-downloads.mdtext
    lucene/cms/trunk/templates/corenav.mdtext
    lucene/cms/trunk/templates/mirrors-core-latest-redir.html
    lucene/cms/trunk/templates/mirrors-solr-latest-redir.html

Modified: lucene/cms/trunk/content/solr/resources.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/resources.mdtext?rev=1661206&r1=1661205&r2=1661206&view=diff
==============================================================================
--- lucene/cms/trunk/content/solr/resources.mdtext (original)
+++ lucene/cms/trunk/content/solr/resources.mdtext Fri Feb 20 20:08:27 2015
@@ -24,7 +24,7 @@ Users who have completed the tutorial ar
 In each Solr binary release artifact, you can find a copy of the Solr tutorial, a detailed list of changes, and JavaDocs for all included code.
 Copies of this documentation for the most recent release of each major branch under active development can also be found online:
 
-* [Latest Release](/solr/4_10_3/index.html)
+* [Latest Release](/solr/5_0_0/index.html)
 
 ### The Apache Solr Reference Guide ###
 

Modified: lucene/cms/trunk/templates/_solr-downloads.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/_solr-downloads.mdtext?rev=1661206&r1=1661205&r2=1661206&view=diff
==============================================================================
--- lucene/cms/trunk/templates/_solr-downloads.mdtext (original)
+++ lucene/cms/trunk/templates/_solr-downloads.mdtext Fri Feb 20 20:08:27 2015
@@ -15,7 +15,7 @@ Archives for all past versions of Solr a
 ## File names ##
 
 The `solr-VERSION.zip` or `solr-VERSION.tgz` files (where `VERSION` is the version number of
-the release, e.g. `4.10.3`) contain Apache Solr, html documentation and a tutorial.  
+the release, e.g. `5.0.0`) contain Apache Solr, html documentation and a tutorial.
 
 The `solr-VERSION-src.tgz` file contains the full source code for that version.
 

Modified: lucene/cms/trunk/templates/corenav.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/corenav.mdtext?rev=1661206&r1=1661205&r2=1661206&view=diff
==============================================================================
--- lucene/cms/trunk/templates/corenav.mdtext (original)
+++ lucene/cms/trunk/templates/corenav.mdtext Fri Feb 20 20:08:27 2015
@@ -7,7 +7,7 @@
 
 # Release Docs
 
-- [4.10.3](./4_10_3/index.html)
+- [5.0.0](./5_0_0/index.html)
 
 # About
 - [License](http://www.apache.org/licenses/LICENSE-2.0)

Modified: lucene/cms/trunk/templates/mirrors-core-latest-redir.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/mirrors-core-latest-redir.html?rev=1661206&r1=1661205&r2=1661206&view=diff
==============================================================================
--- lucene/cms/trunk/templates/mirrors-core-latest-redir.html (original)
+++ lucene/cms/trunk/templates/mirrors-core-latest-redir.html Fri Feb 20 20:08:27 2015
@@ -4,7 +4,7 @@
 #}
 {% extends "head.html" %}
 {% block css %}
-    <meta http-equiv="refresh" content="1;url=http://www.apache.org/dyn/closer.cgi/lucene/java/4.10.3">
+    <meta http-equiv="refresh" content="1;url=http://www.apache.org/dyn/closer.cgi/lucene/java/5.0.0">
     <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
     <link href="../css/global.css" rel="stylesheet" type="text/css">
     <link href="../css/core.css" rel="stylesheet" type="text/css">

Modified: lucene/cms/trunk/templates/mirrors-solr-latest-redir.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/mirrors-solr-latest-redir.html?rev=1661206&r1=1661205&r2=1661206&view=diff
==============================================================================
--- lucene/cms/trunk/templates/mirrors-solr-latest-redir.html (original)
+++ lucene/cms/trunk/templates/mirrors-solr-latest-redir.html Fri Feb 20 20:08:27 2015
@@ -4,7 +4,7 @@
 #}
 {% extends "_solr-head.html" %}
   {% block css %}
-    <meta http-equiv="refresh" content="3;url=http://www.apache.org/dyn/closer.cgi/lucene/solr/4.10.3">
+    <meta http-equiv="refresh" content="3;url=http://www.apache.org/dyn/closer.cgi/lucene/solr/5.0.0">
     <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
   {% endblock %}
 {% endextends %}