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

michaelo pushed a change to branch doxia-2.0.0
in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git


 discard cfd51f8  Prepare for Doxia 2.0.0
     add fbd8644  [MPMD-372] Upgrade plugins and components (in ITs)
     add 8c5875a  [MPMD-373] System property java.version is overwritten in ITs 
as model property
     add 73478ae  [MPMD-374] Remove deprecated and unused PmdCollectingRenderer
     add 7fc029a  Clean up
     add 931a292  Clean up dependencies
     add 05514fb  [MPMD-375] Replace *ReportGenerators with a new 
*ReportRenderers
     add 3d87ac3  [maven-release-plugin] prepare release maven-pmd-plugin-3.21.0
     add 4c215b5  [maven-release-plugin] prepare for next development iteration
     add b93fa23  Move commons-lang3 to test scope (#131)
     add 13aeb5f  (doc) Update releasenotes.md for 3.21.0 [skip ci]
     add 6a8c559  (doc) fix releasenotes.md [skip ci]
     add 5a21037  Use proper scope for method
     add 01310e6  [MPMD-371] Using two ruleset files with same name in 
different directories (#127)
     add 3dcc10d  (doc) Update releasenotes.md [skip ci]
     add 192eddf  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   (cfd51f8)
            \
             N -- N -- N   refs/heads/doxia-2.0.0 (192eddf)

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:
 pom.xml                                            |  32 +-
 .../MPMD-296-rulesetsTargetDirectory/verify.groovy |   6 +-
 src/it/MPMD-323-multi-module-basedir/verify.groovy |   4 +-
 src/it/multi-module/verify.bsh                     |   4 +-
 .../org/apache/maven/plugins/pmd/CpdReport.java    |  41 +-
 ...ReportGenerator.java => CpdReportRenderer.java} | 149 +++---
 .../org/apache/maven/plugins/pmd/PmdReport.java    |  86 ++--
 .../maven/plugins/pmd/PmdReportGenerator.java      | 547 ---------------------
 .../maven/plugins/pmd/PmdReportRenderer.java       | 428 ++++++++++++++++
 src/site/markdown/releasenotes.md                  |  38 +-
 .../apache/maven/plugins/pmd/PmdReportTest.java    |  65 +--
 11 files changed, 666 insertions(+), 734 deletions(-)
 rename src/main/java/org/apache/maven/plugins/pmd/{CpdReportGenerator.java => 
CpdReportRenderer.java} (52%)
 delete mode 100644 
src/main/java/org/apache/maven/plugins/pmd/PmdReportGenerator.java
 create mode 100644 
src/main/java/org/apache/maven/plugins/pmd/PmdReportRenderer.java

Reply via email to