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

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


    omit da81642  Bump mvnversion from 3.9.12 to 3.9.14
     add e41d59d  disable all publishers
     add 7d09c9a  Fix syntax for withMaven parameters in Jenkinsfile
     add 2934d5f  Increase build timeout from 10 to 30 minutes
     add 3a2e4f4  use a token
     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 6b2ef28  Bump mvnversion from 3.9.12 to 3.9.14

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   (da81642)
            \
             N -- N -- N   refs/heads/dependabot/maven/mvnversion-3.9.14 
(6b2ef28)

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                                        |  26 ++--
 README.md                                          |  33 +++++
 pom.xml                                            |  49 ++++++-
 .../org/apache/maven/dist/tools/JsonRetry.java     |  84 ++++++++++++
 .../org/apache/maven/dist/tools/JsoupRetry.java    |   1 +
 .../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 ++++++---
 12 files changed, 423 insertions(+), 219 deletions(-)
 create mode 100644 src/main/java/org/apache/maven/dist/tools/JsonRetry.java

Reply via email to