From 3d7c88e695daf470b1ad446db47d853fca468280 Mon Sep 17 00:00:00 2001 From: Robert Muir Date: Sat, 24 Feb 2024 15:08:11 -0500 Subject: [PATCH] fix release wizard --- 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 2fe72a65f2c..562abf8f6e7 100755 --- a/dev-tools/scripts/releaseWizard.py +++ b/dev-tools/scripts/releaseWizard.py @@ -66,7 +66,7 @@ from consolemenu.items import FunctionItem, SubmenuItem, ExitItem from scriptutil import BranchType, Version, download, run # Lucene-to-Java version mapping -java_versions = {6: 8, 7: 8, 8: 8, 9: 11, 10: 17} +java_versions = {6: 8, 7: 8, 8: 8, 9: 11, 10: 21} editor = None # Edit this to add other global jinja2 variables or filters