You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2022/10/25 11:50:28 UTC

[lucene] branch main updated: Update java version to 17 for Lucene 10 in the release wizard. (#11872)

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

dweiss 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 50261de4060 Update java version to 17 for Lucene 10 in the release wizard. (#11872)
50261de4060 is described below

commit 50261de4060055bbc351629855357e2496ba6d41
Author: Dawid Weiss <da...@carrotsearch.com>
AuthorDate: Tue Oct 25 13:50:21 2022 +0200

    Update java version to 17 for Lucene 10 in the release wizard. (#11872)
---
 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 b98d75108bd..be9d6e484eb 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, 10: 11}
+java_versions = {6: 8, 7: 8, 8: 8, 9: 11, 10: 17}
 editor = None
 
 # Edit this to add other global jinja2 variables or filters