You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ab...@apache.org on 2019/06/26 14:39:30 UTC

[lucene-solr] branch branch_8_1 updated: Fix duplicate line after merge conflict.

This is an automated email from the ASF dual-hosted git repository.

ab pushed a commit to branch branch_8_1
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8_1 by this push:
     new 97c9831  Fix duplicate line after merge conflict.
97c9831 is described below

commit 97c9831f2b8e3d5b1f2292c0aade52f67c3545f6
Author: Andrzej Bialecki <ab...@apache.org>
AuthorDate: Wed Jun 26 16:39:04 2019 +0200

    Fix duplicate line after merge conflict.
---
 lucene/CHANGES.txt | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index a6ebcdc..6837e25 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -15,8 +15,6 @@ Bug fixes
 * LUCENE-8775: Improve tessellator to handle better cases where a hole share a vertex
   with the polygon. (Ignacio Vera)
 
-======================= Lucene 8.1.2 =======================
-
 Improvements
 
 * LUCENE-8855: Add Accountable to some Query implementations (ab, Adrien Grand)