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

github-bot pushed a change to branch 
dependabot/maven/org.eclipse.jgit-org.eclipse.jgit-7.6.0.202603022253-r
in repository https://gitbox.apache.org/repos/asf/maven-dist-tool.git


    omit 10d880f  Bump org.eclipse.jgit:org.eclipse.jgit
     add 1aaf2b1  Ensure API_TOKEN is passed
     add 7d72d35  fix this withMaven reporting
     add cb20e2b  Use Jenkins Json API rather than html scrapping (#161)
     add c9e3b9c  Remove branch condition for Publish and Check errors
     add a1bd5e9  Include documentation for API_TOKEN (#163)
     add 116d79c  Bump io.projectreactor:reactor-core from 3.7.3 to 3.8.4 (#164)
     add fd78955  Bump org.apache.maven.doxia:doxia-core from 2.0.0 to 2.1.0 
(#167)
     add 0804e6d  Bump com.fasterxml.jackson:jackson-bom from 2.21.1 to 2.21.2 
(#166)
     add 4d54212  Bump org.apache.maven.doxia:doxia-sink-api from 2.0.0 to 
2.1.0 (#165)
     add aaec9c3  Bump org.eclipse.jgit:org.eclipse.jgit

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   (10d880f)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.eclipse.jgit-org.eclipse.jgit-7.6.0.202603022253-r
 (aaec9c3)

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:
 Jenkinsfile                                        |  17 +--
 README.md                                          |  33 +++++
 pom.xml                                            |  36 +++++-
 .../org/apache/maven/dist/tools/JsonRetry.java     |  84 ++++++++++++
 .../tools/committers/CommittersStatsReport.java    |  25 ++--
 .../maven/dist/tools/committers/MLStats.java       | 121 ++++++++---------
 .../maven/dist/tools/jobs/AbstractJobsReport.java  |   4 +
 .../tools/jobs/branches/ListBranchesReport.java    | 143 ++++++++++++---------
 .../tools/jobs/master/ListMasterJobsReport.java    |  85 ++++++------
 .../dist/tools/memorycheck/MemoryCheckReport.java  |   8 +-
 .../committers/MavenCommittersRepositoryTest.java  |  63 ++++++---
 11 files changed, 405 insertions(+), 214 deletions(-)
 create mode 100644 src/main/java/org/apache/maven/dist/tools/JsonRetry.java

Reply via email to