This is an automated email from the ASF dual-hosted git repository. stephenc pushed a commit to branch 3.5.4-release-notes in repository https://gitbox.apache.org/repos/asf/maven-site.git
commit f76a3c970ad29ffa9c2cbffad8885fedc47443cc Author: Stephen Connolly <stephen.alan.conno...@gmail.com> AuthorDate: Sun Jun 17 22:08:49 2018 +0100 Draft 3.5.4 release notes --- content/markdown/docs/3.5.4/release-notes.md | 125 +++++++++++++++++++++++++++ content/markdown/docs/history.md.vm | 3 +- pom.xml | 4 +- 3 files changed, 129 insertions(+), 3 deletions(-) diff --git a/content/markdown/docs/3.5.4/release-notes.md b/content/markdown/docs/3.5.4/release-notes.md new file mode 100644 index 0000000..8b4baf2 --- /dev/null +++ b/content/markdown/docs/3.5.4/release-notes.md @@ -0,0 +1,125 @@ +<!-- + 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 +--> + +# Release Notes – Maven 3.5.4 + +The Apache Maven team would like to announce the release of Maven 3.5.4 + +Maven 3.5.4 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 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: [https://maven.apache.org/][2] +- the maven-user mailing list: [https://maven.apache.org/mail-lists.html](/mail-lists.html) +- the reference documentation: [https://maven.apache.org/ref/3.5.4/](/ref/3.5.4/) + +## Reporters and Contributors of this release + +We really value the contributions of these non committers, so this section is focused on those individuals. Descriptions of the issues fixed can be found at the [end of these release notes](#Details). + +Bugs: + +- [MNG-6370][] reporter and contributor: Sylwester Lachiewicz +- [MNG-6382][] reporter: Falko Modler +- [MNG-6388][] reporter: Mike Kelly +- [MNG-6410][] reporter and contributor: Łukasz Dywicki + +Improvements: + +- [MNG-5756][] reporter: Jarkko Rantavuori contributor: eis +- [MNG-5940][] contributor: Florian Brunner +- [MNG-6411][] reporter and contributor: Łukasz Dywicki + +Dependency Upgrades: + +- [MNG-6344][] reporter and contributor: Sylwester Lachiewicz + +Many thanks to all reporters and contributors for their time and support. + +## Preliminary Testers + +Thank you also for your time and feedback. + +## Known Issues + + +## Overview about the changes + + +## [The detailed issue list](#Details) + + +### Bugs +- [MNG-6370][] `ConcurrencyDependencyGraph#getNumberOfBuilds()` does not remove finished projects from unfinished ones +- [MNG-6372][] On Windows Maven can output spurious ANSI escapes such as `[0m [0m` +- [MNG-6382][] JANSI fails frequently with `NumberFormatException` when building in parallel +- [MNG-6386][] `${project.baseUri}` is not a valid URI (according to RFC 3986) +- [MNG-6388][] Error Fetching Artifacts: "`[B cannot be cast to java.lang.String`" +- [MNG-6403][] `Artifact#VERSION_FILE_PATTERN` does not escape period between date and time +- [MNG-6410][] Add `groupId` to `--resume-from` suggestion if `artifactId` is not unique in reactor + +### Improvements +- [MNG-5756][] Java home output in `mvn -v` is misleading +- [MNG-5940][] Change the `maven-source-plugin` `jar` goal into `jar-no-fork` in Maven Super POM +- [MNG-6362][] Add documentation information for GitHub +- [MNG-6363][] Remove secret thread configuration property from code +- [MNG-6364][] Enhanced `Jenkinsfile` to test Core with JDK 9 +- [MNG-6411][] Improve readability of project list returned when `--resume-from` option value is invalid + +### Tasks +- [MNG-6377][] switch from Git-WIP to Gitbox + +### Dependency upgrades +- [MNG-6344][] Upgrade Guice to 4.2.0 +- [MNG-6423][] Upgrade to Wagon 3.1.0 + +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=12342826 +[5]: ../../docs/history.html +[MNG-6370]: https://issues.apache.org/jira/browse/MNG-6370 +[MNG-6372]: https://issues.apache.org/jira/browse/MNG-6372 +[MNG-6382]: https://issues.apache.org/jira/browse/MNG-6382 +[MNG-6386]: https://issues.apache.org/jira/browse/MNG-6386 +[MNG-6388]: https://issues.apache.org/jira/browse/MNG-6388 +[MNG-6403]: https://issues.apache.org/jira/browse/MNG-6403 +[MNG-6410]: https://issues.apache.org/jira/browse/MNG-6410 +[MNG-5756]: https://issues.apache.org/jira/browse/MNG-5756 +[MNG-5940]: https://issues.apache.org/jira/browse/MNG-5940 +[MNG-6362]: https://issues.apache.org/jira/browse/MNG-6362 +[MNG-6363]: https://issues.apache.org/jira/browse/MNG-6363 +[MNG-6364]: https://issues.apache.org/jira/browse/MNG-6364 +[MNG-6411]: https://issues.apache.org/jira/browse/MNG-6411 +[MNG-6377]: https://issues.apache.org/jira/browse/MNG-6377 +[MNG-6344]: https://issues.apache.org/jira/browse/MNG-6344 +[MNG-6423]: https://issues.apache.org/jira/browse/MNG-6423 diff --git a/content/markdown/docs/history.md.vm b/content/markdown/docs/history.md.vm index e47cd4e..74b3c99 100644 --- a/content/markdown/docs/history.md.vm +++ b/content/markdown/docs/history.md.vm @@ -71,7 +71,8 @@ Date format is: YYYY-MM-DD <td>Links</td> </tr> -#release( "2018-03-08" "3.5.3" "announce/201803.mbox/%3CCA%2BnPnMyM0sWU1yQ8Vxo3P5f8_W0F5wDgadzK99NceVrJn%2ByxAQ%40mail.gmail.com%3E" "true" "Java 7" "8" ) +#release( "2018-06-TODO" "3.5.4" "anounce/... TODO" "true" "Java 7" "9" ) +#release( "2018-03-08" "3.5.3" "announce/201803.mbox/%3CCA%2BnPnMyM0sWU1yQ8Vxo3P5f8_W0F5wDgadzK99NceVrJn%2ByxAQ%40mail.gmail.com%3E" "" "" "8" ) #release( "2017-10-24" "3.5.2" "announce/201710.mbox/%3CCA%2BnPnMyzJ1%3DtTQ_%3DsAKnj95_2PjiE4ArUQkysyJrW%2Bpz5MEWcA%40mail.gmail.com%3E" "" "" "" ) #release( "2017-04-07" "3.5.0" "announce/201704.mbox/%3CCA%2BnPnMz9C8uo0WseJjbdVtC7Sh%3DKM5uvWcOjBfW5r-WRYfMXWw%40mail.gmail.com%3E" "" "" "" ) #release( "2017-03-24" "3.5.0-beta-1" "announce/201703.mbox/%3CCA%2BnPnMz1zeTkXn_2b%3DPgBDm61PLTM43zZ5fgvOSNvTqwEkfS_A%40mail.gmail.com%3E" "" "" "" ) diff --git a/pom.xml b/pom.xml index 6859f94..0196d9b 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,7 @@ <currentStableVersion>3.5.3</currentStableVersion> <currentStableReleaseDate>2017-10-24</currentStableReleaseDate> <currentStableVersionDetails>138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T08:58:13+01:00</currentStableVersionDetails> - <current35xVersion>3.5.3</current35xVersion> + <current35xVersion>3.5.4</current35xVersion> <current33xVersion>3.3.9</current33xVersion> <current32xVersion>3.2.5</current32xVersion> <current31xVersion>3.1.1</current31xVersion> @@ -65,7 +65,7 @@ <currentAntTasksVersion>2.1.3</currentAntTasksVersion> <currentAntTasksReleaseDate>2011-04-17</currentAntTasksReleaseDate> <versions2x>2.2.1,2.2.0,2.1.0,2.0.11,2.0.10,2.0.9,2.0.8,2.0.7,2.0.6,2.0.5,2.0.4,2.0.3,2.0.2,2.0.1,2.0</versions2x> - <versions3x>3.5.3,3.5.2,3.5.0,3.5.0-beta-1,3.5.0-alpha-1,3.3.9,3.3.3,3.3.1,3.2.5,3.2.3,3.2.2,3.2.1,3.1.1,3.1.0,3.1.0-alpha-1,3.0.5,3.0.4,3.0.3,3.0.2,3.0.1,3.0,3.0-beta-3,3.0-beta-2,3.0-beta-1,3.0-alpha-7,3.0-alpha-6,3.0-alpha-5,3.0-alpha-4,3.0-alpha-3</versions3x> + <versions3x>3.5.4,3.5.3,3.5.2,3.5.0,3.5.0-beta-1,3.5.0-alpha-1,3.3.9,3.3.3,3.3.1,3.2.5,3.2.3,3.2.2,3.2.1,3.1.1,3.1.0,3.1.0-alpha-1,3.0.5,3.0.4,3.0.3,3.0.2,3.0.1,3.0,3.0-beta-3,3.0-beta-2,3.0-beta-1,3.0-alpha-7,3.0-alpha-6,3.0-alpha-5,3.0-alpha-4,3.0-alpha-3</versions3x> <site.output>${project.build.directory}/site</site.output> <fluidoVersion>1.7</fluidoVersion><!-- used by src/xdoc/errors/404.xml.vm --> </properties> -- To stop receiving notification emails like this one, please contact steph...@apache.org.