You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gi...@apache.org on 2022/07/20 13:58:18 UTC

[maven-assembly-plugin] branch dependabot/maven/src/it/projects/basic-features/add-classpath/org.codehaus.plexus-plexus-utils-3.0.16 updated (1c505d5b -> e7a85759)

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

github-bot pushed a change to branch dependabot/maven/src/it/projects/basic-features/add-classpath/org.codehaus.plexus-plexus-utils-3.0.16
in repository https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git


    omit 1c505d5b Bump plexus-utils in /src/it/projects/basic-features/add-classpath
     add f4f2f754 [MASSEMBLY-949] Correct links
     add db292ea9 [MASSEMBLY-969] Update common artifact filters to 3.3.1 (#83)
     add e7a85759 Bump plexus-utils in /src/it/projects/basic-features/add-classpath

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   (1c505d5b)
            \
             N -- N -- N   refs/heads/dependabot/maven/src/it/projects/basic-features/add-classpath/org.codehaus.plexus-plexus-utils-3.0.16 (e7a85759)

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:
 pom.xml                                            |   2 +-
 .../projects/dependency-sets/massembly-969/pom.xml | 197 +++++++++++++++++++++
 .../src/main/assembly/bin.xml}                     |  32 +++-
 .../massembly-969/verify.groovy}                   |  33 ++--
 src/main/mdo/assembly-component.mdo                |   4 +-
 src/main/mdo/assembly.mdo                          |   4 +-
 src/main/resources/assemblies/bin.xml              |   2 +-
 .../resources/assemblies/jar-with-dependencies.xml |   2 +-
 src/main/resources/assemblies/project.xml          |   2 +-
 src/main/resources/assemblies/src.xml              |   2 +-
 src/site/apt/advanced-descriptor-topics.apt.vm     |   2 +-
 src/site/apt/advanced-module-set-topics.apt.vm     |   2 +-
 src/site/apt/descriptor-refs.apt.vm                |   4 +-
 src/site/apt/examples/index.apt                    |   2 +-
 src/site/apt/examples/multimodule/index.apt        |   2 +-
 .../module-binary-inclusion-simple.apt.vm          |   2 +-
 .../module-source-inclusion-simple.apt.vm          |   2 +-
 src/site/apt/examples/sharing-descriptors.apt.vm   |   2 +-
 .../filtering-some-distribution-files.apt.vm       |   2 +-
 .../single/including-and-excluding-artifacts.apt   |   2 +-
 src/site/apt/examples/single/index.apt             |   2 +-
 .../apt/examples/single/using-components.apt.vm    |   2 +-
 .../using-container-descriptor-handlers.apt.vm     |   2 +-
 .../apt/examples/single/using-repositories.apt.vm  |   2 +-
 src/site/apt/index.apt.vm                          |   7 +-
 src/site/apt/usage.apt.vm                          |   4 +-
 src/site/fml/faq.fml                               |   6 +-
 src/site/site.xml                                  |   4 +-
 src/site/xdoc/download.xml.vm                      |   6 +-
 29 files changed, 281 insertions(+), 56 deletions(-)
 create mode 100644 src/it/projects/dependency-sets/massembly-969/pom.xml
 copy src/it/projects/dependency-sets/{depMgmt-override/child/src/assembly/bundle.xml => massembly-969/src/main/assembly/bin.xml} (50%)
 copy src/it/projects/{bugs/massembly-733/verify.bsh => dependency-sets/massembly-969/verify.groovy} (52%)