This is an automated email from the ASF dual-hosted git repository.
khmarbaise pushed a change to branch GITHUB_ACTIONS
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git.
discard aafd4b5 Trigger test.
discard a32bcf5 Change name of pipeline.
discard 77e67de Fixed container names.
discard 3be6dfa Improved.
discard 77821c0 Just using Maven Container.
discard 2bf7cc5 Renamed maiin to maven.yml
discard d8de384 Fixing issue.
discard 4b8cc8a Added Copyright header to workflow file.
discard d05954a Added trigger for branches.
discard 0406950 Changed the trigger name.
discard f2bf355 Another issue.
discard 282736f Fixed tab/space issue.
discard 56d3f3f Testing GitHub Actions.
add e3db8f3 [maven-release-plugin] prepare release
maven-dependency-plugin-3.1.2
add 0d199ca [maven-release-plugin] prepare for next development iteration
add 6403b91 Revert "[maven-release-plugin] prepare for next development
iteration"
add ed46fa5 Revert "[maven-release-plugin] prepare release
maven-dependency-plugin-3.1.2"
add 0bc716b Fixed JavaDoc issue.
add 4571c88 [maven-release-plugin] prepare release
maven-dependency-plugin-3.1.2
add 9715a9a [maven-release-plugin] prepare for next development iteration
add 133dbff fix JavaDoc errors (#33)
add 8d21744 remove unused code (#34)
add 5b1f6fb remove unthrown exceptions (#35)
add 4db04b7 docs: fix typo (#38)
add dac074e [MDEP-681] - Remove no longer required execlusions
add a1037f7 cure a deprecation warning (#39)
add f953c07 [MDEP-682] - Upgrade asm to 8.0
add 59f0af4 Removed accidently added file.
add d6fcd8b Ingnore file being created by Mock Repository Manager during
integration test to prevent accidently adding this file.
add 773e8f9 [MDEP-683] - Upgrade doxia version to 1.9.1
new 4725f51 Testing GitHub Actions.
new e795c15 Fixed tab/space issue.
new fa21c65 Another issue.
new 0d01337 Changed the trigger name.
new 563f441 Added trigger for branches.
new 1d8ca15 Added Copyright header to workflow file.
new 95c3035 Fixing issue.
new 0c2e279 Renamed maiin to maven.yml
new 91e5a64 Just using Maven Container.
new 7479303 Improved.
new d171db4 Fixed container names.
new 6c439ab Change name of pipeline.
new 620ca15 Trigger test.
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 (aafd4b5)
\
N -- N -- N refs/heads/GITHUB_ACTIONS (620ca15)
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.
The 13 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 4 +++-
pom.xml | 14 ++++----------
.../maven/plugins/dependency/PurgeLocalRepositoryMojo.java | 13 +++++--------
.../dependency/fromDependencies/CopyDependenciesMojo.java | 2 +-
.../fromDependencies/UnpackDependenciesMojo.java | 5 ++---
src/site/apt/index.apt.vm | 2 +-
.../fromDependencies/TestCopyDependenciesMojo2.java | 2 +-
.../maven/plugins/dependency/utils/TestDependencyUtil.java | 14 +-------------
8 files changed, 18 insertions(+), 38 deletions(-)