This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a change to branch parent in repository https://gitbox.apache.org/repos/asf/maven-dist-tool.git
discard b5f0362 Bump parent pom to 44-SNAPSHOT add 59dccdb add check site archives initial index add 1d3ed79 Bump org.wiremock:wiremock from 3.10.0 to 3.12.0 add f8199c4 Bump org.assertj:assertj-core from 3.27.2 to 3.27.3 add 6b74f2e add links to mailing lists add c03be7c Bump org.wiremock:wiremock from 3.12.0 to 3.12.1 add 5b2f801 Merge pull request #100 from apache/dependabot/maven/org.wiremock-wiremock-3.12.1 add 87dc858 Bump com.fasterxml.jackson:jackson-bom from 2.18.2 to 2.18.3 add 4801991 Merge pull request #99 from apache/dependabot/maven/com.fasterxml.jackson-jackson-bom-2.18.3 add 89fc82f Bump org.apache.maven.plugins:maven-project-info-reports-plugin add 3c6ec35 Merge pull request #98 from apache/dependabot/maven/org.apache.maven.plugins-maven-project-info-reports-plugin-3.9.0 add 80c1006 Disable merge button on GitHub add c93c2f6 update KEYS check agains source in Git maven-parent add 3702c0c clarify edit/publish/download workflow add f67f330 simplify reported key description to pub and uid add a13c472 some uid lines contain less space add 952829e Retire Maven PDF Plugin add 5127afd Bump parent pom to 44-SNAPSHOT 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 (b5f0362) \ N -- N -- N refs/heads/parent (5127afd) 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 | 4 + pom.xml | 8 +- .../tools/committers/CommittersStatsReport.java | 7 +- .../maven/dist/tools/committers/MLStats.java | 15 ++- .../maven/dist/tools/committers/MLStatsAnn.java | 6 +- .../dist/tools/committers/MLStatsCommits.java | 8 +- .../maven/dist/tools/committers/MLStatsIssues.java | 6 +- .../maven/dist/tools/committers/MLStatsVotes.java | 8 +- .../tools/jobs/branches/ListBranchesReport.java | 2 +- .../maven/dist/tools/pgp/CheckPgpKeysReport.java | 132 +++++++++++++++------ .../dist/tools/prerequisites/GetPrerequisites.java | 2 +- src/main/resources/dist-tool.conf | 2 +- src/site/markdown/dist-tool-check-site-archives.md | 62 ++++++++++ src/site/site.xml | 4 +- 14 files changed, 208 insertions(+), 58 deletions(-) create mode 100644 src/site/markdown/dist-tool-check-site-archives.md