mirror of
https://github.com/apache/lucene.git
synced 2025-02-09 03:25:15 +00:00
Add version 5.5.2
This commit is contained in:
parent
a78db40720
commit
cb47769f37
@ -109,6 +109,13 @@ public final class Version {
|
||||
@Deprecated
|
||||
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.
|
||||
* @deprecated (6.1.0) Use latest
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user