This is an automated email from the ASF dual-hosted git repository. michaelo pushed a change to branch use-site.xml in repository https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git
discard ed77948 Use site.xml discard eade144 Use site.xml discard a28d16b Prepare for Doxia 2.0.0 add 7f80826 [MPIR-426] Remove Apache Buildr from Dependency Information Report add 88f2f76 [MPIR-427] Explicitly start and end tables with Doxia Sinks in report renderers add dee3a29 [MPIR-425] Verbatim content should be rendered as plain text add c1eb1d4 [maven-release-plugin] prepare release maven-project-info-reports-plugin-3.4.2 add f2b6f7c [maven-release-plugin] prepare for next development iteration add d6a6c9c Fix jenkins URL new 60126b1 Prepare for Doxia 2.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 (ed77948) \ N -- N -- N refs/heads/use-site.xml (60126b1) 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. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: pom.xml | 20 ++-- .../projectinfo/AbstractProjectInfoRenderer.java | 36 ++++++ .../projectinfo/AbstractProjectInfoReport.java | 5 - .../projectinfo/DependencyInformationReport.java | 3 - .../renderer/DependenciesRenderer.java | 126 +-------------------- .../projectinfo/IssueManagementReportTest.java | 4 +- .../report/projectinfo/LicensesReportTest.java | 6 +- .../report/projectinfo/ModulesReportTest.java | 2 +- .../maven/report/projectinfo/ScmReportTest.java | 2 +- .../maven/report/projectinfo/TeamReportTest.java | 2 +- .../plugin-configs/ci-management-plugin-config.xml | 3 +- ...ci-management-plugin-with-ci-section-config.xml | 3 +- .../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-fr.xml | 1 + .../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 +- 29 files changed, 89 insertions(+), 176 deletions(-)