This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a change to branch maven-4.0.x-test-fixes
in repository https://gitbox.apache.org/repos/asf/maven.git
discard 3a2cfcdb0e Fix deadlock in AbstractRequestCache.requests() due to
unstable hashCode
discard 680cd1d141 Remove invalid combine.self and combine.children attributes
instead of converting them
discard 8d1f0124fa Fix mvnup plugin upgrade for versions locked by parent's
build/plugins
discard 6f1c53b5a4 Use effective model to resolve properties from remote
parent POMs in mvnup
add d3534a6a4b Fix mvnup recommending non-existent
maven-enforcer-plugin:3.5.2 (#12155) (#12156)
new 0ae5d1a321 Use effective model to resolve properties from remote
parent POMs in mvnup
new fcdbf52803 Fix mvnup plugin upgrade for versions locked by parent's
build/plugins
new d9e2ebfb87 Remove invalid combine.self and combine.children attributes
instead of converting them
new 690846c064 Fix deadlock in AbstractRequestCache.requests() due to
unstable hashCode
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 (3a2cfcdb0e)
\
N -- N -- N refs/heads/maven-4.0.x-test-fixes (690846c064)
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 4 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:
.../maven/cling/invoker/mvnup/goals/PluginUpgradeStrategy.java | 7 ++-----
.../maven/cling/invoker/mvnup/goals/PluginUpgradeStrategyTest.java | 6 +++---
2 files changed, 5 insertions(+), 8 deletions(-)