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/02/15 01:08:33 UTC

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

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.


    from f3d1283  [MJAR-280] Java 8 minimum
     add 34d62b6  Bump maven-archiver from 3.5.0 to 3.5.1
     add e44e5f2  [MJAR-282] Upgrade Maven Archiver to 3.5.2
     add 0fb2bf0  Proper uppercase JAR
     add 50a8e0b  [maven-release-plugin] prepare release maven-jar-plugin-3.2.1
     add 95bc15b  [maven-release-plugin] prepare for next development iteration
     add a3e424d  [MJAR-283] Upgrade Plexus Utils to 3.3.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 66cd3e2  Merge branch 'master' into MJAR-280-java-8-mininum

No new revisions were added by this update.

Summary of changes:
 .github/workflows/{maven.yml => maven-verify.yml}       |  6 ++----
 .gitignore                                              |  1 +
 pom.xml                                                 | 17 +++++++----------
 src/it/manifest-content/verify.bsh                      | 15 +++++++++++++++
 .../org/apache/maven/plugins/jar/AbstractJarMojo.java   |  2 +-
 5 files changed, 26 insertions(+), 15 deletions(-)
 rename .github/workflows/{maven.yml => maven-verify.yml} (92%)