This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.apache.maven.reporting-maven-reporting-api-4.0.0 in repository https://gitbox.apache.org/repos/asf/maven-changelog-plugin.git
discard 9fb9060 Bump org.apache.maven.reporting:maven-reporting-api from 3.1.1 to 4.0.0 add 3c7cbfb Bump org.codehaus.mojo:l10n-maven-plugin from 1.0-alpha-2 to 1.1.0 add 85853cc Remove dependency on commons-lang *2* (#31) add 55b0a3d Drop comment from ASF jira integration add 7c79290 [MCHANGELOG-154] Bump org.apache.maven.plugins:maven-plugins from 42 to 43 (#23) add 1dc01e6 [MCHANGELOG-157] Fix build report with m-site-p 3.20+ add 9e05863 [MCHANGELOG-138] Bump Maven SCM from 1.13.0 to 2.1.0 add 068a293 [MCHANGELOG-119] - Add option to disable displaying file and file revision information on report (#21) add b2fc2a8 [maven-release-plugin] prepare release maven-changelog-plugin-3.0.0-M1 add b2fdcfc [maven-release-plugin] prepare for next development iteration add ed7209f Remove undeclared hamcrest dependency (#35) add 8824985 Every test runs with a new test object (#34) add bbdeb54 Move decoration model to test scope (#36) add f217815 [MNGSITE-529] Rename "Goals" to "Plugin Documentation" add b735d77 Enable GitHub Issues add 29fd19a Update to parent 44 (#40) add 9caee5c Bump org.apache.maven.reporting:maven-reporting-api from 3.1.1 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 (9fb9060) \ N -- N -- N refs/heads/dependabot/maven/org.apache.maven.reporting-maven-reporting-api-4.0.0 (9caee5c) 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 | 5 +- .github/{dependabot.yml => ISSUE_TEMPLATE/BUG.yml} | 45 +++++++++---- .../{dependabot.yml => ISSUE_TEMPLATE/FEATURE.yml} | 32 +++++---- .../{dependabot.yml => ISSUE_TEMPLATE/config.yml} | 27 ++++---- .../release-drafter.yml | 4 +- .../{maven-verify.yml => pr-automation.yml} | 14 ++-- .../{maven-verify.yml => release-drafter.yml} | 14 ++-- .github/workflows/{maven-verify.yml => stale.yml} | 13 ++-- README.md | 24 ++----- pom.xml | 78 ++++------------------ .../maven/plugins/changelog/ChangeLogReport.java | 30 ++++----- .../plugins/changelog/DeveloperActivityReport.java | 2 + .../plugins/changelog/FileActivityComparator.java | 5 +- .../plugins/changelog/FileActivityReport.java | 2 + .../command/info/SvnInfoCommandExpanded.java | 8 +-- src/site/site.xml | 2 +- .../plugins/changelog/ChangeLogReportTest.java | 59 ++++++++++------ .../changelog/DeveloperActivityReportTest.java | 20 +----- .../plugins/changelog/FileActivityReportTest.java | 20 +----- .../plugins/changelog/stubs/MavenProjectStub.java | 2 +- .../plugins/changelog/stubs/ScmProviderStub.java | 6 -- ...-file-and-rev-info-explicitly-plugin-config.xml | 44 ++++++++++++ ...ont-display-file-and-rev-info-plugin-config.xml | 44 ++++++++++++ 23 files changed, 265 insertions(+), 235 deletions(-) copy .github/{dependabot.yml => ISSUE_TEMPLATE/BUG.yml} (54%) copy .github/{dependabot.yml => ISSUE_TEMPLATE/FEATURE.yml} (60%) copy .github/{dependabot.yml => ISSUE_TEMPLATE/config.yml} (61%) copy src/it/with-svnjava-maven-3/invoker.properties => .github/release-drafter.yml (89%) copy .github/workflows/{maven-verify.yml => pr-automation.yml} (80%) copy .github/workflows/{maven-verify.yml => release-drafter.yml} (83%) copy .github/workflows/{maven-verify.yml => stale.yml} (82%) create mode 100644 src/test/plugin-configs/changelog/display-file-and-rev-info-explicitly-plugin-config.xml create mode 100644 src/test/plugin-configs/changelog/dont-display-file-and-rev-info-plugin-config.xml