From 83f8d142265ff255bda983caf98bee67ad392670 Mon Sep 17 00:00:00 2001 From: Alan Woodward Date: Tue, 12 Feb 2019 09:15:28 +0000 Subject: [PATCH] Add next minor release version 8.1.0 This reverts commit b20afd322daa0ded3a890bb01a6497124c1187c6. --- lucene/CHANGES.txt | 1 - .../core/src/java/org/apache/lucene/util/Version.java | 11 +++++++++-- lucene/version.properties | 2 +- .../solr/configsets/_default/conf/solrconfig.xml | 2 +- .../example/example-DIH/solr/atom/conf/solrconfig.xml | 2 +- solr/example/example-DIH/solr/db/conf/solrconfig.xml | 2 +- .../example/example-DIH/solr/mail/conf/solrconfig.xml | 2 +- .../example/example-DIH/solr/solr/conf/solrconfig.xml | 2 +- .../example/example-DIH/solr/tika/conf/solrconfig.xml | 2 +- solr/example/files/conf/solrconfig.xml | 2 +- .../solr/configsets/_default/conf/solrconfig.xml | 2 +- .../sample_techproducts_configs/conf/solrconfig.xml | 2 +- 12 files changed, 19 insertions(+), 13 deletions(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 38c001cb890..fb1d29f20d3 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -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 diff --git a/lucene/core/src/java/org/apache/lucene/util/Version.java b/lucene/core/src/java/org/apache/lucene/util/Version.java index 064131c219f..ddc0525998b 100644 --- a/lucene/core/src/java/org/apache/lucene/util/Version.java +++ b/lucene/core/src/java/org/apache/lucene/util/Version.java @@ -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. *

* Use this to get the latest & 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. diff --git a/lucene/version.properties b/lucene/version.properties index 98380f4e739..7e6f2d8a2c7 100644 --- a/lucene/version.properties +++ b/lucene/version.properties @@ -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 diff --git a/solr/core/src/test-files/solr/configsets/_default/conf/solrconfig.xml b/solr/core/src/test-files/solr/configsets/_default/conf/solrconfig.xml index 8cc064c61d0..5642e26bd63 100644 --- a/solr/core/src/test-files/solr/configsets/_default/conf/solrconfig.xml +++ b/solr/core/src/test-files/solr/configsets/_default/conf/solrconfig.xml @@ -35,7 +35,7 @@ that you fully re-index after changing this setting as it can affect both how text is indexed and queried. --> - 8.0.0 + 8.1.0 - 8.0.0 + 8.1.0 diff --git a/solr/example/example-DIH/solr/db/conf/solrconfig.xml b/solr/example/example-DIH/solr/db/conf/solrconfig.xml index 5311589bbff..dd4c412c4b0 100644 --- a/solr/example/example-DIH/solr/db/conf/solrconfig.xml +++ b/solr/example/example-DIH/solr/db/conf/solrconfig.xml @@ -35,7 +35,7 @@ that you fully re-index after changing this setting as it can affect both how text is indexed and queried. --> - 8.0.0 + 8.1.0 - 8.0.0 + 8.1.0 - 8.0.0 + 8.1.0 - 8.0.0 + 8.1.0 diff --git a/solr/example/files/conf/solrconfig.xml b/solr/example/files/conf/solrconfig.xml index 25b05ef6aea..dd5fe52ab33 100644 --- a/solr/example/files/conf/solrconfig.xml +++ b/solr/example/files/conf/solrconfig.xml @@ -35,7 +35,7 @@ that you fully re-index after changing this setting as it can affect both how text is indexed and queried. --> - 8.0.0 + 8.1.0 - 8.0.0 + 8.1.0 - 8.0.0 + 8.1.0