This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a change to branch MNG-7129-master
in repository https://gitbox.apache.org/repos/asf/maven.git.
discard 6d1f26b Add a configurable id to the remote repository
add 02fada0 Add a configurable id to the remote repository
add b2e4577 Allow usage of an empty config file which provides
local-cache only
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 (6d1f26b)
\
N -- N -- N refs/heads/MNG-7129-master (b2e4577)
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:
.../maven/caching/WagonRemoteCacheRepository.java | 3 +-
.../apache/maven/caching/xml/CacheConfigImpl.java | 72 +++++++++++++++-------
maven-caching/src/main/mdo/cache-config.mdo | 11 +++-
3 files changed, 61 insertions(+), 25 deletions(-)