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

[lucene] branch branch_9x updated: Correct issue numbers

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

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


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

commit f3e8efc8b10ffea38d05df77299134db603f8c9f
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 d44a22fa7ac..8f303c2e914 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -147,9 +147,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)