mirror of https://github.com/apache/lucene.git
Add 5.4.1 indices to TestBackwardsCompatibility.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1726157 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2311c7fee1
commit
dabf5e8ce8
|
@ -230,7 +230,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
|||
"5.3.1-cfs",
|
||||
"5.3.1-nocfs",
|
||||
"5.4.0-cfs",
|
||||
"5.4.0-nocfs"
|
||||
"5.4.0-nocfs",
|
||||
"5.4.1-cfs",
|
||||
"5.4.1-nocfs"
|
||||
};
|
||||
|
||||
final String[] unsupportedNames = {
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -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