This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/github_actions/maven-3.10.x/actions/cache-6.0.0
in repository https://gitbox.apache.org/repos/asf/maven.git
omit 81168e212e Bump actions/cache from 5.0.5 to 6.0.0
add 2cfb897ff8 Bump version.sisu-maven-plugin from 1.0.0 to 1.0.1 (#12366)
add 798a953646 Bump actions/setup-java from 5.3.0 to 5.4.0
add 379bb4ac9f Maven 3.10.x site (#12370)
add 5699881385 Use Resolver 2.0.20-SNAPSHOT
add 68732d29ef document default plugin versions
add 0ea7d0b65f Bump actions/cache from 5.0.5 to 6.1.0
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 (81168e212e)
\
N -- N -- N
refs/heads/dependabot/github_actions/maven-3.10.x/actions/cache-6.0.0
(0ea7d0b65f)
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:
.github/workflows/maven.yml | 6 +--
.../lifecycle/CleanLifecycleProvider.java | 3 +-
.../lifecycle/DefaultLifecycleProvider.java | 2 +
.../providers/lifecycle/SiteLifecycleProvider.java | 3 +-
maven-core/src/site/apt/artifact-handlers.apt | 57 +++++++++++-----------
maven-core/src/site/apt/default-bindings.apt.vm | 16 +++---
maven-core/src/site/apt/lifecycles.apt.vm | 8 +--
.../artifact/handler/ArtifactHandlerTest.java | 18 ++-----
.../maven/cli/CLIManagerDocumentationTest.java | 14 ++++--
pom.xml | 4 +-
10 files changed, 66 insertions(+), 65 deletions(-)