Skip to content

Commit 1e5d9b9

Browse files
authored
Update owner of IndexVersions removal (#118360)
1 parent c473da5 commit 1e5d9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/index/IndexVersions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ private static Version parseUnchecked(String version) {
5858
}
5959
}
6060

61-
@UpdateForV9(owner = UpdateForV9.Owner.CORE_INFRA) // remove the index versions with which v9 will not need to interact
61+
@UpdateForV9(owner = UpdateForV9.Owner.SEARCH_FOUNDATIONS) // remove the index versions with which v9 will not need to interact
6262
public static final IndexVersion ZERO = def(0, Version.LATEST);
6363

6464
public static final IndexVersion V_7_0_0 = def(7_00_00_99, parseUnchecked("8.0.0"));

0 commit comments

Comments
 (0)