janhoy commented on a change in pull request #343: URL: https://github.com/apache/lucene/pull/343#discussion_r719733791
########## 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: In main branch this looks good, with LUCENE_8_10_0 being added only. In branch_8x there would be a LUCENE_8_11_0, but that is [already OK](https://github.com/apache/lucene-solr/commit/08cdb36661957475359f815dda1e38915a6e331d) -- 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