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
discard 9326e5ad6f [MNG-8765] Implement comprehensive Maven upgrade tool (mvnup) with Maven 4 compatibility add 14885c63bc [MNG-8765] Implement comprehensive Maven upgrade tool (mvnup) with Maven 4 compatibility 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 (9326e5ad6f) \ N -- N -- N refs/heads/mvnup (14885c63bc) 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. No new revisions were added by this update. Summary of changes: .../mvnup/goals/CompatibilityFixStrategy.java | 26 ++++++-- .../maven/cling/invoker/mvnup/goals/GAVUtils.java | 4 +- .../invoker/mvnup/goals/InferenceStrategy.java | 16 +++-- .../invoker/mvnup/goals/ModelUpgradeStrategy.java | 7 ++ .../mvnup/goals/AbstractUpgradeGoalTest.java | 45 ++++++++----- .../maven/cling/invoker/mvnup/goals/ApplyTest.java | 7 -- .../maven/cling/invoker/mvnup/goals/CheckTest.java | 7 -- .../mvnup/goals/CompatibilityFixStrategyTest.java | 22 +++--- .../cling/invoker/mvnup/goals/GAVUtilsTest.java | 24 +++---- .../maven/cling/invoker/mvnup/goals/HelpTest.java | 7 -- .../invoker/mvnup/goals/InferenceStrategyTest.java | 3 - .../mvnup/goals/ModelUpgradeStrategyTest.java | 78 ++++++++++++---------- .../invoker/mvnup/goals/ModelVersionUtilsTest.java | 13 ++-- .../mvnup/goals/ParameterizedTestExamples.java | 58 +++++++--------- .../mvnup/goals/PluginUpgradeStrategyTest.java | 3 - .../cling/invoker/mvnup/goals/PomBuilder.java | 21 ++++-- .../mvnup/goals/StrategyOrchestratorTest.java | 4 -- .../maven/cling/invoker/mvnup/goals/TestUtils.java | 18 ++--- .../invoker/mvnup/goals/UpgradeResultTest.java | 64 +++++++++--------- .../goals/UpgradeWorkflowIntegrationTest.java | 22 +++--- 20 files changed, 227 insertions(+), 222 deletions(-)