This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/maven/org.codehaus.plexus-plexus-java-1.5.2
in repository https://gitbox.apache.org/repos/asf/maven-jmod-plugin.git
discard affcaa5 Bump org.codehaus.plexus:plexus-java from 1.0.3 to 1.5.2
add 7382134 Fix logic (#91)
add 5e76fe6 Replace deprecated code (#90)
add 4a17de9 Fix Javadoc issues per Oracle conventions (#89)
add 3cf5df5 Add check if JMOD-Folder exists (#92)
add ae8ea21 Bump mavenVersion from 3.9.12 to 3.9.14
add 6aa9a5c Bump mavenVersion from 3.9.14 to 3.9.15 (#99)
add b9680a4 Bump mavenVersion from 3.9.15 to 3.9.16 (#103)
add fe766c5 Set up default protection ruleset for default and release
branches
add 4782248 Update 48, Maven 3.9.16 (#96)
add 4a13ba6 Fix jmod-plugin ITs for Maven 4.0.0-rc-5 compatibility (#106)
add a9337fc Bump org.codehaus.plexus:plexus-java from 1.0.3 to 1.5.2
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 (affcaa5)
\
N -- N -- N
refs/heads/dependabot/maven/org.codehaus.plexus-plexus-java-1.5.2 (a9337fc)
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:
.asf.yaml | 13 +++++++++
.github/workflows/maven-verify.yml | 2 ++
pom.xml | 9 +++----
src/it/base-config-cmds/pom.xml | 2 +-
src/it/base-config-headerfiles/pom.xml | 2 +-
src/it/base-config-legalnotices/pom.xml | 2 +-
src/it/base-config-libs/pom.xml | 2 +-
src/it/base-config/pom.xml | 2 +-
src/it/base-it/pom.xml | 2 +-
src/it/describe-base-config/pom.xml | 2 +-
src/it/describe-base-config/verify.groovy | 8 ++++--
src/it/describe-plain/pom.xml | 2 +-
src/it/list-base-config/pom.xml | 2 +-
src/it/list-base-config/verify.groovy | 4 +++
src/it/list-plain/pom.xml | 2 +-
src/it/list-plain/verify.groovy | 4 +++
src/it/mjmod-20-set-main-class/pom.xml | 10 ++++++-
src/it/mjmod-20-set-main-class/verify.groovy | 6 ++++-
src/it/mjmod-23-path-must-be-dir/pom.xml | 12 +++++++--
src/it/mjmod-23-path-must-be-dir/verify.groovy | 6 ++++-
.../mjmod-8-generate-jmod-in-other-project/pom.xml | 2 +-
src/it/non-default-config-cmds/pom.xml | 2 +-
src/it/non-default-config-headerfiles/pom.xml | 2 +-
src/it/non-default-config-legalnotices/pom.xml | 2 +-
src/it/non-default-config-libs/pom.xml | 2 +-
src/it/non-default-config/pom.xml | 2 +-
.../maven/plugins/jmod/AbstractJModMojo.java | 13 +++++----
.../apache/maven/plugins/jmod/JModCreateMojo.java | 15 +++++++----
src/site/apt/index.apt.vm | 5 ++--
src/site/markdown/jep493.md | 31 ++++++++++++++++++++++
src/site/site.xml | 1 +
31 files changed, 127 insertions(+), 44 deletions(-)
create mode 100644 src/site/markdown/jep493.md