This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a change to branch MNG-6481 in repository https://gitbox.apache.org/repos/asf/maven.git.
discard 1c6e29b [MNG-6481] Run Maven Integration Tests with Java 7, 8 and 11 add e4b53d3 [MNG-6490] Maven shall not fail reporting circular dependency when the dependency is a classified secondary artifact add ba74b96 [MNG-6492] - Minor improvement on Array construction, conversion performance add 6688d76 [MNG-6497] - Upgrade guava / guice add 97c98ec [maven-release-plugin] prepare release maven-3.6.0 add 6e376d4 [maven-release-plugin] prepare for next development iteration add b5014bf removed extra # in generated content add 0ee5dfb Updated DOAP for Maven Core Release 3.6.0 add 114a0e9 Updated Quick Build information. new 656ba19 [MNG-6481] Run Maven Core Integration Tests with Java 7, 8 and 11 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 (1c6e29b) \ N -- N -- N refs/heads/MNG-6481 (656ba19) 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: README.md | 2 +- apache-maven/pom.xml | 2 +- .../main/appended-resources/META-INF/LICENSE.vm | 2 +- doap_Maven.rdf | 11 +++++++++ maven-artifact/pom.xml | 2 +- maven-builder-support/pom.xml | 2 +- maven-compat/pom.xml | 2 +- .../java/org/apache/maven/project/ModelUtils.java | 6 +---- .../metadata/DefaultClasspathTransformation.java | 2 +- maven-core/pom.xml | 2 +- .../apache/maven/project/ProjectModelResolver.java | 5 ++-- .../toolchain/DefaultToolchainManagerPrivate.java | 2 +- .../lifecycle/internal/stub/MojoExecutorStub.java | 5 +--- maven-embedder/pom.xml | 2 +- .../java/org/apache/maven/cli/CleanArgument.java | 2 +- .../main/java/org/apache/maven/cli/MavenCli.java | 4 ++-- maven-model-builder/pom.xml | 2 +- .../StringSearchModelInterpolator.java | 3 +-- .../model/validation/DefaultModelValidator.java | 22 ++++++++--------- .../validation/DefaultModelValidatorTest.java | 7 ++++++ .../raw-model/self-referencing-classifier.xml | 28 +++++++++++----------- maven-model/pom.xml | 2 +- maven-plugin-api/pom.xml | 2 +- maven-repository-metadata/pom.xml | 2 +- maven-resolver-provider/pom.xml | 2 +- .../repository/internal/DefaultModelResolver.java | 4 +--- maven-settings-builder/pom.xml | 2 +- maven-settings/pom.xml | 2 +- maven-slf4j-provider/pom.xml | 2 +- pom.xml | 6 ++--- 30 files changed, 73 insertions(+), 66 deletions(-) copy maven-embedder/src/examples/simple-project/pom.xml => maven-model-builder/src/test/resources/poms/validation/raw-model/self-referencing-classifier.xml (63%)