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

lucene-solr:branch_6x: SOLR-7850: Move defaults in bin/solr.in.sh into bin/solr (incl. Windows)

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x 22cee924a -> b4cb57630


SOLR-7850: Move defaults in bin/solr.in.sh into bin/solr (incl. Windows)

(cherry picked from commit fe77dff)


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/b4cb5763
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/b4cb5763
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/b4cb5763

Branch: refs/heads/branch_6x
Commit: b4cb5763034662152fd49b24cb72a1562d4d472e
Parents: 22cee92
Author: David Smiley <ds...@apache.org>
Authored: Wed Oct 19 16:45:13 2016 -0400
Committer: David Smiley <ds...@apache.org>
Committed: Wed Oct 19 16:45:55 2016 -0400

----------------------------------------------------------------------
 solr/CHANGES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/b4cb5763/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 2e1d62c..767ac84 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -264,7 +264,7 @@ Other Changes
 
 * SOLR-9634: Deprecate collection methods on MiniSolrCloudCluster (Alan Woodward)
 
-* SOLR-7580: Moved defaults within bin/solr.in.sh (and bin/solr.in.cmd on Windows) to bin/solr (and bin/solr.cmd)
+* SOLR-7850: Moved defaults within bin/solr.in.sh (and bin/solr.in.cmd on Windows) to bin/solr (and bin/solr.cmd)
   such that the default state of these files is to set nothing. This makes Solr work better with Docker. (David Smiley)
 
 ==================  6.2.1 ==================