This is an automated email from the ASF dual-hosted git repository. janhoy pushed a commit to tag history/branches/lucene-solr/branch_6_6 in repository https://gitbox.apache.org/repos/asf/solr.git
commit 5f222516169235f3f7eea52f3c7cea2f374b93cf Author: Ishan Chattopadhyaya <is...@apache.org> AuthorDate: Fri Apr 5 15:22:43 2019 +0530 Adding version 6.6.7 --- lucene/CHANGES.txt | 3 +++ .../core/src/java/org/apache/lucene/util/Version.java | 11 +++++++++-- lucene/version.properties | 2 +- solr/CHANGES.txt | 17 +++++++++++++++++ solr/example/example-DIH/solr/atom/conf/solrconfig.xml | 2 +- solr/example/example-DIH/solr/db/conf/solrconfig.xml | 2 +- solr/example/example-DIH/solr/mail/conf/solrconfig.xml | 2 +- solr/example/example-DIH/solr/solr/conf/solrconfig.xml | 2 +- solr/example/example-DIH/solr/tika/conf/solrconfig.xml | 2 +- solr/example/files/conf/solrconfig.xml | 2 +- .../solr/configsets/basic_configs/conf/solrconfig.xml | 2 +- .../data_driven_schema_configs/conf/solrconfig.xml | 2 +- .../sample_techproducts_configs/conf/solrconfig.xml | 2 +- 13 files changed, 39 insertions(+), 12 deletions(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index b81d525..18369d7 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -3,6 +3,9 @@ Lucene Change Log For more information on past and future Lucene versions, please see: http://s.apache.org/luceneversions +======================= Lucene 6.6.7 ======================= +(No Changes) + ======================= Lucene 6.6.6 ======================= (No Changes) 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 af20bac..9ba53eb 100644 --- a/lucene/core/src/java/org/apache/lucene/util/Version.java +++ b/lucene/core/src/java/org/apache/lucene/util/Version.java @@ -257,11 +257,18 @@ public final class Version { /** * Match settings and bugs in Lucene's 6.6.6 release. + * @deprecated (6.6.7) Use latest + */ + @Deprecated + public static final Version LUCENE_6_6_6 = new Version(6, 6, 6); + + /** + * Match settings and bugs in Lucene's 6.6.7 release. * <p> * Use this to get the latest & greatest settings, bug * fixes, etc, for Lucene. */ - public static final Version LUCENE_6_6_6 = new Version(6, 6, 6); + public static final Version LUCENE_6_6_7 = new Version(6, 6, 7); // To add a new version: // * Only add above this comment @@ -282,7 +289,7 @@ public final class Version { * some defaults may have changed and may break functionality * in your application. */ - public static final Version LATEST = LUCENE_6_6_6; + public static final Version LATEST = LUCENE_6_6_7; /** * Constant for backwards compatibility. diff --git a/lucene/version.properties b/lucene/version.properties index ac6aac1..7904d50 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=6.6.6 +version.base=6.6.7 # Other version property defaults, don't change: version.suffix=SNAPSHOT diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index d2887df..79bc217 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -16,6 +16,23 @@ In this release, there is an example Solr server including a bundled servlet container in the directory named "example". See the Quick Start guide at http://lucene.apache.org/solr/quickstart.html +================== 6.6.7 ================== + +Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release. + +Versions of Major Components +--------------------- +Apache Tika 1.16 +Carrot2 3.15.0 +Velocity 1.7 and Velocity Tools 2.0 +Apache UIMA 2.3.1 +Apache ZooKeeper 3.4.10 +Jetty 9.3.14.v20161028 + + +(No Changes) + + ================== 6.6.6 ================== Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release. diff --git a/solr/example/example-DIH/solr/atom/conf/solrconfig.xml b/solr/example/example-DIH/solr/atom/conf/solrconfig.xml index 081617f..466bd4b 100644 --- a/solr/example/example-DIH/solr/atom/conf/solrconfig.xml +++ b/solr/example/example-DIH/solr/atom/conf/solrconfig.xml @@ -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>6.6.6</luceneMatchVersion> + <luceneMatchVersion>6.6.7</luceneMatchVersion> <lib dir="${solr.install.dir:../../../..}/dist/" regex="solr-dataimporthandler-.*\.jar"/> diff --git a/solr/example/example-DIH/solr/db/conf/solrconfig.xml b/solr/example/example-DIH/solr/db/conf/solrconfig.xml index 80ddb03..574eb81 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. --> - <luceneMatchVersion>6.6.6</luceneMatchVersion> + <luceneMatchVersion>6.6.7</luceneMatchVersion> <!-- <lib/> directives can be used to instruct Solr to load any Jars identified and use them to resolve any "plugins" specified in diff --git a/solr/example/example-DIH/solr/mail/conf/solrconfig.xml b/solr/example/example-DIH/solr/mail/conf/solrconfig.xml index 93ea7a2..36d0679 100644 --- a/solr/example/example-DIH/solr/mail/conf/solrconfig.xml +++ b/solr/example/example-DIH/solr/mail/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. --> - <luceneMatchVersion>6.6.6</luceneMatchVersion> + <luceneMatchVersion>6.6.7</luceneMatchVersion> <!-- <lib/> directives can be used to instruct Solr to load any Jars identified and use them to resolve any "plugins" specified in diff --git a/solr/example/example-DIH/solr/solr/conf/solrconfig.xml b/solr/example/example-DIH/solr/solr/conf/solrconfig.xml index 5c80705..ddbe8ec 100644 --- a/solr/example/example-DIH/solr/solr/conf/solrconfig.xml +++ b/solr/example/example-DIH/solr/solr/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. --> - <luceneMatchVersion>6.6.6</luceneMatchVersion> + <luceneMatchVersion>6.6.7</luceneMatchVersion> <!-- <lib/> directives can be used to instruct Solr to load any Jars identified and use them to resolve any "plugins" specified in diff --git a/solr/example/example-DIH/solr/tika/conf/solrconfig.xml b/solr/example/example-DIH/solr/tika/conf/solrconfig.xml index e8435c1..b048fa6 100644 --- a/solr/example/example-DIH/solr/tika/conf/solrconfig.xml +++ b/solr/example/example-DIH/solr/tika/conf/solrconfig.xml @@ -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>6.6.6</luceneMatchVersion> + <luceneMatchVersion>6.6.7</luceneMatchVersion> <!-- Load Data Import Handler and Apache Tika (extraction) libraries --> <lib dir="${solr.install.dir:../../../..}/dist/" regex="solr-dataimporthandler-.*\.jar"/> diff --git a/solr/example/files/conf/solrconfig.xml b/solr/example/files/conf/solrconfig.xml index 7742091..3cf8373 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. --> - <luceneMatchVersion>6.6.6</luceneMatchVersion> + <luceneMatchVersion>6.6.7</luceneMatchVersion> <!-- <lib/> directives can be used to instruct Solr to load any Jars identified and use them to resolve any "plugins" specified in diff --git a/solr/server/solr/configsets/basic_configs/conf/solrconfig.xml b/solr/server/solr/configsets/basic_configs/conf/solrconfig.xml index c1460ed..d5fb383 100644 --- a/solr/server/solr/configsets/basic_configs/conf/solrconfig.xml +++ b/solr/server/solr/configsets/basic_configs/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. --> - <luceneMatchVersion>6.6.6</luceneMatchVersion> + <luceneMatchVersion>6.6.7</luceneMatchVersion> <!-- <lib/> directives can be used to instruct Solr to load any Jars identified and use them to resolve any "plugins" specified in diff --git a/solr/server/solr/configsets/data_driven_schema_configs/conf/solrconfig.xml b/solr/server/solr/configsets/data_driven_schema_configs/conf/solrconfig.xml index 7a50ade..ef8f6e5 100644 --- a/solr/server/solr/configsets/data_driven_schema_configs/conf/solrconfig.xml +++ b/solr/server/solr/configsets/data_driven_schema_configs/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. --> - <luceneMatchVersion>6.6.6</luceneMatchVersion> + <luceneMatchVersion>6.6.7</luceneMatchVersion> <!-- <lib/> directives can be used to instruct Solr to load any Jars identified and use them to resolve any "plugins" specified in diff --git a/solr/server/solr/configsets/sample_techproducts_configs/conf/solrconfig.xml b/solr/server/solr/configsets/sample_techproducts_configs/conf/solrconfig.xml index 954920b..1982459 100644 --- a/solr/server/solr/configsets/sample_techproducts_configs/conf/solrconfig.xml +++ b/solr/server/solr/configsets/sample_techproducts_configs/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. --> - <luceneMatchVersion>6.6.6</luceneMatchVersion> + <luceneMatchVersion>6.6.7</luceneMatchVersion> <!-- <lib/> directives can be used to instruct Solr to load any Jars identified and use them to resolve any "plugins" specified in