This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.maven.plugins-maven-plugins-45
in repository https://gitbox.apache.org/repos/asf/maven-resources-plugin.git


 discard 1f809d7  Bump org.apache.maven.plugins:maven-plugins from 44 to 45
     add dce5f4c  Upgrade to Maven 4.0.0-rc-4. (#415)
     add 888175f  feat: enable prevent branch protection rules (#420)
     add eb4ffab  chore: migrate/delete junit 3 tests (#425)
     add 0949752  Replace `FileUtils.fileExists(String)` with JDK provided API 
(#428)
     add ef79973  JUnit Jupiter best practices (#427)
     add 7afe193  Bump org.apache.maven.plugins:maven-plugin-plugin
     add 9c29634  Bump com.google.guava:guava from 33.4.5-jre to 33.5.0-jre
     add 842b84b  Bump org.eclipse.sisu:org.eclipse.sisu.plexus from 0.9.0.M3 
to 0.9.0.M4
     add 438d285  Bump org.apache.maven.plugins:maven-plugins from 44 to 45

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   (1f809d7)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-plugins-45 (438d285)

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                                          |  6 +-
 .github/workflows/maven-verify.yml                 |  4 +-
 pom.xml                                            | 10 ++--
 src/it/MRESOURCES-131/pom.xml                      |  9 ---
 .../apache/maven/plugins/resources/it/AppTest.java | 70 ----------------------
 src/it/MRESOURCES-18/pom.xml                       |  7 +--
 .../java/org/apache/maven/it0105/FilterTest.java   | 26 +++++---
 .../maven/plugins/resources/ResourceUtils.java     | 35 -----------
 .../maven/plugins/resources/ResourcesMojo.java     | 28 +++++----
 .../maven/plugins/resources/TestResourcesMojo.java | 11 ++--
 .../plugins/resources/BasicPropertyUtilsTest.java  | 10 ++--
 .../plugins/resources/CopyResourcesMojoTest.java   |  6 +-
 .../resources/PropertyUtilsExceptionTest.java      |  4 +-
 .../maven/plugins/resources/ResourcesMojoTest.java | 55 ++++++++++-------
 .../maven/plugins/resources/TestResourcesTest.java | 27 ++++-----
 .../resources/stub/MavenProjectBuildStub.java      | 16 ++---
 16 files changed, 118 insertions(+), 206 deletions(-)
 delete mode 100644 
src/it/MRESOURCES-131/src/test/java/org/apache/maven/plugins/resources/it/AppTest.java
 delete mode 100644 
src/main/java/org/apache/maven/plugins/resources/ResourceUtils.java

Reply via email to