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 2019/04/17 09:23:08 UTC

[lucene-solr] branch master updated: LUCENE-8738: Add Java 11 under "Getting Started" in CHANGES.txt

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

uschindler 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 fb28958  LUCENE-8738: Add Java 11 under "Getting Started" in CHANGES.txt
fb28958 is described below

commit fb28958bc8cdec0ac20968222b03de7aed384032
Author: Uwe Schindler <us...@apache.org>
AuthorDate: Wed Apr 17 11:22:52 2019 +0200

    LUCENE-8738: Add Java 11 under "Getting Started" in CHANGES.txt
---
 solr/CHANGES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 326663a..9a3f50b 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -11,7 +11,7 @@ See http://lucene.apache.org/solr for more information.
 
 Getting Started
 ---------------
-You need a Java 1.8 VM or later installed.
+You need a Java 11 VM or later installed.
 In this release, there is an example Solr server including a bundled
 servlet container in the directory named "example".
 See the Solr tutorial at https://lucene.apache.org/solr/guide/solr-tutorial.html