You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by cs...@apache.org on 2022/04/14 21:15:44 UTC

[maven-jar-plugin] branch update-plugin updated (21716f5 -> e984eb7)

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

cstamas pushed a change to branch update-plugin
in repository https://gitbox.apache.org/repos/asf/maven-jar-plugin.git


    from 21716f5  Update plugin
     add cc5256e  add gh actions
     add bf30b44  Bump maven-shared-utils from 3.3.3 to 3.3.4
     add 09bc185  Merge pull request #20 from apache/dependabot/maven/org.apache.maven.shared-maven-shared-utils-3.3.4
     add fa0b0be  Bump plexus-archiver from 4.2.3 to 4.2.5
     add e4a728c  Merge pull request #23 from apache/dependabot/maven/org.codehaus.plexus-plexus-archiver-4.2.5
     add 9c93c7e  use shared gh action (#24)
     add ce23381  ignore dependabot branches
     add a7cfde9  Bump junit from 4.13 to 4.13.2
     add a496294  use shared gh action - v1 (#28)
     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 a7c7f6c  Create release-drafter.yml
     add fdac54f  create release-drafter action
     add 0ad60f4  Updated create-test-jar.apt.vm removing 'and'
     add e984eb7  Merge remote-tracking branch 'origin/master' into update-plugin

No new revisions were added by this update.

Summary of changes:
 .../invoker.properties => .github/dependabot.yml      | 15 ++++++++++++---
 .../invoker.properties => .github/release-drafter.yml |  7 +++++--
 .../workflows/maven-verify.yml                        | 13 +++++++++++--
 .../workflows/release-drafter.yml                     | 19 ++++++++++++++++---
 .gitignore                                            |  1 +
 pom.xml                                               | 11 ++++++-----
 src/it/manifest-content/verify.bsh                    | 15 +++++++++++++++
 .../org/apache/maven/plugins/jar/AbstractJarMojo.java |  2 +-
 src/site/apt/examples/create-test-jar.apt.vm          |  2 +-
 9 files changed, 68 insertions(+), 17 deletions(-)
 copy src/it/MJAR-199/invoker.properties => .github/dependabot.yml (72%)
 copy src/it/MJAR-199/invoker.properties => .github/release-drafter.yml (83%)
 copy src/it/MJAR-199/invoker.properties => .github/workflows/maven-verify.yml (78%)
 copy src/it/MJAR-199/invoker.properties => .github/workflows/release-drafter.yml (70%)