You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2014/08/15 22:11:22 UTC

svn commit: r1618268 - in /maven/site/trunk/content/markdown/docs/3.2.3: ./ release-notes.md

Author: jvanzyl
Date: Fri Aug 15 20:11:22 2014
New Revision: 1618268

URL: http://svn.apache.org/r1618268
Log:
Prepare for Maven 3.2.3

Added:
    maven/site/trunk/content/markdown/docs/3.2.3/
    maven/site/trunk/content/markdown/docs/3.2.3/release-notes.md

Added: maven/site/trunk/content/markdown/docs/3.2.3/release-notes.md
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/markdown/docs/3.2.3/release-notes.md?rev=1618268&view=auto
==============================================================================
--- maven/site/trunk/content/markdown/docs/3.2.3/release-notes.md (added)
+++ maven/site/trunk/content/markdown/docs/3.2.3/release-notes.md Fri Aug 15 20:11:22 2014
@@ -0,0 +1,66 @@
+# Release Notes - Maven 3.2.3
+
+<!-- 
+ 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/references/apt-format.html
+-->
+
+## Maven 3.2.3
+
+The Apache Maven team would like to announce the release of Maven 3.2.3.
+
+Maven 3.2.3 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.
+
+Maven 3 aims to ensure backward compatibility with Maven 2, improve usability, increase performance, allow safe embedding, and pave the way to implement many highly demanded features.
+
+The core release is independent of the plugins available. Further releases of plugins will be made separately.
+See the [PluginList][1] for more information.
+
+We hope you enjoy using Maven! If you have any questions, please consult:
+
+- the web site: [http://maven.apache.org/](http://maven.apache.org/)
+- the maven-user mailing list: [http://maven.apache.org/mail-lists.html](http://maven.apache.org/mail-lists.html)
+- the reference documentation: [http://maven.apache.org/ref/3.2.3/](http://maven.apache.org/ref/3.2.3/)
+
+The full list of changes can be found in our [issue management system][4].
+
+## Highlights
+
+### Switch access to Maven Central to HTTPS ([MNG-5672][MNG-5672])
+
+The primary motivation for this quick release is to provide HTTPS access to Maven Central by default.
+
+## Complete Release Notes
+
+See [complete release notes for all versions][5]
+
+[0]: ../../download.html
+[1]: ../../plugins/index.html
+[2]: http://maven.apache.org/
+[4]: https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&amp;version=20443
+[5]: ../../release-notes-all.html
+[MNG-5672]: https://jira.codehaus.org/browse/MNG-5672
+[MNG-4565]: https://jira.codehaus.org/browse/MNG-4565
+[MNG-5346]: https://jira.codehaus.org/browse/MNG-5346
+[MNG-5452]: https://jira.codehaus.org/browse/MNG-5452
+[MNG-5639]: https://jira.codehaus.org/browse/MNG-5639