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:13 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x 39ed4bdef -> 6df4b4d72
  refs/heads/master 9260a1378 -> 4498cc727


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/4498cc72
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/4498cc72
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/4498cc72

Branch: refs/heads/master
Commit: 4498cc727f5a2f2db5ea8683b36a821b9b529ebb
Parents: 9260a13
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:30 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/4498cc72/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 810b529..f3501cc 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -86,7 +86,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


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

Posted by jp...@apache.org.
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