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

[lucene] branch branch_9x updated: correct pr number in changes

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

tomoko 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 14d059f2671 correct pr number in changes
14d059f2671 is described below

commit 14d059f2671b1a17c8f70884e56893c19cc22363
Author: Tomoko Uchida <to...@gmail.com>
AuthorDate: Mon May 16 10:38:31 2022 +0900

    correct pr number in changes
---
 lucene/CHANGES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 8f303c2e914..5cdbfa86f27 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -149,7 +149,7 @@ Build
 
 * GITHUB#768: Upgrade forbiddenapis to version 3.3.  (Uwe Schindler)
 
-* GITHUB#854: Detect CI builds on Github or Jenkins and enable errorprone.  (Uwe Schindler, Dawid Weiss)
+* GITHUB#890: 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)