Skip to content

Commit

Permalink
Update owner of IndexVersions removal (elastic#118360)
Browse files Browse the repository at this point in the history
  • Loading branch information
thecoop authored Dec 11, 2024
1 parent c473da5 commit 1e5d9b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ private static Version parseUnchecked(String version) {
}
}

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

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

0 comments on commit 1e5d9b9

Please sign in to comment.