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:30 UTC

[maven-assembly-plugin] branch dependabot/maven/src/it/projects/repositories/repo-with-snapshot-parents/child/org.codehaus.plexus-plexus-utils-3.0.16 updated (300e1c01 -> b276c94c)

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

github-bot pushed a change to branch dependabot/maven/src/it/projects/repositories/repo-with-snapshot-parents/child/org.codehaus.plexus-plexus-utils-3.0.16
in repository https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git


    omit 300e1c01 Bump plexus-utils
     add 7ab92934 [MASSEMBLY-964] Fix initFile for FileLocation, UrlLocation
     add 0518d3ad [maven-release-plugin] prepare release maven-assembly-plugin-3.4.1
     add dfe89049 [maven-release-plugin] prepare for next development iteration
     add f4f2f754 [MASSEMBLY-949] Correct links
     add db292ea9 [MASSEMBLY-969] Update common artifact filters to 3.3.1 (#83)
     add b276c94c Bump plexus-utils

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   (300e1c01)
            \
             N -- N -- N   refs/heads/dependabot/maven/src/it/projects/repositories/repo-with-snapshot-parents/child/org.codehaus.plexus-plexus-utils-3.0.16 (b276c94c)

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                                            |   6 +-
 .../bugs/{massembly-891 => massembly-964}/pom.xml  |  32 ++--
 .../verify.groovy}                                 |   9 +-
 .../projects/dependency-sets/massembly-969/pom.xml | 197 +++++++++++++++++++++
 .../src/main/assembly/bin.xml}                     |  32 +++-
 .../massembly-969/verify.groovy}                   |  33 ++--
 .../maven/plugins/assembly/io/FileLocation.java    |  16 +-
 .../maven/plugins/assembly/io/URLLocation.java     |   4 +-
 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 +-
 33 files changed, 314 insertions(+), 88 deletions(-)
 copy src/it/projects/bugs/{massembly-891 => massembly-964}/pom.xml (71%)
 copy src/it/projects/bugs/{massembly-919/testdep/src/main/java/test/SomeTestHelper.java => massembly-964/verify.groovy} (83%)
 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%)