mirror of https://github.com/apache/lucene.git
Adding version 7.2.0
This commit is contained in:
parent
338a421175
commit
1231f7fa9b
|
@ -13,6 +13,9 @@ Changes in Runtime Behavior
|
|||
|
||||
|
||||
|
||||
======================= Lucene 7.2.0 =======================
|
||||
(No Changes)
|
||||
|
||||
======================= Lucene 7.1.0 =======================
|
||||
|
||||
New Features
|
||||
|
|
|
@ -53,6 +53,13 @@ public final class Version {
|
|||
@Deprecated
|
||||
public static final Version LUCENE_7_1_0 = new Version(7, 1, 0);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 7.2.0 release.
|
||||
* @deprecated Use latest
|
||||
*/
|
||||
@Deprecated
|
||||
public static final Version LUCENE_7_2_0 = new Version(7, 2, 0);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 8.0.0 release.
|
||||
* <p>
|
||||
|
|
|
@ -32,6 +32,23 @@ Jetty 9.3.20.v20170531
|
|||
|
||||
(No Changes)
|
||||
|
||||
================== 7.2.0 ==================
|
||||
|
||||
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
|
||||
|
||||
Versions of Major Components
|
||||
---------------------
|
||||
Apache Tika 1.13
|
||||
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.20.v20170531
|
||||
|
||||
|
||||
(No Changes)
|
||||
|
||||
|
||||
================== 7.1.0 ==================
|
||||
|
||||
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
|
||||
|
|
Loading…
Reference in New Issue