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

slachiewicz pushed a change to branch MPIR-384
in repository 
https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git.


 discard 715bd92  [MPIR-384] Use PatternExcludesArtifactFilter to exclude 
artifacts in PluginManagement
     add c7acb57  [MPIR-385] Avoid adding mailto: prefix twice
     add 0537c1b  Bump to 3.1.0-SNAPSHOT
     add db82c71  Fix checkstyle issues
     add 65e5224  [MPIR-387] make build Reproducible
     add eb1606b  Corrected failed IT test: update link for Doxia api site to 
https
     add df96c2e  [MPIR-389] Upgrade Doxia to 1.9.1
     add d3efb03  [MPIR-388] Doxia Sitetools 1.9.2 to remove dependency on 
Struts
     add 57463e6  [MPIR-390] Verify build by Github Action (#14)
     add 3eddab3  [MPIR-386] Add pluginRepositories (#13)
     new 7f414a5  [MPIR-384] Use PatternExcludesArtifactFilter to exclude 
artifacts in PluginManagement

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   (715bd92)
            \
             N -- N -- N   refs/heads/MPIR-384 (7f414a5)

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:
 .../workflows/maven.yml                            | 29 +++++++++++++++++++---
 pom.xml                                            | 10 +++++---
 src/it/full-pom/verify.bsh                         |  4 +--
 .../projectinfo/AbstractProjectInfoReport.java     |  8 ++++++
 .../report/projectinfo/DependenciesReport.java     |  1 +
 .../projectinfo/DependencyConvergenceReport.java   | 27 ++++++++------------
 .../projectinfo/DependencyManagementReport.java    |  1 +
 .../report/projectinfo/MailingListsReport.java     |  3 ++-
 .../report/projectinfo/ProjectInfoReportUtils.java |  2 --
 .../maven/report/projectinfo/TeamReport.java       |  3 ---
 .../renderer/DependenciesRenderer.java             |  5 ++--
 .../projectinfo/AbstractProjectInfoTestCase.java   |  2 +-
 .../report/projectinfo/MailingListsReportTest.java |  2 +-
 .../plugin-configs/mailing-lists-plugin-config.xml |  2 +-
 14 files changed, 62 insertions(+), 37 deletions(-)
 copy src/it/multi-module/invoker.properties => .github/workflows/maven.yml 
(58%)

Reply via email to