Skip to content

Commit

Permalink
Revert version files to not include unreleased version (#13274)
Browse files Browse the repository at this point in the history
  • Loading branch information
benwtrent committed Apr 5, 2024
1 parent 8a2c339 commit d2491ae
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,3 @@
9.9.1
9.9.2
9.10.0
9.10.1
7 changes: 0 additions & 7 deletions lucene/core/src/java/org/apache/lucene/util/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -304,13 +304,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.
*
Expand Down

0 comments on commit d2491ae

Please sign in to comment.