This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a change to branch MNG-6169/MNG-6550
in repository https://gitbox.apache.org/repos/asf/maven.git.


 discard 95353b2  Upgrade to Maven Deploy Plugin 3.0.0-M1
 discard 93063f2  Upgrade to Maven Install Plugin 3.0.0-M1
     add d9facde  [MNG-6530] Introduce system property to disable global model 
cache
     add a939654  [MNG-6256] Surround parameter of echo command with double 
quotes
     add 8e5ecf0  fixed link (that goes to implementation in maven-core)
     add 375cd7b  [MNG-6559] Fix mailing list URL (#230)
     add fdf5d92  renamed variables for better understanding
     add 396291b  [MNG-6069] Migrate to non deprecated parts of Commons CLI 
(#153)
     add 2928dc6  refactoring: extracted initParent() method
     add 049b7a7  refactoring: reduced try/catch scope
     add ae1c32a  [MNG-6533] Test: ProjectBuildingException miss reference to 
MavenProject
     add 8b7055f  [MNG-6533] Prefer passing the interim project in 
ProjectBuildingResult
     add 27332cf  [MNG-6533] ProjectBuilder report ModelProblem instead of 
Exception
     add 24c762d  [MNG-6533] catch InvalidArtifactRTException runtime exception
     add bb3ec5d  [MNG-5995] Remove dependency to maven-compat (#185)
     add 7e3e545  [MNG-6573] Use Maven 3.6.0 for CI
     add 15c6471  [MNG-6558] ToolchainsBuildingResult event is not sent on 
EventSpy
     add b7249af  Revert [MNG-6069] Migrate to non deprecated parts of Commons 
CLI
     add 8f9075d  [MNG-6571] cache VersionRange instances, they are immutable
     add 6bd8bb9  [MNG-6571] forgot to put new instance in cache
     add 657fbb7  Revert "[MNG-6571] forgot to put new instance in cache"
     add 961746f  [MNG-6571] separate caches for create from spec and version
     add 4decfcf  [MNG-6591] Upgrade to Wagon 3.3.2
     add c674bcf  [MNG-6495] ModelResolver cannot be null
     add bd4a3a0  [MNG-6593] track input location for super-pom content
     new 91a1c88  Upgrade to Maven Install Plugin 3.0.0-M1
     new bac7af8  Upgrade to Maven Deploy Plugin 3.0.0-M1

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   (95353b2)
            \
             N -- N -- N   refs/heads/MNG-6169/MNG-6550 (bac7af8)

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 2 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:
 CONTRIBUTING.md                                    |   4 +-
 Jenkinsfile                                        |   8 +-
 apache-maven/README.txt                            |   2 +-
 apache-maven/src/bin/mvn.cmd                       |   4 +-
 .../org/apache/maven/artifact/ArtifactUtils.java   |   2 +-
 .../maven/artifact/versioning/VersionRange.java    |  33 +-
 .../artifact/versioning/VersionRangeTest.java      |  19 ++
 .../apache/maven/bridge/MavenRepositorySystem.java | 100 +++++-
 .../plugin/DefaultLifecycleBindingsInjector.java   |  14 +-
 .../maven/project/DefaultProjectBuilder.java       | 367 ++++++++++++---------
 .../project/DefaultProjectBuildingHelper.java      |   6 +-
 .../apache/maven/project/ProjectBuilderTest.java   | 119 +++++++
 .../resources/projects/artifactMissingVersion.xml  |  34 ++
 .../pom.xml => resources/projects/badPom.xml}      |  10 +-
 .../main/java/org/apache/maven/cli/MavenCli.java   |   6 +-
 .../java/org/apache/maven/cli/MavenCliTest.java    |  38 +++
 .../maven/model/building/ModelBuildingRequest.java |   4 +-
 .../model/superpom/DefaultSuperPomProvider.java    |  11 +-
 maven-model-builder/src/site/apt/index.apt         |   4 +-
 pom.xml                                            |   2 +-
 20 files changed, 591 insertions(+), 196 deletions(-)
 create mode 100644 
maven-core/src/test/resources/projects/artifactMissingVersion.xml
 copy maven-core/src/test/{projects/default-maven/cyclic-reference/pom.xml => 
resources/projects/badPom.xml} (53%)

Reply via email to