Author: stephenc
Date: Fri Mar 24 10:52:28 2017
New Revision: 1788404

URL: http://svn.apache.org/viewvc?rev=1788404&view=rev
Log:
prepare to update the site (just need the sync to mirrors so I can send the ANN 
mail so I can get the link to the mail archives)

Modified:
    maven/site/trunk/content/markdown/docs/3.5.0-beta-1/release-notes.md
    maven/site/trunk/content/markdown/docs/history.md.vm

Modified: maven/site/trunk/content/markdown/docs/3.5.0-beta-1/release-notes.md
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/content/markdown/docs/3.5.0-beta-1/release-notes.md?rev=1788404&r1=1788403&r2=1788404&view=diff
==============================================================================
--- maven/site/trunk/content/markdown/docs/3.5.0-beta-1/release-notes.md 
(original)
+++ maven/site/trunk/content/markdown/docs/3.5.0-beta-1/release-notes.md Fri 
Mar 24 10:52:28 2017
@@ -48,6 +48,11 @@ We hope you enjoy using Maven! If you ha
 
 The following issues were identified during release testing of this _BETA_ 
release but have not been deemed as release blockers:
 
+* [MNG-6190] maven-resolver-provider's `DefaultArtifactDescriptorReader` has 
mismatched constructor and initService methods (this issue does not affect 
normal usage of Maven)
+* [MNG-6191] `mvn -f` complains about illegal `readlink` option under macOS
+* [MNG-6192] The distribution zip file has unordered entries and some tools - 
most notably Maven wrapper - will fail to unzip the distribution
+
+
 ## Why not Maven 3.4.0?
 
 After Maven 3.3.9 was released, the Eclipse Aether project was retired and the 
code base was migrated to the Apache Maven project.
@@ -128,10 +133,10 @@ Thank you also for your time and feedbac
  * Replaced Eclipse Aether with [Maven Resolver][maven-resolver]
    [MNG-6110], [MNG-6140].
 
- * Using of CI friendly versions via `${revision}`, `${sha1}` and/or 
`${changelist}` 
+ * Using of CI friendly versions via `${revision}`, `${sha1}` and/or 
`${changelist}`
    has been fixed [MNG-6057], [MNG-6090] and [MNG-5895]. It is very important 
to
-   know if you are using the previously named properties for a version in your 
-   pom you have to use [flatten-maven-plugin] if you like to do an `mvn 
install` 
+   know if you are using the previously named properties for a version in your
+   pom you have to use [flatten-maven-plugin] if you like to do an `mvn 
install`
    or `mvn deploy` more details can be found at [Maven CI 
Friendly](/maven-ci-friendly.html).
 
  * The two known issues from 3.5.0-alpha-1 have been fixed [MNG-6177], 
[MNG-6115]
@@ -210,5 +215,8 @@ See [complete release notes for all vers
 [MNG-6182]: https://issues.apache.org/jira/browse/MNG-6182
 [MNG-6183]: https://issues.apache.org/jira/browse/MNG-6183
 [MNG-6189]: https://issues.apache.org/jira/browse/MNG-6189
+[MNG-6190]: https://issues.apache.org/jira/browse/MNG-6190
+[MNG-6191]: https://issues.apache.org/jira/browse/MNG-6191
+[MNG-6192]: https://issues.apache.org/jira/browse/MNG-6192
 
 [flatten-maven-plugin]: http://www.mojohaus.org/flatten-maven-plugin/

Modified: maven/site/trunk/content/markdown/docs/history.md.vm
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/content/markdown/docs/history.md.vm?rev=1788404&r1=1788403&r2=1788404&view=diff
==============================================================================
--- maven/site/trunk/content/markdown/docs/history.md.vm (original)
+++ maven/site/trunk/content/markdown/docs/history.md.vm Fri Mar 24 10:52:28 
2017
@@ -1,6 +1,6 @@
 # Maven Releases History
 
-<!-- 
+<!--
  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
@@ -71,7 +71,8 @@ Date format is: YYYY-MM-DD
 <td>Links</td>
 </tr>
 
-#release( "2017-02-28" "3.5.0-alpha-1" 
"announce/201703.mbox/%3CCA%2BnPnMyDmF7KAB_W89bkVjNTmpHQtv3reFA0Xm3cpYHtW1fKaA%40mail.gmail.com%3E"
 "" "Java 7" "4" )
+#release( "2017-03-24" "3.5.0-beta-1" "announce/201703.mbox/..." "" "Java 7" 
"5" )
+#release( "2017-02-28" "3.5.0-alpha-1" 
"announce/201703.mbox/%3CCA%2BnPnMyDmF7KAB_W89bkVjNTmpHQtv3reFA0Xm3cpYHtW1fKaA%40mail.gmail.com%3E"
 "" "" "" )
 #release( "2015-11-14" "3.3.9" 
"announce/201511.mbox/%3C20151118071117.A29D618223%40minotaur.apache.org%3E" 
"true" "" "" )
 #release( "2015-04-28" "3.3.3" 
"users/201504.mbox/%3C4B6DEAE5-A0C1-40F0-A290-FAF9B67753D2%40takari.io%3E" "" 
"" "" )
 #release( "2015-03-18" "3.3.1" 
"users/201503.mbox/%3CC490F64B-BB4A-48F9-98DD-4352A7FAE378%40takari.io%3E" "" 
"" "" )


Reply via email to