madrob commented on a change in pull request #343: URL: https://github.com/apache/lucene/pull/343#discussion_r719728206
########## File path: lucene/core/src/java/org/apache/lucene/util/Version.java ########## @@ -168,6 +168,13 @@ */ @Deprecated public static final Version LUCENE_8_9_0 = new Version(8, 9, 0); + /** + * Match settings and bugs in Lucene's 8.10.0 release. + * + * @deprecated (8.11.0) Use latest + */ + @Deprecated public static final Version LUCENE_8_10_0 = new Version(8, 10, 0); Review comment: I think you need to add an 8_11_0 version. A long time ago, when this all worked properly (like 8.2, I went spelunking in history) we would add the next minor immediately after a release. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org