From e1714879bc776be7f447cf2e87c66f02e0694233 Mon Sep 17 00:00:00 2001 From: Shalin Shekhar Mangar Date: Mon, 27 Apr 2015 18:05:30 +0000 Subject: [PATCH] SOLR-4839: Fix typo git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1676352 13f79535-47bb-0310-9956-ffa450edef68 --- solr/CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index c1b1016c294..3f07e147879 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -80,7 +80,7 @@ Upgrading from Solr 5.1 to track the respective stats. Advanced users with client code manipulating these objects will need to update their code accordingly. See SOLR-7325 and SOLR-7336 for more info. -* Solr has internally bee upgraded to use Jetty 9. See SOLR-4839 for full details, but there are a few key details all Solr users should know when upgrading: +* Solr has internally been upgraded to use Jetty 9. See SOLR-4839 for full details, but there are a few key details all Solr users should know when upgrading: ** It is no longer possible to run "java -jar start.jar" from inside the server directory. The bin/solr script is the only supported way to run Solr. This is necessary to support HTTP and HTTPS modules in Jetty which can be selectively enabled by the bin/solr scripts.