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

github-bot pushed a change to branch 
dependabot/maven/src/it/dependencies-java-1.7-and-1.8/com.fasterxml.jackson.datatype-jackson-datatype-jsr310-2.9.8
in repository 
https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git


 discard ee43b04  Bump jackson-datatype-jsr310 in 
/src/it/dependencies-java-1.7-and-1.8
     add 7413f53  [MPIR-433] Bump bcel from 6.5.0 to 6.6.0 (#44)
     add 116c945  [maven-release-plugin] prepare release 
maven-project-info-reports-plugin-3.4.3
     add 7b8d8e3  [maven-release-plugin] prepare for next development iteration
     add 1f8c108  Auto-link MPIR Jira
     add 2cea544  Fix typos
     add 3ddd7bd  Code simplifications
     add cb8c257  [MPIR-434] Upgrade plugins and components (in ITs)
     add 3cb4a73  refactor: Replace any StringUtils#isEmpty(String) and 
#isNotEmpty(String) (#50)
     add c031699  [MPIR-435] Custom bundle sometimes not loaded due to 
parent-first class loading
     add a5e3348  [MPIR-436] Don't use DecimalFormat which is identical with 
String#valueOf(long)
     add f942ba1  [MPIR-438] Upgrade to maven-shared-jar 3.0.0
     add 9209a7a  [MPIR-437] 'Java version' is set to 0.0 when no JDK details 
are detected in dependencies
     add 0413d65  Add more scopes to 'full-pom' IT
     add f1cccb9  Fix incorrect ChoiceFormat range
     add 2d60f95  Use proper scope for method
     add dbd863f  [MPIR-431] Dependency file details section: segregate Java 
version column into execution and test versions
     add c17f876  [maven-release-plugin] prepare release 
maven-project-info-reports-plugin-3.4.4
     add ad43b2f  [maven-release-plugin] prepare for next development iteration
     add ace0610  move dependencies to test scope (#54)
     add a29d9aa      MPIR-444 (#60)
     add 8fdb4e1      MPIR-443 (#58)
     add 3b07a10  update keytool-maven-plugin to 1.7 (#57)
     add ef5464c  MPIR-439 update commons-io to 2.12.0 (#56)
     add 84052f3  maven-shared-utils t 3.4.2 (#55)
     add 9c25752  [MPIR-447] Gradle deprecates compile in favor of 
implementation
     add d8f8086  [MPIR-448] [REGRESSION] DependenciesRenderer chokes on 
invalid scope with a NPE
     add 2640c07  [MPIR-449] Don't count and display debug information if 
dependency does not contain class files
     add c17a78f  [MPIR-441] Fix DependenciesReportTest
     add 68dd239  Bump jackson-datatype-jsr310 in 
/src/it/dependencies-java-1.7-and-1.8

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   (ee43b04)
            \
             N -- N -- N   
refs/heads/dependabot/maven/src/it/dependencies-java-1.7-and-1.8/com.fasterxml.jackson.datatype-jackson-datatype-jsr310-2.9.8
 (68dd239)

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                                          |  11 +
 pom.xml                                            |  63 +--
 src/it/{MPIR-412 => MPIR-431}/pom.xml              |  42 +-
 src/it/MPIR-431/verify.groovy                      |  53 +++
 .../pom.xml                                        |  18 +-
 src/it/{MPIR-412 => MPIR-437}/verify.groovy        |  17 +-
 src/it/full-pom/pom.xml                            |  18 +
 .../site/custom/project-info-reports.properties    |   6 +-
 .../custom/project-info-reports_de.properties}     |  36 +-
 .../custom/project-info-reports_fr.properties}     |  36 +-
 src/it/full-pom/verify.bsh                         |  30 +-
 src/it/multi-module/pom.xml                        |   2 +-
 .../projectinfo/AbstractProjectInfoRenderer.java   |   5 +-
 .../projectinfo/AbstractProjectInfoReport.java     |   9 +-
 .../report/projectinfo/CiManagementReport.java     |   7 +-
 .../report/projectinfo/DependenciesReport.java     |   4 +-
 .../projectinfo/DependencyInformationReport.java   |   2 +-
 .../projectinfo/DependencyManagementReport.java    |   4 +-
 .../projectinfo/DistributionManagementReport.java  |   6 +-
 .../maven/report/projectinfo/IndexReport.java      |   2 +-
 .../report/projectinfo/IssueManagementReport.java  |   7 +-
 .../maven/report/projectinfo/LicensesReport.java   |   8 +-
 .../report/projectinfo/MailingListsReport.java     |   2 +-
 .../maven/report/projectinfo/ModulesReport.java    |   2 +-
 .../report/projectinfo/PluginManagementReport.java |   2 +-
 .../maven/report/projectinfo/PluginsReport.java    |   2 +-
 .../report/projectinfo/ProjectInfoReportUtils.java |  10 +-
 .../apache/maven/report/projectinfo/ScmReport.java |  22 +-
 .../maven/report/projectinfo/SummaryReport.java    |   2 +-
 .../maven/report/projectinfo/TeamReport.java       |   8 +-
 .../renderer/DependenciesRenderer.java             | 425 +++++++++++++++------
 .../renderer/DependencyManagementRenderer.java     |   2 +-
 .../projectinfo/AbstractProjectInfoTestCase.java   |  11 +-
 .../report/projectinfo/DependenciesReportTest.java |   3 +-
 .../report/projectinfo/MailingListsReportTest.java |  27 ++
 .../maven/report/projectinfo/ScmReportTest.java    |   4 +-
 .../{IndexStub.java => MailingListsStub2.java}     |  11 +-
 .../plugin-configs/ci-management-plugin-config.xml |   3 +-
 ...ci-management-plugin-with-ci-section-config.xml |   3 +-
 .../plugin-config.xml}                             |   4 +-
 .../site/custom/project-info-reports.properties    |   0
 .../dependency-convergence-plugin-config.xml       |   3 +-
 .../dependency-management-plugin-config.xml        |   1 +
 .../plugin-configs/index-plugin-config.xml         |   3 +-
 .../issue-management-plugin-config.xml             |   3 +-
 .../licenses-plugin-config-linkonly.xml            |   3 +-
 .../plugin-configs/licenses-plugin-config.xml      |   3 +-
 .../mailing-lists-plugin-config-invalidlink.xml    |   1 +
 .../plugin-configs/mailing-lists-plugin-config.xml |   1 +
 .../plugin-configs/modules-plugin-config.xml       |   6 +-
 ...ariable-settings-interpolated-plugin-config.xml |   8 +-
 .../plugin-management-plugin-config-MPIR-375.xml   |   6 +-
 .../plugin-management-plugin-config.xml            |   2 +-
 .../resources/plugin-configs/scm-plugin-config.xml |   3 +-
 .../plugin-configs/scm-wrong-url-plugin-config.xml |   3 +-
 .../plugin-configs/summary-plugin-config.xml       |   3 +-
 .../plugin-configs/team-plugin-config.xml          |   3 +-
 57 files changed, 654 insertions(+), 327 deletions(-)
 copy src/it/{MPIR-412 => MPIR-431}/pom.xml (64%)
 create mode 100644 src/it/MPIR-431/verify.groovy
 copy src/it/{dependencies-java-1.7-and-1.8 => MPIR-437}/pom.xml (82%)
 copy src/it/{MPIR-412 => MPIR-437}/verify.groovy (67%)
 copy src/{test/resources/iso-8859-5-encoded.txt => 
it/full-pom/src/site/custom/project-info-reports_de.properties} (92%)
 copy src/{test/resources/iso-8859-5-encoded.txt => 
it/full-pom/src/site/custom/project-info-reports_fr.properties} (92%)
 copy src/test/java/org/apache/maven/report/projectinfo/stubs/{IndexStub.java 
=> MailingListsStub2.java} (80%)
 copy src/test/resources/plugin-configs/{mailing-lists-plugin-config.xml => 
custom-bundle/plugin-config.xml} (91%)
 copy src/{it/full-pom => 
test/resources/plugin-configs/custom-bundle}/src/site/custom/project-info-reports.properties
 (100%)

Reply via email to