This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/com.google.guava-guava-33.4.8-jre
in repository https://gitbox.apache.org/repos/asf/maven-resources-plugin.git
discard 7a94b18 Bump com.google.guava:guava from 33.4.5-jre to 33.4.8-jre
add ef3b488 disable notifications and jira
add 0f380e7 restore noise :)
add dce5f4c Upgrade to Maven 4.0.0-rc-4. (#415)
add 8070abb Bump com.google.guava:guava from 33.4.5-jre to 33.4.8-jre
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 (7a94b18)
\
N -- N -- N
refs/heads/dependabot/maven/com.google.guava-guava-33.4.8-jre (8070abb)
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:
.asf.yaml | 3 --
.github/ISSUE_TEMPLATE/config.yml | 3 --
.github/workflows/maven-verify.yml | 4 +--
pom.xml | 4 +--
.../maven/plugins/resources/ResourceUtils.java | 35 ----------------------
.../maven/plugins/resources/ResourcesMojo.java | 28 ++++++++++-------
.../maven/plugins/resources/TestResourcesMojo.java | 11 ++++---
.../plugins/resources/CopyResourcesMojoTest.java | 2 +-
.../maven/plugins/resources/ResourcesMojoTest.java | 21 +++++++++----
.../maven/plugins/resources/TestResourcesTest.java | 9 ++----
10 files changed, 47 insertions(+), 73 deletions(-)
delete mode 100644
src/main/java/org/apache/maven/plugins/resources/ResourceUtils.java