You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2021/08/04 19:32:24 UTC

[maven-site] branch maven-3.8.2 created (now 30cdb43)

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a change to branch maven-3.8.2
in repository https://gitbox.apache.org/repos/asf/maven-site.git.


      at 30cdb43  Add release notes for Mvaen 3.8.2

This branch includes the following new commits:

     new 30cdb43  Add release notes for Mvaen 3.8.2

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[maven-site] 01/01: Add release notes for Mvaen 3.8.2

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch maven-3.8.2
in repository https://gitbox.apache.org/repos/asf/maven-site.git

commit 30cdb4318413dffc656cdcb2cd6a39ceabec5f5d
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Wed Aug 4 21:31:50 2021 +0200

    Add release notes for Mvaen 3.8.2
---
 content/markdown/docs/3.8.2/release-notes.md | 57 ++++++++++++++++++++++++++++
 1 file changed, 57 insertions(+)

diff --git a/content/markdown/docs/3.8.2/release-notes.md b/content/markdown/docs/3.8.2/release-notes.md
new file mode 100644
index 0000000..2f1a655
--- /dev/null
+++ b/content/markdown/docs/3.8.2/release-notes.md
@@ -0,0 +1,57 @@
+<!-- 
+ 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.2
+
+The Apache Maven team would like to announce the release of Maven 3.8.2.
+
+Maven 3.8.2 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.2/](/ref/3.8.2/)
+
+## Overview about the changes 
+
+This release mainly contains fixes and non-invasive backports from Maven 4.0.0-alpha-1.
+
+## The detailed issue list[](#Details)
+
+TODO Do we need this here?
+
+The full list of changes can be found in our [issue management system][4].
+
+## 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=12349965
+[5]: ../../docs/history.html