Add version 5.3.3
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_5_3@1726295 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 0f1cb66..52be3d6 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -4,6 +4,9 @@
http://s.apache.org/luceneversions
+======================= Lucene 5.3.3 =======================
+(No Changes)
+
======================= Lucene 5.3.2 =======================
Bug Fixes
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 6915e84..98061f1 100644
--- a/lucene/core/src/java/org/apache/lucene/util/Version.java
+++ b/lucene/core/src/java/org/apache/lucene/util/Version.java
@@ -253,9 +253,16 @@
/**
* Match settings and bugs in Lucene's 5.3.2 release.
+ * @deprecated (5.3.3) Use latest
*/
+ @Deprecated
public static final Version LUCENE_5_3_2 = new Version(5, 3, 2);
+ /**
+ * Match settings and bugs in Lucene's 5.3.3 release.
+ */
+ public static final Version LUCENE_5_3_3 = new Version(5, 3, 3);
+
// To add a new version:
// * Only add above this comment
// * If the new version is the newest, change LATEST below and deprecate the previous LATEST
@@ -275,7 +282,7 @@
* some defaults may have changed and may break functionality
* in your application.
*/
- public static final Version LATEST = LUCENE_5_3_2;
+ public static final Version LATEST = LUCENE_5_3_3;
/**
* Constant for backwards compatibility.
diff --git a/lucene/version.properties b/lucene/version.properties
index 23a090d..593e3de 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=5.3.2
+version.base=5.3.3
# Other version property defaults, don't change:
version.suffix=SNAPSHOT
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 59fc899..1848d00 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -8,6 +8,9 @@
See http://lucene.apache.org/solr for more information.
+================== 5.3.3 ==================
+(No Changes)
+
================== 5.3.2 ==================
Bug Fixes
diff --git a/solr/server/solr/configsets/basic_configs/conf/solrconfig.xml b/solr/server/solr/configsets/basic_configs/conf/solrconfig.xml
index be59b18..42f548a 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>5.3.2</luceneMatchVersion>
+ <luceneMatchVersion>5.3.3</luceneMatchVersion>
<!-- Data Directory
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 21e8893..07cd486 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>5.3.2</luceneMatchVersion>
+ <luceneMatchVersion>5.3.3</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 a7caf14..4147e6e 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>5.3.2</luceneMatchVersion>
+ <luceneMatchVersion>5.3.3</luceneMatchVersion>
<!-- <lib/> directives can be used to instruct Solr to load any Jars
identified and use them to resolve any "plugins" specified in