You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2021/12/16 12:50:37 UTC

[lucene] branch main updated: Add java version mapping for lucene 10

This is an automated email from the ASF dual-hosted git repository.

janhoy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/lucene.git


The following commit(s) were added to refs/heads/main by this push:
     new 8c48475  Add java version mapping for lucene 10
8c48475 is described below

commit 8c48475c4d8eb3296cc2da7adbad4d8634b03116
Author: Jan Høydahl <ja...@cominvent.com>
AuthorDate: Thu Dec 16 13:07:00 2021 +0100

    Add java version mapping for lucene 10
---
 dev-tools/scripts/releaseWizard.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tools/scripts/releaseWizard.py b/dev-tools/scripts/releaseWizard.py
index ab97ba1..5305270 100755
--- a/dev-tools/scripts/releaseWizard.py
+++ b/dev-tools/scripts/releaseWizard.py
@@ -67,7 +67,7 @@ from consolemenu.screen import Screen
 from scriptutil import BranchType, Version, download, run
 
 # Lucene-to-Java version mapping
-java_versions = {6: 8, 7: 8, 8: 8, 9: 11}
+java_versions = {6: 8, 7: 8, 8: 8, 9: 11, 10: 11}
 editor = None
 
 # Edit this to add other global jinja2 variables or filters