You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2022/05/14 03:56:49 UTC

[maven-jar-plugin] branch MJAR-280-java-8-mininum updated (66cd3e2 -> cc82ab5)

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

olamy pushed a change to branch MJAR-280-java-8-mininum
in repository https://gitbox.apache.org/repos/asf/maven-jar-plugin.git


 discard 66cd3e2  Merge branch 'master' into MJAR-280-java-8-mininum
 discard f3d1283  [MJAR-280] Java 8 minimum
     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 cc82ab5  [MJAR-280] Java 8 minimum

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   (66cd3e2)
            \
             N -- N -- N   refs/heads/MJAR-280-java-8-mininum (cc82ab5)

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:
 .../invoker.properties => .github/release-drafter.yml  |  8 +++++---
 .../{maven-verify.yml => release-drafter.yml}          | 15 ++++++++-------
 pom.xml                                                | 18 +++++++++++++++---
 src/it/MJAR-30-excludes/{verify.bsh => verify.groovy}  |  4 ++--
 .../MJAR-30-fullcontent/{verify.bsh => verify.groovy}  |  4 ++--
 src/it/MJAR-30-include/{verify.bsh => verify.groovy}   |  4 ++--
 src/it/MJAR-60/{verify.bsh => verify.groovy}           |  0
 src/it/MJAR-80-exclude/{verify.bsh => verify.groovy}   |  4 ++--
 .../MJAR-80-fullcontent/{verify.bsh => verify.groovy}  |  4 ++--
 src/it/MJAR-80-include/{verify.bsh => verify.groovy}   |  4 ++--
 src/it/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 ++++----
 src/site/apt/examples/create-test-jar.apt.vm           |  2 +-
 15 files changed, 45 insertions(+), 30 deletions(-)
 copy src/it/MJAR-198/invoker.properties => .github/release-drafter.yml (83%)
 copy .github/workflows/{maven-verify.yml => release-drafter.yml} (83%)
 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%)