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/05/14 04:28:15 UTC

[maven-jar-plugin] branch dependabot/maven/org.codehaus.plexus-plexus-utils-3.4.1 updated (d8c5e45 -> be63338)

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

github-bot pushed a change to branch dependabot/maven/org.codehaus.plexus-plexus-utils-3.4.1
in repository https://gitbox.apache.org/repos/asf/maven-jar-plugin.git


 discard d8c5e45  Bump plexus-utils from 3.3.0 to 3.4.1
     add 7bb0bfc  [MJAR-284] Remove override for Plexus Archiver
     add d37e995  [maven-release-plugin] prepare release maven-jar-plugin-3.2.2
     add bd3487c  [maven-release-plugin] prepare for next development iteration
     add 8e61605  [MJAR-284] check META-INF/ and META-INF/MANIFEST.MF entries order
     add dce703f  Fix incorrect verification message
     add 41e8033  Use GitHub shared actions v2
     add a7c7f6c  Create release-drafter.yml
     add fdac54f  create release-drafter action
     add 0ad60f4  Updated create-test-jar.apt.vm removing 'and'
     add bc6a6be  use release-drafter from shared action
     add 3fe2100  [MJAR-288] Upgrade Parent to 36
     add ee59a73  [MJAR-280] Java 8 minimum (#29)
     add be63338  Bump plexus-utils from 3.3.0 to 3.4.1

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   (d8c5e45)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.codehaus.plexus-plexus-utils-3.4.1 (be63338)

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:
 .../release-drafter.yml                            |  8 ++++--
 .github/workflows/{maven.yml => maven-verify.yml}  |  6 ++--
 .../workflows/{maven.yml => release-drafter.yml}   | 17 ++++++------
 .gitignore                                         |  1 +
 pom.xml                                            | 32 ++++++++++++++--------
 .../MJAR-30-excludes/{verify.bsh => verify.groovy} |  4 +--
 .../{verify.bsh => verify.groovy}                  |  4 +--
 .../MJAR-30-include/{verify.bsh => verify.groovy}  |  4 +--
 src/it/MJAR-60/{verify.bsh => verify.groovy}       |  0
 .../MJAR-80-exclude/{verify.bsh => verify.groovy}  |  4 +--
 .../{verify.bsh => verify.groovy}                  |  4 +--
 .../MJAR-80-include/{verify.bsh => verify.groovy}  |  4 +--
 .../manifest-content/{verify.bsh => verify.grovy}  | 15 ++++++++++
 src/it/mjar-71-01/{verify.bsh => verify.groovy}    |  0
 src/it/mjar-71-02/{verify.bsh => verify.groovy}    |  0
 src/it/project-004/{verify.bsh => verify.groovy}   |  8 +++---
 src/site/apt/examples/create-test-jar.apt.vm       |  2 +-
 17 files changed, 68 insertions(+), 45 deletions(-)
 copy src/it/MJAR-198/invoker.properties => .github/release-drafter.yml (83%)
 copy .github/workflows/{maven.yml => maven-verify.yml} (92%)
 rename .github/workflows/{maven.yml => release-drafter.yml} (81%)
 rename src/it/MJAR-30-excludes/{verify.bsh => verify.groovy} (94%)
 rename src/it/MJAR-30-fullcontent/{verify.bsh => verify.groovy} (95%)
 rename src/it/MJAR-30-include/{verify.bsh => verify.groovy} (94%)
 rename src/it/MJAR-60/{verify.bsh => verify.groovy} (100%)
 rename src/it/MJAR-80-exclude/{verify.bsh => verify.groovy} (96%)
 rename src/it/MJAR-80-fullcontent/{verify.bsh => verify.groovy} (95%)
 rename src/it/MJAR-80-include/{verify.bsh => verify.groovy} (95%)
 rename src/it/manifest-content/{verify.bsh => verify.grovy} (86%)
 rename src/it/mjar-71-01/{verify.bsh => verify.groovy} (100%)
 rename src/it/mjar-71-02/{verify.bsh => verify.groovy} (100%)
 rename src/it/project-004/{verify.bsh => verify.groovy} (94%)