You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by cp...@apache.org on 2017/06/26 19:12:37 UTC

lucene-solr:master: SOLR-10823: correct CHANGES.txt entry section (7.0.0 instead of 6.7.0)

Repository: lucene-solr
Updated Branches:
  refs/heads/master 44860bd48 -> 0dad30519


SOLR-10823: correct CHANGES.txt entry section (7.0.0 instead of 6.7.0)


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

Branch: refs/heads/master
Commit: 0dad3051936210c7aeb405520bfc3e7991a0f944
Parents: 44860bd
Author: Christine Poerschke <cp...@apache.org>
Authored: Mon Jun 26 20:12:22 2017 +0100
Committer: Christine Poerschke <cp...@apache.org>
Committed: Mon Jun 26 20:12:22 2017 +0100

----------------------------------------------------------------------
 solr/CHANGES.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/0dad3051/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 5b82f1e..d83b4ab 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -336,6 +336,8 @@ Other Changes
   increase the visibility of builder elements to be protected so extending the builder, and the clients is possible.
   (Jason Gerlowski, Anshum Gupta)
 
+* SOLR-10823: Add reporting period to SolrMetricReporter base class. (Christine Poerschke)
+
 ==================  6.7.0 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
@@ -517,8 +519,6 @@ Other Changes
   with point fields and provides control over dynamic fields used for the raw amount and currency
   code sub-fields.  (hossman, Steve Rowe)
 
-* SOLR-10823: Add reporting period to SolrMetricReporter base class. (Christine Poerschke)
-
 ==================  6.6.1 ==================
 
 Bug Fixes