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

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


 discard 488a555  [MNG-6837] Simplify detection of the MAVEN_HOME and make it 
fully qualified
    omit 6d63038  Revert "[MNG-5982] Pass user properties to 
ModelBuildingRequest"
    omit 5553ff0  [MNG-5982] Pass user properties to ModelBuildingRequest
    omit 08397c2  [MNG-6065] Moved org.slf4j.impl.MavenLoggerFactoryTest to the 
correct submodule
     new a46466e  [MNG-5982] Pass user properties to ModelBuildingRequest
     new cc863d8  Revert "[MNG-5982] Pass user properties to 
ModelBuildingRequest"
     new d86fda5  [MNG-6841] update plexus-interpolation to 1.26
     new 6017a94  [MNG-6844] Use StandardCharsets and remove outdated 
@SuppressWarnings
     new c1e0f88  [MNG-6842] ProjectBuilderTest uses Guava, but Guava is not 
defined in dependencies
     new b9b1c50  [MNG-6844] Remove outdated TODOs
     new b95c4fc  [MNG-6847] Explicit type can be replaced by the diamond 
operator
     new 6ab1bb7  [MNG-6837] Simplify detection of the MAVEN_HOME and make it 
fully qualified on Windows

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   (488a555)
            \
             N -- N -- N   refs/heads/MNG-6837 (6ab1bb7)

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 8 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/src/bin/mvn.cmd                         |  2 +-
 .../apache/maven/settings/GlobalSettingsTest.java    |  3 ++-
 .../resolver/MultipleArtifactsNotFoundException.java |  2 +-
 .../maven/artifact/versioning/VersionRange.java      |  4 ++--
 .../maven/building/DefaultProblemCollector.java      |  2 +-
 .../java/org/apache/maven/building/StringSource.java |  3 ++-
 .../artifact/resolver/DefaultArtifactResolver.java   |  2 +-
 .../DefaultModelInheritanceAssembler.java            |  6 ------
 .../artifact/AbstractArtifactComponentTestCase.java  |  3 ++-
 .../apache/maven/repository/legacy/StringWagon.java  | 10 ++--------
 .../org/apache/maven/DuplicateProjectException.java  |  2 +-
 .../DefaultMavenExecutionRequestPopulator.java       |  2 +-
 .../maven/execution/DefaultMavenExecutionResult.java |  4 ++--
 .../maven/graph/FilteredProjectDependencyGraph.java  |  2 +-
 .../DefaultLifecycleExecutionPlanCalculator.java     |  4 ++--
 .../maven/lifecycle/internal/DependencyContext.java  |  4 ++--
 .../lifecycle/internal/LifecycleModuleBuilder.java   |  3 +--
 .../maven/lifecycle/internal/ReactorBuildStatus.java |  2 +-
 .../builder/multithreaded/ThreadOutputMuxer.java     |  2 +-
 .../apache/maven/project/DefaultProjectBuilder.java  | 12 ++++++------
 .../java/org/apache/maven/project/MavenProject.java  |  2 +-
 .../project/artifact/DefaultMavenMetadataCache.java  |  8 ++++----
 .../maven/toolchain/DefaultToolchainManager.java     |  2 +-
 .../building/DefaultToolchainsBuildingResult.java    |  2 +-
 .../maven/artifact/handler/ArtifactHandlerTest.java  |  1 -
 .../maven/lifecycle/internal/BuilderCommonTest.java  |  2 +-
 .../internal/stub/CompletionServiceStub.java         |  2 +-
 .../internal/stub/DefaultLifecyclesStub.java         |  1 -
 .../lifecycle/internal/stub/MojoExecutorStub.java    |  2 +-
 .../project/ExtensionDescriptorBuilderTest.java      | 11 ++---------
 .../org/apache/maven/project/ProjectBuilderTest.java | 20 +++++++++++---------
 .../main/java/org/apache/maven/cli/CLIManager.java   |  2 +-
 .../cli/transfer/ConsoleMavenTransferListener.java   |  2 +-
 .../maven/model/building/DefaultModelBuilder.java    |  2 +-
 .../interpolation/ProblemDetectingValueSource.java   |  1 -
 .../internal/RemoteSnapshotMetadataTest.java         |  2 +-
 .../building/DefaultSettingsBuildingResult.java      |  2 +-
 .../building/DefaultSettingsProblemCollector.java    |  2 +-
 .../crypto/DefaultSettingsDecryptionResult.java      |  6 +++---
 pom.xml                                              |  2 +-
 40 files changed, 65 insertions(+), 83 deletions(-)

Reply via email to