You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2016/10/18 08:55:14 UTC

[2/2] lucene-solr:branch_6x: LUCENE-6914: Fix issue ID in the change log.

LUCENE-6914: Fix issue ID in the change log.


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

Branch: refs/heads/branch_6x
Commit: 6df4b4d7284e649bc92fc49cb92e0b2efd0fdc2c
Parents: 39ed4bd
Author: Adrien Grand <jp...@gmail.com>
Authored: Tue Oct 18 10:54:30 2016 +0200
Committer: Adrien Grand <jp...@gmail.com>
Committed: Tue Oct 18 10:54:56 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/6df4b4d7/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 6cc10a2..e277ddc 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -43,7 +43,7 @@ Bug Fixes
   dimensional points could cause unexpected merge exceptions (Hans
   Lund, Mike McCandless)
 
-* LUCENE-7363: Fixed DecimalDigitFilter in case of supplementary code points.
+* LUCENE-6914: Fixed DecimalDigitFilter in case of supplementary code points.
   (Hossman)
 
 Improvements