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 15c11604 Fix anchors for EOL Maven versions
15c11604 is described below
commit 15c11604f2e53328bfdfbaf18cf3426c2b1d844d
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sat Nov 8 13:31:23 2025 +0100
Fix anchors for EOL Maven versions
---
content/markdown/developers/compatibility-plan.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/markdown/developers/compatibility-plan.md
b/content/markdown/developers/compatibility-plan.md
index 05437f9a..e32c4721 100644
--- a/content/markdown/developers/compatibility-plan.md
+++ b/content/markdown/developers/compatibility-plan.md
@@ -35,8 +35,8 @@ Consolidated view for all LATEST plugins release is visible
in a [daily generate
- Until 2012, Maven 2.2.1 + Java 5 prerequisites, with plugins versions in 2.x
- Since 2012, Maven 3.0 + Java 7 prerequisites, with plugins in 3.x.y
- Since June 2020, Maven Plugin API used by plugins >= 3.1.0 + Java 8
prerequisites [Technical details](https://s.apache.org/MVN-PLUGIN-MIGRATION-3.1)
-- In March 2023, Maven before 3.2.5 has been [marked as
EOL](/docs/history.html#Maven_3.6.x_and_before), meaning that plugins should
use 3.2.5 as minimum
-- In April 2023, Maven before 3.6.3 has been [marked as
EOL](/docs/history.html#Maven_3.6.x_and_before), meaning that plugins should
use 3.6.3 as minimum
+- In March 2023, Maven before 3.2.5 has been [marked as
EOL](/docs/history.html#Maven_3.8.x_and_before), meaning that plugins should
use 3.2.5 as minimum
+- In April 2023, Maven before 3.6.3 has been [marked as
EOL](/docs/history.html#Maven_3.8.x_and_before), meaning that plugins should
use 3.6.3 as minimum
- In February 2024, Maven 4 after 4.0.0-alpha-12 will require Java 17 (as per
[vote on the Mailing
List](https://lists.apache.org/thread/bfkvvjftrxypp06yj8zj919fcz0dt2zt)).
## Context