Merge remote-tracking branch 'refs/remotes/origin/master'

This commit is contained in:
Chris Hostetter 2018-12-13 20:58:12 -07:00
commit 774e9aefbc
4 changed files with 5 additions and 2 deletions

View File

@ -304,7 +304,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
"7.4.0-cfs",
"7.4.0-nocfs",
"7.5.0-cfs",
"7.5.0-nocfs"
"7.5.0-nocfs",
"7.6.0-cfs",
"7.6.0-nocfs"
};
public static String[] getOldNames() {
@ -320,7 +322,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
"sorted.7.3.0",
"sorted.7.3.1",
"sorted.7.4.0",
"sorted.7.5.0"
"sorted.7.5.0",
"sorted.7.6.0"
};
public static String[] getOldSortedNames() {