This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a change to branch slach-pre-merge-master in repository https://gitbox.apache.org/repos/asf/maven.git.
discard 5037d37 [MNG-6492] - Minor improvement on Array construction, conversion performance add 23f5c88 [MNG-6391] - Printout version of last built module in reactor build new 936b055 [MNG-6492] - Minor improvement on Array construction, conversion performance new 98221fd [MNG-6069] Migrate to non deprecated parts of Commons CLI new e21885b [MNG-5995] Remove dependency to maven-compat This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (5037d37) \ N -- N -- N refs/heads/slach-pre-merge-master (e21885b) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../apache/maven/bridge/MavenRepositorySystem.java | 93 +++++++++++++++- .../project/DefaultProjectBuildingHelper.java | 6 +- .../main/java/org/apache/maven/cli/CLIManager.java | 120 +++++++++++---------- .../main/java/org/apache/maven/cli/MavenCli.java | 49 ++------- .../maven/cli/event/ExecutionEventLogger.java | 38 +++++-- 5 files changed, 198 insertions(+), 108 deletions(-)