Add version 7.3.1

This commit is contained in:
Cao Manh Dat 2018-05-15 09:52:07 +07:00
parent fd3e0255dc
commit b3551721fd
2 changed files with 10 additions and 0 deletions

View File

@ -246,6 +246,9 @@ Documentation
* LUCENE-8238: Improve WordDelimiterFilter and WordDelimiterGraphFilter javadocs
(Mike Sokolov via Mike McCandless)
======================= Lucene 7.3.1 =======================
(No Changes)
======================= Lucene 7.3.0 =======================
API Changes

View File

@ -75,6 +75,13 @@ public final class Version {
@Deprecated
public static final Version LUCENE_7_3_0 = new Version(7, 3, 0);
/**
* Match settings and bugs in Lucene's 7.3.1 release.
* @deprecated Use latest
*/
@Deprecated
public static final Version LUCENE_7_3_1 = new Version(7, 3, 1);
/**
* Match settings and bugs in Lucene's 7.4.0 release.
* @deprecated Use latest