You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2022/05/15 15:48:17 UTC

[lucene] branch main updated: Correct issue numbers

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

uschindler pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/lucene.git


The following commit(s) were added to refs/heads/main by this push:
     new 24ae0642342 Correct issue numbers
24ae0642342 is described below

commit 24ae06423421b778ec469309ad2f8b952d9cfce2
Author: Uwe Schindler <us...@apache.org>
AuthorDate: Sun May 15 17:48:09 2022 +0200

    Correct issue numbers
---
 lucene/CHANGES.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 17b3aa3318a..c2a1480884f 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -209,9 +209,9 @@ Bug Fixes
 Build
 ---------------------
 
-* GITHUB#854: Upgrade forbiddenapis to version 3.3.  (Uwe Schindler)
+* GITHUB#768: Upgrade forbiddenapis to version 3.3.  (Uwe Schindler)
 
-* GITHUB#768: Detect CI builds on Github or Jenkins and enable errorprone.  (Uwe Schindler, Dawid Weiss)
+* GITHUB#854: Detect CI builds on Github or Jenkins and enable errorprone.  (Uwe Schindler, Dawid Weiss)
 
 * LUCENE-10532: Remove LuceneTestCase.Slow annotation. All tests can be fast. (Robert Muir)