mirror of https://github.com/apache/lucene.git
Comment out the 5.3.2 and 5.4.1 version constants until they are released.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1724307 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
284ff5235d
commit
e0679e028c
|
@ -78,8 +78,8 @@ public final class Version {
|
|||
* Match settings and bugs in Lucene's 5.3.2 release.
|
||||
* @deprecated Use latest
|
||||
*/
|
||||
@Deprecated
|
||||
public static final Version LUCENE_5_3_2 = new Version(5, 3, 2);
|
||||
//@Deprecated
|
||||
//public static final Version LUCENE_5_3_2 = new Version(5, 3, 2);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 5.4.0 release.
|
||||
|
@ -92,8 +92,8 @@ public final class Version {
|
|||
* Match settings and bugs in Lucene's 5.4.1 release.
|
||||
* @deprecated Use latest
|
||||
*/
|
||||
@Deprecated
|
||||
public static final Version LUCENE_5_4_1 = new Version(5, 4, 1);
|
||||
//@Deprecated
|
||||
//public static final Version LUCENE_5_4_1 = new Version(5, 4, 1);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 5.5.0 release.
|
||||
|
|
Loading…
Reference in New Issue