This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch maven-3.8.4 in repository https://gitbox.apache.org/repos/asf/maven-site.git
commit 86cbab255a7121e9b9c379715d16e9fcca0ec384 Author: Michael Osipov <micha...@apache.org> AuthorDate: Sun Nov 14 10:20:43 2021 +0100 Add release notes for Maven 3.8.4 This closes #274 --- content/markdown/docs/3.8.4/release-notes.md | 61 ++++++++++++++++++++++++++++ content/markdown/docs/history.md.vm | 3 +- pom.xml | 10 ++--- 3 files changed, 68 insertions(+), 6 deletions(-) diff --git a/content/markdown/docs/3.8.4/release-notes.md b/content/markdown/docs/3.8.4/release-notes.md new file mode 100644 index 0000000..7ab6ca6 --- /dev/null +++ b/content/markdown/docs/3.8.4/release-notes.md @@ -0,0 +1,61 @@ +<!-- + 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 3.8.4 + +The Apache Maven team would like to announce the release of Maven 3.8.4. + +Maven 3.8.4 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/3.8.4/](/ref/3.8.4/) + +## Overview About the Changes + +* Regression fixes from Maven 3.8.3 +* Upgrade to Jansi 2.4.0 which supports macOS on ARM natively + +The full list of changes can be found in our [issue management system][4]. + +## Known Issues + +- The `ThreadLocal` approach that was introduced in 3.8.2 to fix [MNG-6843][6] had to be reverted as it caused too many side-effects. [MNG-7335][7] was created to track the work needed to add a more sustainable fix to Maven 3.8.5 or 3.9.0. + +## Complete Release Notes + +See [complete release notes for all versions][5] + +[0]: ../../download.html +[1]: ../../plugins/index.html +[2]: https://maven.apache.org/ +[4]: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12350685 +[5]: ../../docs/history.html +[6]: https://issues.apache.org/jira/browse/MNG-6843 +[7]: https://issues.apache.org/jira/browse/MNG-7335 + diff --git a/content/markdown/docs/history.md.vm b/content/markdown/docs/history.md.vm index 3f249ed..969927b 100644 --- a/content/markdown/docs/history.md.vm +++ b/content/markdown/docs/history.md.vm @@ -73,7 +73,8 @@ Date format is: YYYY-MM-DD <!-- release( date version announce latest-minor jdk rowspan ) --> <!-- The following two lines needs to be fixed in x days if the archive picks up the announcement mail. --> -#release( "2021-09-27" "3.8.3" "announce/202110.mbox/%3c8bf4d8cb-6a12-4423-f913-24ca2351b...@apache.org%3E" "true" "Java 7" "16" ) +#release( "2021-11-14" "3.8.4" "announce/202111.mbox/%3c55867acd-a5d4-6f42-ef39-c82a4bcd9...@apache.org%3E" "true" "Java 7" "17" ) +#release( "2021-09-27" "3.8.3" "announce/202110.mbox/%3c8bf4d8cb-6a12-4423-f913-24ca2351b...@apache.org%3E" "" "" "" ) #release( "2021-08-04" "3.8.2" "announce/202108.mbox/%3c85a7a3d4-c4ae-8e1e-f5c4-832017b79...@apache.org%3E" "" "" "" ) #release( "2021-04-04" "3.8.1" "announce/202104.mbox/%3CMailbird-0918dc43-dc18-4008-b83b-8bc8b1528177%40apache.org%3E" "" "" "" ) #release( "2019-11-25" "3.6.3" "announce/201911.mbox/%3CMailbird-b8a76b15-cad9-4f81-b834-17c4e8b4d6b8%40apache.org%3E" "true" "" "" ) diff --git a/pom.xml b/pom.xml index 567f48f..57ead81 100644 --- a/pom.xml +++ b/pom.xml @@ -55,10 +55,10 @@ <properties> <maven.site.path>maven-site</maven.site.path> - <currentStableVersion>3.8.3</currentStableVersion> - <currentStableReleaseDate>2021-09-27</currentStableReleaseDate> - <currentStableVersionDetails>ff8e977a158738155dc465c6a97ffaf31982d739</currentStableVersionDetails> - <current38xVersion>3.8.3</current38xVersion> + <currentStableVersion>3.8.4</currentStableVersion> + <currentStableReleaseDate>2021-11-14</currentStableReleaseDate> + <currentStableVersionDetails>9b656c72d54e5bacbed989b64718c159fe39b537</currentStableVersionDetails> + <current38xVersion>3.8.4</current38xVersion> <current36xVersion>3.6.3</current36xVersion> <current35xVersion>3.5.4</current35xVersion> <current33xVersion>3.3.9</current33xVersion> @@ -68,7 +68,7 @@ <currentAntTasksVersion>2.1.3</currentAntTasksVersion> <currentAntTasksReleaseDate>2011-04-17</currentAntTasksReleaseDate> <versions2x>2.2.1,2.2.0,2.1.0,2.0.11,2.0.10,2.0.9,2.0.8,2.0.7,2.0.6,2.0.5,2.0.4,2.0.3,2.0.2,2.0.1,2.0</versions2x> - <versions3x>3.8.3,3.8.2,3.8.1,3.6.3,3.6.2,3.6.1,3.6.0,3.5.4,3.5.3,3.5.2,3.5.0,3.5.0-beta-1,3.5.0-alpha-1,3.3.9,3.3.3,3.3.1,3.2.5,3.2.3,3.2.2,3.2.1,3.1.1,3.1.0,3.1.0-alpha-1,3.0.5,3.0.4,3.0.3,3.0.2,3.0.1,3.0,3.0-beta-3,3.0-beta-2,3.0-beta-1,3.0-alpha-7,3.0-alpha-6,3.0-alpha-5,3.0-alpha-4,3.0-alpha-3</versions3x> + <versions3x>3.8.4,3.8.3,3.8.2,3.8.1,3.6.3,3.6.2,3.6.1,3.6.0,3.5.4,3.5.3,3.5.2,3.5.0,3.5.0-beta-1,3.5.0-alpha-1,3.3.9,3.3.3,3.3.1,3.2.5,3.2.3,3.2.2,3.2.1,3.1.1,3.1.0,3.1.0-alpha-1,3.0.5,3.0.4,3.0.3,3.0.2,3.0.1,3.0,3.0-beta-3,3.0-beta-2,3.0-beta-1,3.0-alpha-7,3.0-alpha-6,3.0-alpha-5,3.0-alpha-4,3.0-alpha-3</versions3x> <site.output>${project.build.directory}/site</site.output> <fluidoVersion>1.9.1-SNAPSHOT</fluidoVersion><!-- used by src/xdoc/errors/404.xml.vm --> <doxiaVersion>1.9.1</doxiaVersion>