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

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


    omit 8c8e249036 [MNG-8115] Upgrade Guice to 6.0.0
    omit 4550d03795 [MNG-8115] Use property from parent
    omit e04024f65f [MNG-8115] Upgrade Plexus Utils to 4.x/Plexus Xml 3.x
    omit d69f264a99 [MNG-8115] Cleanup deprecated methods (junit/assertThat)
    omit acd1e500c9 [MNG-8115] Upgrade dependencies
    omit cc3674c736 [MNG-8115] minimalMavenBuildVersion from parent (3.6.3)
     new 8e0b30fad8 [MNG-8115] Upgrade minimal set of dependencies

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   (8c8e249036)
            \
             N -- N -- N   refs/heads/MNG-8115 (8e0b30fad8)

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:
 .../factory/DefaultArtifactFactoryTest.java        |   2 +-
 .../maven/artifact/testutils/TestFileManager.java  | 166 +++++++++++++++++++++
 .../legacy/DefaultUpdateCheckManagerTest.java      |   2 +-
 .../resolver/DefaultArtifactCollectorTest.java     |   2 +-
 .../conflict/AbstractConflictResolverTest.java     |   4 +-
 .../lifecycle/LifecycleExecutionException.java     |   2 +-
 .../internal/DefaultMojoExecutionConfigurator.java |   2 +-
 .../plugin/internal/DeprecatedPluginValidator.java |   2 +-
 .../maven/ProjectDependenciesResolverTest.java     |   2 +-
 .../maven/execution/DefaultMavenExecutionTest.java |   2 +-
 .../lifecycle/internal/ProjectBuildListTest.java   |   2 +-
 .../project/DefaultMavenProjectBuilderTest.java    |   2 +-
 .../project/ExtensionDescriptorBuilderTest.java    |   2 +-
 .../apache/maven/project/PomConstructionTest.java  |   2 +-
 .../apache/maven/project/ProjectBuilderTest.java   |   2 +-
 .../apache/maven/project/ProjectSorterTest.java    |   2 +-
 .../project-with-inheritance/pom.xml               |   2 +-
 .../project-with-inheritance/pom.xml               |   2 +-
 .../resources/org/apache/maven/lifecycle/pom.xml   |   2 +-
 .../main/java/org/apache/maven/cli/MavenCli.java   |   4 +-
 .../maven/cli/event/ExecutionEventLogger.java      |  12 +-
 .../java/org/apache/maven/cli/CLIManagerTest.java  |   2 +-
 .../DefaultInheritanceAssemblerTest.java           |   3 +-
 .../StringSearchModelInterpolatorTest.java         |   2 +-
 maven-model/pom.xml                                |   4 -
 maven-repository-metadata/pom.xml                  |   4 -
 maven-settings/pom.xml                             |   4 -
 pom.xml                                            |  17 ++-
 28 files changed, 209 insertions(+), 47 deletions(-)
 create mode 100644 
maven-compat/src/test/java/org/apache/maven/artifact/testutils/TestFileManager.java

Reply via email to