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 fc1d2394 Use markdown metadata for title and author in What's new in Maven 4 (#1394) fc1d2394 is described below commit fc1d239477c28b6a9e784e1c7ed3cf1a0871c885 Author: Konrad Windszus <k...@apache.org> AuthorDate: Sat Sep 13 08:37:13 2025 +0200 Use markdown metadata for title and author in What's new in Maven 4 (#1394) --- content/markdown/whatsnewinmaven4.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/markdown/whatsnewinmaven4.md b/content/markdown/whatsnewinmaven4.md index e1d97770..725f8aab 100644 --- a/content/markdown/whatsnewinmaven4.md +++ b/content/markdown/whatsnewinmaven4.md @@ -1,3 +1,6 @@ +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 @@ -17,11 +20,6 @@ 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 +51,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.