This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a change to branch MNG-4463
in repository https://gitbox.apache.org/repos/asf/maven.git.
discard 1a9deda [MNG-4463] Dependency management import should support
version ranges.
add d9bf929 [MNG-6562] added WARNING on default bindings plugins unlocked
versions
add 9ae008a use https://repository.a.o/ for Apache SNAPSHOT plugins
add f2e9afd Refactor getLocalRepository() in tests by using the
repositorySystem
add d204f02 [MNG-6874] - Upgrade Maven Parent to 34
add 9e92a93 [MNG-6872] - Found CVEs in your dependencies - plexus-utils
(tests)
add 5cdb833 [MNG-5669] Fix infinitive loop in case pom.xml is being
updated during the process (e.g. maven-shade-plugin writing reduced-pom with
excluded dependencies)
add c548ce5 Adjust JDKs in Jenkinsfile
new ace5530 [MNG-4463] Dependency management import should support
version ranges.
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 (1a9deda)
\
N -- N -- N refs/heads/MNG-4463 (ace5530)
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 1 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:
Jenkinsfile | 2 +-
apache-maven/pom.xml | 2 +-
.../plugin/DefaultLifecycleBindingsInjector.java | 36 +++++++++++++++++---
.../project/AbstractMavenProjectTestCase.java | 7 +---
.../project/DefaultMavenProjectBuilderTest.java | 6 +---
.../test/projects/project-builder/MNG-6723/pom.xml | 38 ++++++++++++++++++++++
.../resources-project-builder/micromailer/pom.xml | 2 +-
.../maven/model/building/DefaultModelBuilder.java | 27 ++++++++-------
pom.xml | 2 +-
9 files changed, 91 insertions(+), 31 deletions(-)