From commits-return-74026-archive-asf-public=cust-asf.ponee.io@maven.apache.org Thu Jun 21 22:43:18 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 8EB3618062B for ; Thu, 21 Jun 2018 22:43:17 +0200 (CEST) Received: (qmail 38816 invoked by uid 500); 21 Jun 2018 20:43:16 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 38807 invoked by uid 99); 21 Jun 2018 20:43:16 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jun 2018 20:43:16 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 0C27B850AA; Thu, 21 Jun 2018 20:43:16 +0000 (UTC) Date: Thu, 21 Jun 2018 20:43:16 +0000 To: "commits@maven.apache.org" Subject: [maven-site] branch master updated: 3.5.4 release notes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <152961379599.12047.14939540497617795266@gitbox.apache.org> From: stephenc@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: maven-site X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: fb94c566f4bd16adabb6d40676e53bb5ab9b3de4 X-Git-Newrev: 1fbe1b148ab9615e4a245bcb304afecf835841af X-Git-Rev: 1fbe1b148ab9615e4a245bcb304afecf835841af X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. stephenc pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-site.git The following commit(s) were added to refs/heads/master by this push: new 1fbe1b1 3.5.4 release notes 1fbe1b1 is described below commit 1fbe1b148ab9615e4a245bcb304afecf835841af Author: Stephen Connolly AuthorDate: Thu Jun 21 21:43:14 2018 +0100 3.5.4 release notes --- content/markdown/docs/3.5.4/release-notes.md | 130 +++++++++++++++++++++++++++ content/markdown/docs/history.md.vm | 3 +- pom.xml | 4 +- 3 files changed, 134 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..86eb748 --- /dev/null +++ b/content/markdown/docs/3.5.4/release-notes.md @@ -0,0 +1,130 @@ + + +# 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 + +At the time of release, there are no known regressions introduced by this release + +## Overview about the changes + +This release is primarily aimed to resolve the two regressions introduced in the 3.5.3 release, specifically [MNG-6372][] and [MNG-6388][]. + +There are some additional minor improvements, the most notable of which is: + +- The Maven Super POM changes the default execution of the `maven-source-plugin` `jar` goal into `jar-no-fork` which should resolve some issues complex projects had running releases. + +## [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..e406dff 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 Links -#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-21" "3.5.4" "" "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 @@ 3.5.3 2017-10-24 138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T08:58:13+01:00 - 3.5.3 + 3.5.4 3.3.9 3.2.5 3.1.1 @@ -65,7 +65,7 @@ 2.1.3 2011-04-17 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 - 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 + 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 ${project.build.directory}/site 1.7