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

damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 674763d904f Fix java versions in release guide (#37314)
674763d904f is described below

commit 674763d904fa94919970bcdd9dcef0748edf792e
Author: Danny McCormick <[email protected]>
AuthorDate: Wed Jan 14 18:40:08 2026 -0500

    Fix java versions in release guide (#37314)
---
 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'

Reply via email to