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



##########
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:
       It seems 8_11 is needed for main too, I don't know why after 8.9, it 
worked without an 8_10 but I'm already frustrated by this split repo and the 
release process being broken




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