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

hboutemy 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 1e508c43 use current releases properties
1e508c43 is described below

commit 1e508c438f614046882800072cf2c86dd508ca41
Author: HervĂ© Boutemy <[email protected]>
AuthorDate: Fri Jun 28 07:25:12 2024 +0200

    use current releases properties
---
 content/markdown/docs/history.md.vm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/content/markdown/docs/history.md.vm 
b/content/markdown/docs/history.md.vm
index 51f76233..198a4649 100644
--- a/content/markdown/docs/history.md.vm
+++ b/content/markdown/docs/history.md.vm
@@ -56,12 +56,12 @@ $b_</td>
 #end
 
 The Apache Maven team maintains the last version of the last two series of GA 
releases.
-If the last release is 3.9.6, the Apache Maven team project will maintain core 
versions:
-- 3.9.6
-- 3.8.8
+The last release is ${current39xVersion}, the Apache Maven team project will 
maintain core versions:
+- ${current39xVersion}
+- ${current38xVersion}
 
 Currently, plugins provide Maven API compatibility down to **3.2.5**. 
-New plugin releases will require Maven **3.6.3** or later.
+New plugin releases will require Maven **3.6.3** or later. See [Maven Plugins 
Compatibility Plan](/developers/compatibility-plan.html) for more details.
 
 Date format is YYYY-MM-DD
 

Reply via email to