This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.mockito-mockito-core-4.0.0 in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git
discard 6f17338d Bump org.mockito:mockito-core from 3.12.4 to 4.0.0 add beb30e09 Bump net.bytebuddy:byte-buddy from 1.17.2 to 1.17.4 add 6758b0f4 Revert "Bump slf4jVersion from 1.7.36 to 2.0.0" add eac9bfac typo: plugin-enhanced.xml contains HTML add 5364f90e Github Issues add b9393905 Add support for Maven 4 PluginDescriptor.getRequiredJavaVersion() method (#401) add 210da980 get rid of jira and notifications add 8fe7d41a restore notifications add f8bbbec5 docs: Remove (non-functional) JIRA `README.md` link add d35a9bdd Bump org.apache.commons:commons-lang3 in /maven-plugin-report-plugin (#945) add 5da7285c Bump org.mockito:mockito-core from 3.12.4 to 4.0.0 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 (6f17338d) \ N -- N -- N refs/heads/dependabot/maven/org.mockito-mockito-core-4.0.0 (5da7285c) 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 | 6 +- .asf.yaml => .github/ISSUE_TEMPLATE/BUG.yml | 59 +++++++----- .asf.yaml => .github/ISSUE_TEMPLATE/FEATURE.yml | 46 +++++----- .asf.yaml => .github/ISSUE_TEMPLATE/config.yml | 41 ++++----- .github/pull_request_template.md | 23 +++++ README.md | 24 +---- .../plugin/plugin/DescriptorGeneratorMojo.java | 9 +- maven-plugin-report-plugin/pom.xml | 2 +- .../plugin/plugin/report/RequirementsHistory.java | 8 +- maven-plugin-tools-annotations/pom.xml | 2 +- .../maven/tools/plugin/PluginDescriptorHelper.java | 100 +++++++++++++++++++++ .../generator/PluginDescriptorFilesGenerator.java | 13 ++- pom.xml | 8 +- src/site/xdoc/index.xml | 2 +- 14 files changed, 222 insertions(+), 121 deletions(-) copy .asf.yaml => .github/ISSUE_TEMPLATE/BUG.yml (53%) copy .asf.yaml => .github/ISSUE_TEMPLATE/FEATURE.yml (60%) copy .asf.yaml => .github/ISSUE_TEMPLATE/config.yml (60%) create mode 100644 .github/pull_request_template.md create mode 100644 maven-plugin-tools-api/src/main/java/org/apache/maven/tools/plugin/PluginDescriptorHelper.java