This is an automated email from the ASF dual-hosted git repository. cstamas pushed a commit to branch maven-4-beta-5 in repository https://gitbox.apache.org/repos/asf/maven-site.git
commit ffce882dbf676a51b56e0942a6669d87144de5b1 Author: Tamas Cservenak <ta...@cservenak.net> AuthorDate: Fri Oct 18 18:09:40 2024 +0200 Mavek 4.0.0-beta-5 release notes WIP --- .../markdown/docs/4.0.0-beta-5/release-notes.md | 68 ++++++++++++++++++++++ 1 file changed, 68 insertions(+) diff --git a/content/markdown/docs/4.0.0-beta-5/release-notes.md b/content/markdown/docs/4.0.0-beta-5/release-notes.md new file mode 100644 index 00000000..ff42c50a --- /dev/null +++ b/content/markdown/docs/4.0.0-beta-5/release-notes.md @@ -0,0 +1,68 @@ +<!-- + 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-beta-5 + +The Apache Maven team would like to announce the release of Maven 4.0.0-beta-5. + +Maven 4 release **requires Java 17 for runtime**. + +This is beta release, not suitable for production. + +Maven 4.0.0-beta-5 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-beta-5/](/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.2 +* new features +* and many bug fixes since beta-4 + +## Known Issues + +No known issues so far. + +If you find any incompatibility with latest versions of plugins, do not hesitate to report those. + +## Complete Release Notes + +See [complete release notes for all versions][5] + +[0]: https://dlcdn.apache.org/maven/maven-4/4.0.0-beta-5/ +[1]: ../../plugins/index.html +[2]: https://maven.apache.org/ +[4]: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12355075 +[5]: ../../docs/history.html +