This is an automated email from the ASF dual-hosted git repository. cstamas pushed a commit to branch mvn-400-rc-1-relnotes in repository https://gitbox.apache.org/repos/asf/maven-site.git
commit 3605ca3b586fa2ef9b9ff467a9b80b9593a87e5d Author: Tamas Cservenak <ta...@cservenak.net> AuthorDate: Mon Nov 25 12:15:58 2024 +0100 Maven 4.0.0-rc-1 Release Notes WIP --- content/markdown/docs/4.0.0-rc-1/release-notes.md | 66 +++++++++++++++++++++++ 1 file changed, 66 insertions(+) diff --git a/content/markdown/docs/4.0.0-rc-1/release-notes.md b/content/markdown/docs/4.0.0-rc-1/release-notes.md new file mode 100644 index 00000000..e805cd32 --- /dev/null +++ b/content/markdown/docs/4.0.0-rc-1/release-notes.md @@ -0,0 +1,66 @@ +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + + NOTE: For help with the syntax of this file, see: + http://maven.apache.org/doxia/modules/index.html#Markdown +--> + +# Release Notes – Maven 4.0.0-rc-1 + +The Apache Maven team would like to announce the release of Maven 4.0.0-rc-1. + +Maven 4 release **requires Java 17 for runtime**. + +This is release candidate release, **is not suitable for production**. + +Maven 4.0.0-rc-1 is [available for download][0]. + +Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting, and documentation from a central place. + +The core release is independent of plugin releases. Further releases of plugins will be made separately. See the [PluginList][1] for more information. + +If you have any questions, please consult: + +- the web site: [https://maven.apache.org/][2] +- the maven-user mailing list: [https://maven.apache.org/mailing-lists.html](/mailing-lists.html) +- the reference documentation: [https://maven.apache.org/ref/4.0.0-rc-1/](/ref/4.0.0-beta-5/) + +## Overview About the Changes + +The full list of changes can be found in our [issue management system][4]. + +Notable changes include: +* **requires Java 17 as "minimum runtime Java requirement"** +* brings the latest Maven Resolver 2.0.4 +* new features +* and many bug fixes since beta-5 + +## Known Issues + +None. Still, please do test and report any discovered issue to JIRA (or mailing list). + +## Complete Release Notes + +See [complete release notes for all versions][5] + +[0]: https://dlcdn.apache.org/maven/maven-4/4.0.0-rc-1/ +[1]: ../../plugins/index.html +[2]: https://maven.apache.org/ +[4]: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12355164 +[5]: ../../docs/history.html +