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:19:57 UTC

[maven-jar-plugin] branch dependabot/maven/src/it/MJAR-228/junit-junit-4.13.1 updated (27f44b0 -> cc1ba53)

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

github-bot pushed a change to branch dependabot/maven/src/it/MJAR-228/junit-junit-4.13.1
in repository https://gitbox.apache.org/repos/asf/maven-jar-plugin.git


    omit 27f44b0  Bump junit from 4.11 to 4.13.1 in /src/it/MJAR-228
     add 3fe2100  [MJAR-288] Upgrade Parent to 36
     add ee59a73  [MJAR-280] Java 8 minimum (#29)
     add cc1ba53  Bump junit from 4.11 to 4.13.1 in /src/it/MJAR-228

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   (27f44b0)
            \
             N -- N -- N   refs/heads/dependabot/maven/src/it/MJAR-228/junit-junit-4.13.1 (cc1ba53)

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                                            | 22 +++++++++++++++++-----
 .../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}  |  0
 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 ++++----
 12 files changed, 33 insertions(+), 21 deletions(-)
 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} (100%)
 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%)