thelabdude commented on a change in pull request #343:
URL: https://github.com/apache/lucene/pull/343#discussion_r719780233



##########
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 added this JIRA to track improving the release manager so this doesn't 
happen again: https://issues.apache.org/jira/browse/LUCENE-10141




-- 
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

Reply via email to