Revert version files to not include unreleased version (#13274)

This commit is contained in:
Benjamin Trent 2024-04-05 12:34:19 -04:00 committed by GitHub
parent 9ba4af7b88
commit 767bd3aa91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 1 additions and 9 deletions

View File

@ -46,7 +46,7 @@ public class TestInt8HnswBackwardsCompatibility extends BackwardsCompatibilityTe
static final String INDEX_NAME = "int8_hnsw";
static final String SUFFIX = "";
private static final Version FIRST_INT8_HNSW_VERSION = Version.LUCENE_9_10_1;
private static final Version FIRST_INT8_HNSW_VERSION = Version.LUCENE_9_10_0;
private static final String KNN_VECTOR_FIELD = "knn_field";
private static final int DOC_COUNT = 30;
private static final FieldType KNN_VECTOR_FIELD_TYPE =

View File

@ -39,4 +39,3 @@
9.9.1
9.9.2
9.10.0
9.10.1

View File

@ -137,13 +137,6 @@ public final class Version {
*/
@Deprecated public static final Version LUCENE_9_10_0 = new Version(9, 10, 0);
/**
* Match settings and bugs in Lucene's 9.10.1 release.
*
* @deprecated (9.11.0) Use latest
*/
@Deprecated public static final Version LUCENE_9_10_1 = new Version(9, 10, 1);
/**
* Match settings and bugs in Lucene's 9.11.0 release.
*