This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/src/it/projects/MSHADE-467_parallel-dependency-reduced-pom/org.apache.commons-commons-vfs2-2.10.0
in repository https://gitbox.apache.org/repos/asf/maven-shade-plugin.git
discard f13990c Bump org.apache.commons:commons-vfs2
add 73c5247 chore: remove junit3 reference (#762)
add 5f7a877 Bump
org.apache.maven.plugin-testing:maven-plugin-testing-harness (#778)
add 73ec909 Bump org.codehaus.mojo:mrm-maven-plugin from 1.7.0 to 1.7.1
(#780)
add 678844b Bump
org.apache.maven.plugin-testing:maven-plugin-testing-harness (#782)
add 3171a34 Mockito improvements (#783)
add 7edce17 Update to parent POM v 47 (#781)
add eca6398 Bug: Extra JARs and Artifacts were not subjected to filtering
(#785)
add fdb7e1b Bump org.apache.commons:commons-vfs2
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 (f13990c)
\
N -- N -- N
refs/heads/dependabot/maven/src/it/projects/MSHADE-467_parallel-dependency-reduced-pom/org.apache.commons-commons-vfs2-2.10.0
(fdb7e1b)
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-verify.yml | 2 -
pom.xml | 15 ++-
src/it/projects/MSHADE-183/pom.xml | 10 +-
.../MSHADE-313_minimized-services/test/pom.xml | 4 +-
src/it/projects/MSHADE-316/test/pom.xml | 4 +-
.../pom.xml | 2 +-
src/it/projects/MSHADE-373/pom.xml | 10 +-
src/it/projects/MSHADE-373/verify.bsh | 14 +--
src/it/projects/MSHADE-462/pom.xml | 2 +-
.../projects/attach-after-lifecycle-fork/pom.xml | 12 +--
src/it/projects/attached-artifact-type/pom.xml | 14 +--
.../component-descriptor-relocation/pom.xml | 13 +--
.../dep-reduced-pom-relocated-result/pom.xml | 10 +-
src/it/projects/dep-reduced-pom-unique/pom.xml | 2 +-
.../dep-reduced-pom-with-local-parent/pom.xml | 10 +-
.../duplicate-classes-with-reloc/app/pom.xml | 8 +-
.../duplicate-classes-without-reloc/app/pom.xml | 8 +-
src/it/projects/manifest-retained/pom.xml | 10 +-
src/it/projects/manifest-transformed/pom.xml | 14 +--
src/it/projects/mini-jar-jdk11+/pom.xml | 4 +-
src/it/projects/mini-jar-package-info/pom.xml | 9 +-
src/it/projects/mini-jar-respect-includes/pom.xml | 2 +-
src/it/projects/mini-jar/pom.xml | 7 +-
src/it/projects/mshade-123/pom.xml | 10 +-
.../plugin-descriptor-relocation/app/pom.xml | 4 +-
.../project-with-reactors-included/one/pom.xml | 4 +-
.../maven/plugins/shade/its/one/AppTest.java | 32 ++-----
.../project-with-reactors-included/pom.xml | 14 ++-
.../project-with-reactors-included/two/pom.xml | 10 +-
.../maven/plugins/shade/its/two/AppTest.java | 34 ++-----
src/it/projects/reloc-anno/pom.xml | 13 +--
.../projects/reloc-class-from-string-pool/pom.xml | 8 +-
src/it/projects/reloc-enum-ref-from-anno/pom.xml | 13 +--
src/it/projects/rerun-with-reloc/pom.xml | 14 +--
src/it/projects/rerun-without-reloc/pom.xml | 16 ++--
src/it/projects/setup-parent/pom.xml | 4 -
.../shadePomDependency/pomDependency/pom.xml | 4 +-
.../projects/shading-with-release-sources/pom.xml | 2 +-
src/it/projects/users-shader-impl/pom.xml | 17 ++--
.../apache/maven/plugins/shade/its/AppTest.java | 29 ++----
.../apache/maven/plugins/shade/mojo/ShadeMojo.java | 104 ++++++++++++---------
.../plugins/shade/filter/MinijarFilterTest.java | 12 +--
.../maven/plugins/shade/mojo/ShadeMojoTest.java | 4 +-
src/test/projects/test-project/pom.xml | 12 +--
.../org/apache/maven/plugins/shade/AppTest.java | 29 ++----
45 files changed, 235 insertions(+), 340 deletions(-)