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 09:20:37 UTC

[lucene] branch branch_9x updated: Add Github PR/Issue numbers to CHANGES.txt

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 f1d07e65de2 Add Github PR/Issue numbers to CHANGES.txt
f1d07e65de2 is described below

commit f1d07e65de24c668df425552241bf58cd9e40c67
Author: Uwe Schindler <us...@apache.org>
AuthorDate: Sun May 15 11:19:32 2022 +0200

    Add Github PR/Issue numbers to CHANGES.txt
---
 lucene/CHANGES.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 392ecdbc15d..d44a22fa7ac 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -147,9 +147,9 @@ Bug Fixes
 Build
 ---------------------
 
-* Upgrade forbiddenapis to version 3.3.  (Uwe Schindler)
+* GITHUB#854: Upgrade forbiddenapis to version 3.3.  (Uwe Schindler)
 
-* Detect CI builds on Github or Jenkins and enable errorprone.  (Uwe Schindler, Dawid Weiss)
+* GITHUB#768: 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)