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 b4a6fe1388 Fix #12087: add surefire and failsafe plugins to
PluginUpgradeStrategy
discard 99eee23682 Fix #12086: filter transitive repos with uninterpolated
expressions
discard 496dd2e436 Filter transitive dependencies with uninterpolated
expressions
discard 14f4eefb13 Fix #12080: mvnup - comment out dependencies with undefined
property expressions
discard 974ec0b1ce Fix #12075: skip expression validation for
distributionManagement repository IDs
discard 56fcf74bfa Add IT for mvn script expanding ${...} in CLI arguments
discard c62e9c128e Fix mvn script expanding ${...} in CLI arguments
discard bb9227e023 fix: restore buildConfiguration() callback in deprecated
build() methods
discard 0a5e08f4ce fix: only sync Build.resources for <sources> projects
discard 29a68efdaf fix: sync Build.resources from sources set for Maven 3
compat
discard aaf851b937 fix: propagate addResource() to model Build for Maven 3
compat
discard 0364ecc8de Merge PR #12082: Switch mvnup to domtrip on 4.0.x
discard 3fc381829d Merge PR #12079: Fix #12074: prevent false parent cycle
with shade plugin
discard bd446ca7e3 Merge PR #12073: Use ComparableVersion for mvnup plugin
version comparison
new 8f5368eccb Merge PR #12073: Use ComparableVersion for mvnup plugin
version comparison
new af03a7e676 Merge PR #12079: Fix #12074: prevent false parent cycle
with shade plugin
add 10e6853152 fix: propagate addResource() to model Build for Maven 3
compat
add 1b40da8f01 fix: sync Build.resources from sources set for Maven 3
compat
add 33bfd7931a fix: only sync Build.resources for <sources> projects
new 069b51e45c Merge PR #12093: propagate addResource() to model Build for
Maven 3 compat
add 0d81b4d548 fix: restore buildConfiguration() callback in deprecated
build() methods
new 521d71697a Merge PR #12094: restore buildConfiguration() callback in
deprecated build() methods
add b41303b2b1 Fix mvn script expanding ${...} in CLI arguments
add a45d213586 Add IT for mvn script expanding ${...} in CLI arguments
new fc428351dd Merge PR #12095: Fix mvn script expanding ${...} in CLI
arguments
add 7595bdd6bc Fix #12075: skip expression validation for
distributionManagement repository IDs
new ef4f073094 Merge PR #12096: Fix #12075: skip expression validation for
distributionManagement repository IDs
add a56dfd9997 Filter transitive dependencies with uninterpolated
expressions
add 41016d48cc Fix #12086: filter transitive repos with uninterpolated
expressions
new 2dabbdc550 Merge PR #12098: Fix #12086: filter transitive repos and
deps with uninterpolated expressions
new d6b6935a91 Merge PR #12082: Switch mvnup to domtrip on 4.0.x
add 1403fc87e5 Fix #12080: mvnup - comment out dependencies with undefined
property expressions
new 7ebfd4b1d2 Merge PR #12099: Fix #12080: mvnup - comment out
dependencies with undefined property expressions
add 5963f0abcc Fix #12087: add surefire and failsafe plugins to
PluginUpgradeStrategy
new 2bb8344c2f Merge PR #12100: Fix #12087: add surefire and failsafe
plugins to PluginUpgradeStrategy
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 (b4a6fe1388)
\
N -- N -- N refs/heads/maven-4.0.x-test-fixes (2bb8344c2f)
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 10 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: