This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a change to branch MNG-6362 in repository https://gitbox.apache.org/repos/asf/maven.git.
discard 735dadb [MNG-6362] - Adding CONTRIBUTING, README.md pull_request_template for GitHub. add faa9ef0 [MNG-6370] ConcurrencyDependencyGraph#getNumberOfBuilds() does not remove finished projects from unfinished ones add b753981 update DOAP add 197b4be removed configuration inherited from parent and more up-to-date add b04ad69 [MNG-6377] switch from Git-WIP to GitBox add af49a31 [MNG-6377] switch from Git-WIP to Gitbox add 2dbc644 [MNG-6377] switch from Git-WIP to Gitbox new a00f3b6 [MNG-6362] - Adding CONTRIBUTING, README.md pull_request_template for GitHub. 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 (735dadb) \ N -- N -- N refs/heads/MNG-6362 (a00f3b6) 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 1 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: Jenkinsfile | 2 +- NOTICE | 2 +- apache-maven/README.txt | 4 +- doap_Maven.rdf | 27 ++++--- .../multithreaded/ConcurrencyDependencyGraph.java | 6 +- .../ConcurrencyDependencyGraphTest.java | 83 ++++++++++++++++++++++ pom.xml | 6 +- src/site/site.xml | 9 --- 8 files changed, 112 insertions(+), 27 deletions(-) create mode 100644 maven-core/src/test/java/org/apache/maven/lifecycle/internal/builder/multithreaded/ConcurrencyDependencyGraphTest.java -- To stop receiving notification emails like this one, please contact khmarba...@apache.org.