This is an automated email from the ASF dual-hosted git repository.
mbuenger 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 696d9d43 Fix link syntax in 4.0.0-rc-5 release notes (#1455)
696d9d43 is described below
commit 696d9d432652c1ddcf5c63c5a97bbf5691657e70
Author: Maarten Mulders <[email protected]>
AuthorDate: Thu Nov 13 19:52:08 2025 +0100
Fix link syntax in 4.0.0-rc-5 release notes (#1455)
---
content/markdown/docs/4.0.0-rc-5/release-notes.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/markdown/docs/4.0.0-rc-5/release-notes.md
b/content/markdown/docs/4.0.0-rc-5/release-notes.md
index b74cc241..6ba0581a 100644
--- a/content/markdown/docs/4.0.0-rc-5/release-notes.md
+++ b/content/markdown/docs/4.0.0-rc-5/release-notes.md
@@ -66,7 +66,7 @@ We reverted the flatenning of the consumer POM in rc-5 which
could cause some pr
A bug has been found in the bean configuration system where field
accessibility state is cached globally. This can cause plugin configuration
injection to fail when the same configuration field is accessed multiple times
or in different contexts during a build. This particularly affects the plugin
unit tests.
-This will be fixed by [#11433]](https://github.com/apache/maven/pull/11433) in
the next release.
+This will be fixed by [#11433](https://github.com/apache/maven/pull/11433) in
the next release.
#### Concurrency issue in the v4 API