mirror of https://github.com/apache/lucene.git
Add version 5.5.2
This commit is contained in:
parent
a78db40720
commit
cb47769f37
|
@ -109,6 +109,13 @@ public final class Version {
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public static final Version LUCENE_5_5_1 = new Version(5, 5, 1);
|
public static final Version LUCENE_5_5_1 = new Version(5, 5, 1);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Match settings and bugs in Lucene's 5.5.2 release.
|
||||||
|
* @deprecated Use latest
|
||||||
|
*/
|
||||||
|
@Deprecated
|
||||||
|
public static final Version LUCENE_5_5_2 = new Version(5, 5, 2);
|
||||||
|
|
||||||
/** Match settings and bugs in Lucene's 6.0 release.
|
/** Match settings and bugs in Lucene's 6.0 release.
|
||||||
* @deprecated (6.1.0) Use latest
|
* @deprecated (6.1.0) Use latest
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue