Skip to content

Commit

Permalink
Revert adding 6.2.2 version. This has to be done after 6.2.1 has rele…
Browse files Browse the repository at this point in the history
…ased.
  • Loading branch information
shalinmangar committed Sep 14, 2016
1 parent 4e67540 commit 43ab701
Show file tree
Hide file tree
Showing 13 changed files with 12 additions and 39 deletions.
3 changes: 0 additions & 3 deletions lucene/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ Lucene Change Log
For more information on past and future Lucene versions, please see:
http://s.apache.org/luceneversions

======================= Lucene 6.2.2 =======================
(No Changes)

======================= Lucene 6.2.1 =======================

API Changes
Expand Down
11 changes: 2 additions & 9 deletions lucene/core/src/java/org/apache/lucene/util/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -152,18 +152,11 @@ public final class Version {

/**
* Match settings and bugs in Lucene's 6.2.1 release.
* @deprecated (6.2.2) Use latest
*/
@Deprecated
public static final Version LUCENE_6_2_1 = new Version(6, 2, 1);

/**
* Match settings and bugs in Lucene's 6.2.2 release.
* <p>
* Use this to get the latest &amp; greatest settings, bug
* fixes, etc, for Lucene.
*/
public static final Version LUCENE_6_2_2 = new Version(6, 2, 2);
public static final Version LUCENE_6_2_1 = new Version(6, 2, 1);

// To add a new version:
// * Only add above this comment
Expand All @@ -184,7 +177,7 @@ public final class Version {
* some defaults may have changed and may break functionality
* in your application.
*/
public static final Version LATEST = LUCENE_6_2_2;
public static final Version LATEST = LUCENE_6_2_1;

/**
* Constant for backwards compatibility.
Expand Down
2 changes: 1 addition & 1 deletion lucene/version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.2
version.base=6.2.1

# Other version property defaults, don't change:
version.suffix=SNAPSHOT
Expand Down
17 changes: 0 additions & 17 deletions solr/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,6 @@ servlet container in the directory named "example".
See the Quick Start guide at http://lucene.apache.org/solr/quickstart.html


================== 6.2.2 ==================

Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.

Versions of Major Components
---------------------
Apache Tika 1.13
Carrot2 3.12.0
Velocity 1.7 and Velocity Tools 2.0
Apache UIMA 2.3.1
Apache ZooKeeper 3.4.6
Jetty 9.3.8.v20160314


(No Changes)


================== 6.2.1 ==================

Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion solr/example/example-DIH/solr/db/conf/solrconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.2</luceneMatchVersion>
<luceneMatchVersion>6.2.1</luceneMatchVersion>

<!-- <lib/> directives can be used to instruct Solr to load any Jars
identified and use them to resolve any "plugins" specified in
Expand Down
2 changes: 1 addition & 1 deletion solr/example/example-DIH/solr/mail/conf/solrconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.2</luceneMatchVersion>
<luceneMatchVersion>6.2.1</luceneMatchVersion>

<!-- <lib/> directives can be used to instruct Solr to load any Jars
identified and use them to resolve any "plugins" specified in
Expand Down
2 changes: 1 addition & 1 deletion solr/example/example-DIH/solr/rss/conf/solrconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.2</luceneMatchVersion>
<luceneMatchVersion>6.2.1</luceneMatchVersion>

<!-- <lib/> directives can be used to instruct Solr to load any Jars
identified and use them to resolve any "plugins" specified in
Expand Down
2 changes: 1 addition & 1 deletion solr/example/example-DIH/solr/solr/conf/solrconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.2</luceneMatchVersion>
<luceneMatchVersion>6.2.1</luceneMatchVersion>

<!-- <lib/> directives can be used to instruct Solr to load any Jars
identified and use them to resolve any "plugins" specified in
Expand Down
2 changes: 1 addition & 1 deletion solr/example/example-DIH/solr/tika/conf/solrconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.2</luceneMatchVersion>
<luceneMatchVersion>6.2.1</luceneMatchVersion>

<!-- <lib/> directives can be used to instruct Solr to load any Jars
identified and use them to resolve any "plugins" specified in
Expand Down
2 changes: 1 addition & 1 deletion solr/example/files/conf/solrconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.2</luceneMatchVersion>
<luceneMatchVersion>6.2.1</luceneMatchVersion>

<!-- <lib/> directives can be used to instruct Solr to load any Jars
identified and use them to resolve any "plugins" specified in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.2</luceneMatchVersion>
<luceneMatchVersion>6.2.1</luceneMatchVersion>

<!-- <lib/> directives can be used to instruct Solr to load any Jars
identified and use them to resolve any "plugins" specified in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.2</luceneMatchVersion>
<luceneMatchVersion>6.2.1</luceneMatchVersion>

<!-- <lib/> directives can be used to instruct Solr to load any Jars
identified and use them to resolve any "plugins" specified in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.2</luceneMatchVersion>
<luceneMatchVersion>6.2.1</luceneMatchVersion>

<!-- <lib/> directives can be used to instruct Solr to load any Jars
identified and use them to resolve any "plugins" specified in
Expand Down

0 comments on commit 43ab701

Please sign in to comment.