Add next minor release version 8.1.0

This reverts commit b20afd322d.
This commit is contained in:
Alan Woodward 2019-02-12 09:15:28 +00:00
parent 4e2acd8558
commit 83f8d14226
12 changed files with 19 additions and 13 deletions

View File

@ -3,7 +3,6 @@ Lucene Change Log
For more information on past and future Lucene versions, please see:
http://s.apache.org/luceneversions
======================= Lucene 8.1.0 =======================
Improvements

View File

@ -119,11 +119,18 @@ public final class Version {
/**
* Match settings and bugs in Lucene's 8.0.0 release.
* @deprecated (8.1.0) Use latest
*/
@Deprecated
public static final Version LUCENE_8_0_0 = new Version(8, 0, 0);
/**
* Match settings and bugs in Lucene's 8.1.0 release.
* <p>
* Use this to get the latest &amp; greatest settings, bug
* fixes, etc, for Lucene.
*/
public static final Version LUCENE_8_0_0 = new Version(8, 0, 0);
public static final Version LUCENE_8_1_0 = new Version(8, 1, 0);
// To add a new version:
// * Only add above this comment
@ -144,7 +151,7 @@ public final class Version {
* some defaults may have changed and may break functionality
* in your application.
*/
public static final Version LATEST = LUCENE_8_0_0;
public static final Version LATEST = LUCENE_8_1_0;
/**
* Constant for backwards compatibility.

View File

@ -2,7 +2,7 @@
# RELEASE MANAGER must change this file after creating a release and
# enter new base version (format "x.y.z", no prefix/appendix):
version.base=8.0.0
version.base=8.1.0
# Other version property defaults, don't change:
version.suffix=SNAPSHOT

View File

@ -35,7 +35,7 @@
that you fully re-index after changing this setting as it can
affect both how text is indexed and queried.
-->
<luceneMatchVersion>8.0.0</luceneMatchVersion>
<luceneMatchVersion>8.1.0</luceneMatchVersion>
<!-- <lib/> directives can be used to instruct Solr to load any Jars
identified and use them to resolve any "plugins" specified in

View File

@ -36,7 +36,7 @@
that you fully re-index after changing this setting as it can
affect both how text is indexed and queried.
-->
<luceneMatchVersion>8.0.0</luceneMatchVersion>
<luceneMatchVersion>8.1.0</luceneMatchVersion>
<lib dir="${solr.install.dir:../../../..}/dist/" regex="solr-dataimporthandler-.*\.jar"/>

View File

@ -35,7 +35,7 @@
that you fully re-index after changing this setting as it can
affect both how text is indexed and queried.
-->
<luceneMatchVersion>8.0.0</luceneMatchVersion>
<luceneMatchVersion>8.1.0</luceneMatchVersion>
<!-- <lib/> directives can be used to instruct Solr to load any Jars
identified and use them to resolve any "plugins" specified in

View File

@ -35,7 +35,7 @@
that you fully re-index after changing this setting as it can
affect both how text is indexed and queried.
-->
<luceneMatchVersion>8.0.0</luceneMatchVersion>
<luceneMatchVersion>8.1.0</luceneMatchVersion>
<!-- <lib/> directives can be used to instruct Solr to load any Jars
identified and use them to resolve any "plugins" specified in

View File

@ -35,7 +35,7 @@
that you fully re-index after changing this setting as it can
affect both how text is indexed and queried.
-->
<luceneMatchVersion>8.0.0</luceneMatchVersion>
<luceneMatchVersion>8.1.0</luceneMatchVersion>
<!-- <lib/> directives can be used to instruct Solr to load any Jars
identified and use them to resolve any "plugins" specified in

View File

@ -36,7 +36,7 @@
that you fully re-index after changing this setting as it can
affect both how text is indexed and queried.
-->
<luceneMatchVersion>8.0.0</luceneMatchVersion>
<luceneMatchVersion>8.1.0</luceneMatchVersion>
<!-- Load Data Import Handler and Apache Tika (extraction) libraries -->
<lib dir="${solr.install.dir:../../../..}/dist/" regex="solr-dataimporthandler-.*\.jar"/>

View File

@ -35,7 +35,7 @@
that you fully re-index after changing this setting as it can
affect both how text is indexed and queried.
-->
<luceneMatchVersion>8.0.0</luceneMatchVersion>
<luceneMatchVersion>8.1.0</luceneMatchVersion>
<!-- <lib/> directives can be used to instruct Solr to load any Jars
identified and use them to resolve any "plugins" specified in

View File

@ -35,7 +35,7 @@
that you fully re-index after changing this setting as it can
affect both how text is indexed and queried.
-->
<luceneMatchVersion>8.0.0</luceneMatchVersion>
<luceneMatchVersion>8.1.0</luceneMatchVersion>
<!-- <lib/> directives can be used to instruct Solr to load any Jars
identified and use them to resolve any "plugins" specified in

View File

@ -35,7 +35,7 @@
that you fully re-index after changing this setting as it can
affect both how text is indexed and queried.
-->
<luceneMatchVersion>8.0.0</luceneMatchVersion>
<luceneMatchVersion>8.1.0</luceneMatchVersion>
<!-- <lib/> directives can be used to instruct Solr to load any Jars
identified and use them to resolve any "plugins" specified in