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 2020/04/27 01:24:40 UTC

[lucene-solr] branch master updated: LUCENE-9344: update file names (MIGRATE.txt, BUILD.txt => MIGRATE.md, BUILD.md)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 13bbe60  LUCENE-9344: update file names (MIGRATE.txt, BUILD.txt => MIGRATE.md, BUILD.md)
13bbe60 is described below

commit 13bbe6033378bd9f3af82f8093f870a5e0df1443
Author: Tomoko Uchida <to...@apache.org>
AuthorDate: Mon Apr 27 10:23:52 2020 +0900

    LUCENE-9344: update file names (MIGRATE.txt, BUILD.txt => MIGRATE.md, BUILD.md)
---
 lucene/CHANGES.txt            | 2 +-
 lucene/README.md              | 2 +-
 lucene/SYSTEM_REQUIREMENTS.md | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index cd4b592..9eb9ba5 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -51,7 +51,7 @@ API Changes
   factories to be compatible with Java Module System. This allows to load factories
   without META-INF/service from a Java module exposing the factory in the module
   descriptor. This breaks backwards compatibility as custom analysis factories
-  must now also implement the default constructor (see MIGRATE.txt).
+  must now also implement the default constructor (see MIGRATE.md).
   (Uwe Schindler, Dawid Weiss)
 
 * LUCENE-9307: BufferedIndexInput#setBufferSize has been removed. (Adrien Grand)
diff --git a/lucene/README.md b/lucene/README.md
index c9092ce..92e1eab 100644
--- a/lucene/README.md
+++ b/lucene/README.md
@@ -20,4 +20,4 @@ Files are organized by module, for example in core/:
 To review the documentation, read the main documentation page, located at:
 `docs/index.html`
 
-To build Lucene or its documentation for a source distribution, see BUILD.txt
+To build Lucene or its documentation for a source distribution, see `BUILD.md`
diff --git a/lucene/SYSTEM_REQUIREMENTS.md b/lucene/SYSTEM_REQUIREMENTS.md
index 1a8ea6d..5ea6b3c 100644
--- a/lucene/SYSTEM_REQUIREMENTS.md
+++ b/lucene/SYSTEM_REQUIREMENTS.md
@@ -14,5 +14,5 @@ implementing Lucene (document size, number of documents, and number of
 hits retrieved to name a few). The benchmarks page has some information 
 related to performance on particular platforms. 
 
-*To build Apache Lucene from the source, refer to the `BUILD.txt` file in
+*To build Apache Lucene from the source, refer to the `BUILD.md` file in
 the distribution directory.*