fix: bump Maven to 3.9.15 — 3.9.14 removed from Apache CDN (backport #7094)#7120
Merged
Conversation
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
sbuettner
approved these changes
May 4, 2026
chillleader
added a commit
that referenced
this pull request
May 5, 2026
Contributor
|
🎉 This pull request has been included in release Thank you for your contribution! 🚀 |
chillleader
added a commit
that referenced
this pull request
May 12, 2026
* ci: release version 8.7.20-rc1 * fix: bump Maven to 3.9.15 — 3.9.14 removed from Apache CDN (#7094) (#7120) Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> (cherry picked from commit e561713) * ci: release version 8.7.20 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Pavel Kotelevskii <38818382+chillleader@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Contributor
|
🎉 This pull request has been included in release Thank you for your contribution! 🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #7094 to
stable/8.8.Summary
3.9.15in.tool-versions;3.9.14was removed from the Apache CDN, breaking CI.Conflict resolution
.tool-versionsconflicted on the Java line (main is on Java 25;stable/8.8is on Java 21). Keptjava temurin-21.0.11+10.0.LTSand applied only the Maven version bump.Test plan