You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2011/11/25 09:15:06 UTC

svn commit: r1206075 - in /maven/site/trunk/src/site/apt/docs/3.0.4: ./ release-notes.apt.vm release-notes.txt

Author: olamy
Date: Fri Nov 25 08:15:05 2011
New Revision: 1206075

URL: http://svn.apache.org/viewvc?rev=1206075&view=rev
Log:
prepare release notes for 3.0.4

Added:
    maven/site/trunk/src/site/apt/docs/3.0.4/
    maven/site/trunk/src/site/apt/docs/3.0.4/release-notes.apt.vm   (with props)
    maven/site/trunk/src/site/apt/docs/3.0.4/release-notes.txt   (with props)

Added: maven/site/trunk/src/site/apt/docs/3.0.4/release-notes.apt.vm
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/docs/3.0.4/release-notes.apt.vm?rev=1206075&view=auto
==============================================================================
--- maven/site/trunk/src/site/apt/docs/3.0.4/release-notes.apt.vm (added)
+++ maven/site/trunk/src/site/apt/docs/3.0.4/release-notes.apt.vm Fri Nov 25 08:15:05 2011
@@ -0,0 +1,56 @@
+ ------
+Release Notes - Maven 3.0.4
+ ------
+Olivier Lamy
+ ------
+2011-11-25
+ ------
+
+~~ 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.0.4
+
+  The Apache Maven team would like to announce the release of Maven 3.0.4.
+
+  Maven 3.0.4 is {{{../../download.html} available for download}}.
+
+  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 {{{../../plugins/index.html} Plugin List}} for more information.
+
+  We hope you enjoy using Maven! If you have any questions, please consult:
+
+    * the web site: {{http://maven.apache.org/}}
+
+    * the maven-user mailing list: {{http://maven.apache.org/mail-lists.html}}
+    
+#parse("release-notes.txt")
+
+* Complete Release Notes
+
+    * See {{{../../release-notes-3.x.html}complete release notes for 3.x}}
+
+    * See {{{../../release-notes-all.html}complete release notes for all versions}}

Propchange: maven/site/trunk/src/site/apt/docs/3.0.4/release-notes.apt.vm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/site/trunk/src/site/apt/docs/3.0.4/release-notes.apt.vm
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/site/trunk/src/site/apt/docs/3.0.4/release-notes.txt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/docs/3.0.4/release-notes.txt?rev=1206075&view=auto
==============================================================================
--- maven/site/trunk/src/site/apt/docs/3.0.4/release-notes.txt (added)
+++ maven/site/trunk/src/site/apt/docs/3.0.4/release-notes.txt Fri Nov 25 08:15:05 2011
@@ -0,0 +1,61 @@
+* Maven 3.0.4 Release Notes
+
+  Maven 3.0.4 is a maintenance release to address various regressions/bugs and to deliver other minor improvements.
+  The new version 3.0.4 is a recommended update for anybody currently using Maven 3.0.x.
+  
+  The full list of changes can be found in our
+  {{{http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=17215}issue management system}},
+  and is reproduced below.
+
+** Known Incompatibilities with Maven 2
+
+  Please refer to the following {{{http://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html} compatibility notes}}
+  before reporting any issues regarding changed build behavior in Maven 3.x.
+
+** Release Notes - Maven - Version 3.0.4 (since 3.0.2 only)
+
+** Bug
+    * [MNG-4792] - Preemptive authentication doesn't work
+    * [MNG-5064] - mvn -nsu (--no-snapshot-updates) should not download snapshots (and break local builds)
+    * [MNG-5096] - <exclusion> on <dependency> with <type>test-jar</type> doesn't work in maven 3
+    * [MNG-5113] - NullPointerException on javadoc site generation
+    * [MNG-5131] - Wrong encoding for encrypted passwords
+    * [MNG-5135] - Regression: in some cases aggregator mojo is unable to resolve dependencies with custom packaging
+    * [MNG-5137] - Reactor resolution does not work for forked multi module builds
+    * [MNG-5149] - DefaultArtifactRepositoryFactory.createArtifactRepository overload w/ layoutId passes wrong (repo) id
+    * [MNG-5153] - ModelMerger omits relativ path
+    * [MNG-5155] - 'inherited' flag of report sets ignored.
+    * [MNG-5157] - NPE stemming from DefaultModelBuilder.containsCoordinates
+    * [MNG-5163] - MavenProject.getPluginRepositories misimplemented
+    * [MNG-5164] - Odd <name> of central in superpom
+    * [MNG-5165] - Problem with scp transport (wagon-maven-plugin 1.0-beta-3, Maven 2.2.1, Ubuntu 11.04)
+    * [MNG-5192] - prevent ConcurrentModificationException in parallel mode -Tx when project have errors
+
+
+** Improvement
+    * [MNG-4112] - Set property containing the currently executing maven version.
+    * [MNG-5073] - ProjectBuilder.build(File,ProjectBuildingRequest) returns null project if dependency version info is missing
+    * [MNG-5076] - Improve SEO of documentation of lifecycle.xml
+    * [MNG-5119] - improve site organization of core components
+    * [MNG-5134] - Standard documentation for build-in properties
+    * [MNG-5141] - Make MojoExecutor.ensureDependenciesAreResolved public
+    * [MNG-5151] - use CNAME or repo to provide more stability
+    * [MNG-5152] - upgrade wagon to the final 1.0 version
+    * [MNG-5158] - Make loading of extensions from lib/ext more robust with regard to existence of ext directory
+    * [MNG-5159] - Extend validation of settings.xml to check for uniqueness of id elements
+    * [MNG-5175] - replace wagon http lightweight with wagon http 2.1
+    * [MNG-5200] - upgrade plugin versions in super pom
+    * [MNG-5201] - upgrade aether to 1.13 and sisu to 2.3.0
+
+
+
+** Task
+    * [MNG-5046] - Remove $Id$ from sources
+
+** Test
+    * [MNG-5114] - Handling unrecognized version qualifiers
+
+** Wish
+    * [MNG-5118] - add aggregated javadoc
+
+

Propchange: maven/site/trunk/src/site/apt/docs/3.0.4/release-notes.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/site/trunk/src/site/apt/docs/3.0.4/release-notes.txt
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision