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 afe0251607 code style add f14946a67d Update help text to reflect renamed options add e3245e82c6 Fix plugin upgrade strategy No new revisions were added by this update. Summary of changes: .../maven/cling/invoker/mvnup/goals/Help.java | 8 +- .../maven/cling/invoker/mvnup/goals/JDomUtils.java | 4 +- .../invoker/mvnup/goals/ParentPomResolver.java | 500 -------------- .../invoker/mvnup/goals/PluginUpgradeStrategy.java | 750 +++++++++++++++------ .../maven/cling/invoker/mvnup/goals/HelpTest.java | 4 +- .../invoker/mvnup/goals/ParentPomResolverTest.java | 259 ------- .../mvnup/goals/PluginUpgradeStrategyTest.java | 2 +- .../goals/UpgradeWorkflowIntegrationTest.java | 2 +- 8 files changed, 538 insertions(+), 991 deletions(-) delete mode 100644 impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/ParentPomResolver.java delete mode 100644 impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/goals/ParentPomResolverTest.java