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 500e7c04 Maven 3.6.3 as minimum requirements for plugins
500e7c04 is described below

commit 500e7c041e12a92609a5fe3bc76ab030c5830945
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sat Jan 6 11:16:47 2024 +0100

    Maven 3.6.3 as minimum requirements for plugins
---
 content/apt/developers/compatibility-plan.apt | 4 +++-
 content/markdown/docs/history.md.vm           | 5 +++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/content/apt/developers/compatibility-plan.apt 
b/content/apt/developers/compatibility-plan.apt
index 5c77277f..20fecef9 100644
--- a/content/apt/developers/compatibility-plan.apt
+++ b/content/apt/developers/compatibility-plan.apt
@@ -50,7 +50,9 @@ Maven Plugins Compatibility Plan
 
   * Since June 2020, Maven Plugin API used by plugins >= 3.1.0 + Java 8 
prerequisites {{{https://s.apache.org/MVN-PLUGIN-MIGRATION-3.1}Technical 
details}}
 
-  * In March 2023, Maven before 3.2.5 has been 
{{{/docs/history.html#maven-before-3-2-5}marked as EOL}}, meaning that plugins 
should use 3.2.5 as minimum
+  * In March 2023, Maven before 3.2.5 has been 
{{{/docs/history.html#maven-3-6-x-and-before}marked as EOL}}, meaning that 
plugins should use 3.2.5 as minimum
+
+  * In April 2023, Maven before 3.6.3 has been 
{{{/docs/history.html#maven-3-6-x-and-before}marked as EOL}}, meaning that 
plugins should use 3.6.3 as minimum
 
   []
 
diff --git a/content/markdown/docs/history.md.vm 
b/content/markdown/docs/history.md.vm
index c3bd34bf..709d0e36 100644
--- a/content/markdown/docs/history.md.vm
+++ b/content/markdown/docs/history.md.vm
@@ -66,7 +66,8 @@ If the last release is 3.9.6, the Apache Maven team project 
will maintain core v
 - 3.9.6
 - 3.8.8
 
-Currently, plugins provide Maven API compatibility down to 3.2.5.
+Currently, plugins provide Maven API compatibility down to **3.2.5**. 
+New plugin releases will require Maven **3.6.3** or later.
 
 Date format is: YYYY-MM-DD
 
@@ -122,7 +123,7 @@ Date format is: YYYY-MM-DD
 <h3><a name="Maven_3">Maven 3.6.x and before</a></h3>
 
 <p>Maven before 3.6.3 has now reached its end of life.
-New plugin releases will require Maven 3.2.5 or later.
+New plugin releases will require Maven 3.6.3 or later.
 The following information is made available for reference.</p>
 
 <table>

Reply via email to