This is an automated email from the ASF dual-hosted git repository. damccorm pushed a commit to branch users/damccorm/javaVers in repository https://gitbox.apache.org/repos/asf/beam.git
commit 7c5e3087283981bae8f80a6f641e8b81280c35b8 Author: Danny McCormick <[email protected]> AuthorDate: Wed Jan 14 17:44:11 2026 -0500 Fix java versions in release guide --- contributor-docs/release-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributor-docs/release-guide.md b/contributor-docs/release-guide.md index 0be9040760f..ca28fc8e768 100644 --- a/contributor-docs/release-guide.md +++ b/contributor-docs/release-guide.md @@ -588,7 +588,7 @@ Verify that third party licenses are included in Docker. You can do this with a -c 'ls -al /opt/apache/beam/third_party_licenses/ | wc -l' done - for javaver in 8 11 17 21; do + for javaver in 11 17 21 25; do docker run --rm --entrypoint sh \ apache/beam_java${javaver}_sdk:${RC_TAG} \ -c 'ls -al /opt/apache/beam/third_party_licenses/ | wc -l'
