Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add release notes for Maven 3.8.6 #303

Merged
merged 1 commit into from
Jun 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
58 changes: 58 additions & 0 deletions content/markdown/docs/3.8.6/release-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
<!--
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 &#x2013; Maven 3.8.6

The Apache Maven team would like to announce the release of Maven 3.8.6.

Maven 3.8.6 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.6/](/ref/3.8.6/)

## Overview About the Changes

* Regression fixes from Maven 3.8.5
* Improve locking for multithreaded builds

The full list of changes can be found in our [issue management system][4].

## Known Issues

*none*

## 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=12351556
[5]: ../../docs/history.html
3 changes: 2 additions & 1 deletion content/markdown/docs/history.md.vm
Original file line number Diff line number Diff line change
Expand Up @@ -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( "2022-03-05" "3.8.5" "announce/202203.mbox/%3Cb5eab336-e5ba-73bb-1c0c-d063d919ce4d@apache.org%3E" "true" "Java 7" "18" )
#release( "2022-06-06" "3.8.6" "announce/202206.mbox/%3C850c94d3-c7d3-81a3-b6e2-5b6f0d268126@apache.org%3E" "true" "Java 7" "19" )
#release( "2022-03-05" "3.8.5" "announce/202203.mbox/%3Cb5eab336-e5ba-73bb-1c0c-d063d919ce4d@apache.org%3E" "" "" "" )
#release( "2021-11-14" "3.8.4" "announce/202111.mbox/%3C55867acd-a5d4-6f42-ef39-c82a4bcd9062@apache.org%3E" "" "" "" )
#release( "2021-09-27" "3.8.3" "announce/202110.mbox/%3C8bf4d8cb-6a12-4423-f913-24ca2351b325@apache.org%3E" "" "" "" )
#release( "2021-08-04" "3.8.2" "announce/202108.mbox/%3C85a7a3d4-c4ae-8e1e-f5c4-832017b79ca3@apache.org%3E" "" "" "" )
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@

<properties>
<maven.site.path>maven-site</maven.site.path>
<currentStableVersion>3.8.5</currentStableVersion>
<currentStableReleaseDate>2021-03-05</currentStableReleaseDate>
<currentStableVersionDetails>3599d3414f046de2324203b78ddcf9b5e4388aa0</currentStableVersionDetails>
<current38xVersion>3.8.5</current38xVersion>
<currentStableVersion>3.8.6</currentStableVersion>
<currentStableReleaseDate>2021-06-06</currentStableReleaseDate>
<currentStableVersionDetails>84538c9988a25aec085021c365c560670ad80f63</currentStableVersionDetails>
<current38xVersion>3.8.6</current38xVersion>
<current36xVersion>3.6.3</current36xVersion>
<current35xVersion>3.5.4</current35xVersion>
<current33xVersion>3.3.9</current33xVersion>
Expand All @@ -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.5,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>
<versions3x>3.8.6,3.8.5,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.11.0</fluidoVersion><!-- used by src/xdoc/errors/404.xml.vm -->
<doxiaVersion>1.11.1</doxiaVersion>
Expand Down