This is an automated email from the ASF dual-hosted git repository. gnodet pushed a change to branch mvnup in repository https://gitbox.apache.org/repos/asf/maven.git
from a570634cca Fix ClassWorld not being propagated add 8b205a1820 Enhance ParentPomResolver with Maven 4 API and smart external parent detection No new revisions were added by this update. Summary of changes: impl/maven-cli/pom.xml | 18 +- .../invoker/mvnup/goals/ParentPomResolver.java | 431 ++++++++++++++------- .../invoker/mvnup/goals/PluginUpgradeStrategy.java | 15 +- .../invoker/mvnup/goals/ParentPomResolverTest.java | 259 +++++++++++++ .../mvnup/goals/PluginUpgradeStrategyTest.java | 2 +- .../goals/UpgradeWorkflowIntegrationTest.java | 5 +- 6 files changed, 567 insertions(+), 163 deletions(-) create mode 100644 impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/goals/ParentPomResolverTest.java