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

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 25d6c124 correct resolver version mentioned in release notes
25d6c124 is described below

commit 25d6c124d6b986511d0dd270ed824936e6e4e9d9
Author: ryenus <[email protected]>
AuthorDate: Wed Jul 16 15:36:06 2025 +0800

    correct resolver version mentioned in release notes
    
    In the release notes of maven 3.9.11, it mentions the wrong resolver
    version `1.9.22`, which should have been `1.9.24`.
    
    Fixes https://github.com/apache/maven-site/issues/1337
---
 content/markdown/docs/3.9.11/release-notes.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/markdown/docs/3.9.11/release-notes.md 
b/content/markdown/docs/3.9.11/release-notes.md
index 79040550..051aaed8 100644
--- a/content/markdown/docs/3.9.11/release-notes.md
+++ b/content/markdown/docs/3.9.11/release-notes.md
@@ -44,7 +44,7 @@ The majority of fixed issues are bug and regression fixes for 
user reported prob
 
 Maven itself received new features - ability to control which repositories to 
be queried to resolve ranges.
 
-This release updates Resolver to version 
[1.9.22](https://github.com/apache/maven-resolver/releases/tag/maven-resolver-1.9.24).
+This release updates Resolver to version 
[1.9.24](https://github.com/apache/maven-resolver/releases/tag/maven-resolver-1.9.24).
 Resolver upgrade includes:
 
 - RFC9457 implementation - human-readable description details for HTTP problems

Reply via email to