Author: khmarbaise
Date: Sun Jul 19 09:52:53 2015
New Revision: 1691808

URL: http://svn.apache.org/r1691808
Log:
Reordered list and added information for MNG-5796.

Modified:
    maven/site/branches/maven-3.3.4/content/markdown/docs/3.3.4/release-notes.md

Modified: 
maven/site/branches/maven-3.3.4/content/markdown/docs/3.3.4/release-notes.md
URL: 
http://svn.apache.org/viewvc/maven/site/branches/maven-3.3.4/content/markdown/docs/3.3.4/release-notes.md?rev=1691808&r1=1691807&r2=1691808&view=diff
==============================================================================
--- 
maven/site/branches/maven-3.3.4/content/markdown/docs/3.3.4/release-notes.md 
(original)
+++ 
maven/site/branches/maven-3.3.4/content/markdown/docs/3.3.4/release-notes.md 
Sun Jul 19 09:52:53 2015
@@ -43,23 +43,26 @@ We hope you enjoy using Maven! If you ha
 Bugs
 ----
 
+ * The Cygwin Shell related handling of the `MAVEN_PROJECTBASEDIR` has been 
fixed
+   with [MNG-5812][MNG-5812].
+
+ * The new scripts to call Maven had introduced a bug related to the handling 
of the
+   `MAVEN_OPTS` and debugging options which has been fixed by 
[MNG-5813][MNG-5813].
+
  * Since Maven 3.3.1 it is possible to have configurations stored on a per 
project base in the 
    `${maven.projectBasedir}/.mvn` folder of the project. There you can use the 
`maven.config` 
    file to store command line options instead of repeating them every time you 
call maven.
    In cases where the given file has been empty Maven ended with a failure. 
This has been fixed
    with [MNG-5816][MNG-5816].
 
- * The new scripts to call Maven had introduced a bug related to the handling 
of the
-   `MAVEN_OPTS` and debugging options which has been fixed by 
[MNG-5813][MNG-5813].
-
- * The Cygwin Shell related handling of the `MAVEN_PROJECTBASEDIR` has been 
fixed
-   with [MNG-5812][MNG-5812].
-
  * The handling of the relativePath in a parent has been fixed related to the 
case
    that the parent has the same groupId:artifactId but a different version. In 
this
    case the resolution must be done against the repository.
    This has been fixed by [MNG-5840][MNG-5840].
 
+ * In cases where you start Maven in the root of a windows drive maven will 
fail.
+   This has been fixed by [MNG-5796][MNG-5796]. 
+
 Improvement
 -----------
 
@@ -81,3 +84,4 @@ See [complete release notes for all vers
 [MNG-5813]: https://issues.apache.org/jira/browse/MNG-5813
 [MNG-5816]: https://issues.apache.org/jira/browse/MNG-5816
 [MNG-5840]: https://issues.apache.org/jira/browse/MNG-5840
+[MNG-5796]: https://issues.apache.org/jira/browse/MNG-5796


Reply via email to