This is an automated email from the ASF dual-hosted git repository. kwin pushed a commit to branch add-toc-to-whatsnewinmaven4 in repository https://gitbox.apache.org/repos/asf/maven-site.git
commit 032bc19f6e0f2d8cde0e9ffb961feaf99eec1ae0 Author: Konrad Windszus <k...@apache.org> AuthorDate: Fri Sep 12 14:14:09 2025 +0200 Add TOC Use markdown metadata for title and author --- content/markdown/whatsnewinmaven4.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/content/markdown/whatsnewinmaven4.md b/content/markdown/whatsnewinmaven4.md index e1d97770..66f2bb62 100644 --- a/content/markdown/whatsnewinmaven4.md +++ b/content/markdown/whatsnewinmaven4.md @@ -1,3 +1,8 @@ +--- +title: What's new in Maven 4? +author: + - Matthias Bünger +--- <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file @@ -16,12 +21,6 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - -<head> - <title>What's new in Maven 4?</title> - <meta name="author" content="Matthias Bünger" /> -</head> - # What's new in Maven 4? **Note**: This article will continuously be updated at least until Maven 4.0.0 is released. @@ -53,6 +52,8 @@ Maven 4 prepares for this and more. This article presents and explains major changes brought by Maven 4, grouped into several topics. +<!-- MACRO{toc|section=1|fromDepth=2} --> + ## Required Java version Maven 4 requires Java 17.