This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a change to branch plexus-archiver
in repository https://gitbox.apache.org/repos/asf/maven-rar-plugin.git
discard b6d76d7 Bump plexus-archiver to 4.10.4
add 30e54d1 [MRAR-94] Add documentation and examples for rarResources
configuration
add b5e06fe Bump Maven deps to 3.9.11
add f771e15 Bump plexus-archiver to 4.10.4
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 (b6d76d7)
\
N -- N -- N refs/heads/plexus-archiver (f771e15)
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 | 22 +---
src/site/apt/examples/rar-resources.apt.vm | 183 +++++++++++++++++++++++++++++
src/site/apt/index.apt.vm | 10 +-
src/site/apt/usage.apt.vm | 34 +++---
src/site/site.xml | 1 +
6 files changed, 213 insertions(+), 39 deletions(-)
create mode 100644 src/site/apt/examples/rar-resources.apt.vm