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

github-bot pushed a change to branch 
dependabot/maven/commons-io-commons-io-2.18.0
in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git


 discard 9cd478a  Bump commons-io:commons-io from 2.17.0 to 2.18.0
     add 9e36e61  Prefer Guice injection (#177)
     add 77c7c6c  [MPMD-411] Implement getOutputPath and identify getOutputName 
as deprecated, (#179)
     add 3bce10b  Fix double the (#180)
     add eb1b4f4  [MPMD-410] Number agreement (#181)
     add 8f260bc  [MNGSITE-529] Rename "Goals" to "Plugin Documentation"
     add 9c46b69  Enable GitHub issues
     add fab011e  Update to Parent 44
     add f0fe7e5  Add more information about excludes
     add de2ba94  Bump commons-io:commons-io from 2.17.0 to 2.18.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   (9cd478a)
            \
             N -- N -- N   
refs/heads/dependabot/maven/commons-io-commons-io-2.18.0 (de2ba94)

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                                          |  3 ++
 .asf.yaml => .github/ISSUE_TEMPLATE/BUG.yml        | 59 +++++++++++++---------
 .asf.yaml => .github/ISSUE_TEMPLATE/FEATURE.yml    | 46 ++++++++---------
 .asf.yaml => .github/ISSUE_TEMPLATE/config.yml     | 41 +++++++--------
 .../{maven-verify.yml => pr-automation.yml}        | 14 ++---
 .github/workflows/{maven-verify.yml => stale.yml}  | 13 ++---
 README.md                                          | 24 ++-------
 pom.xml                                            |  7 +--
 src/it/MPMD-244-logging/verify.groovy              |  2 +-
 .../maven/plugins/pmd/AbstractPmdReport.java       |  8 +--
 .../maven/plugins/pmd/AggregatorCpdReport.java     | 10 ++++
 .../plugins/pmd/AggregatorPmdNoForkReport.java     | 18 ++++++-
 .../maven/plugins/pmd/AggregatorPmdReport.java     | 16 ++++++
 .../org/apache/maven/plugins/pmd/CpdReport.java    | 20 ++++++--
 .../org/apache/maven/plugins/pmd/PmdReport.java    | 31 +++++++++---
 .../maven/plugins/pmd/PmdViolationCheckMojo.java   |  4 +-
 .../apache/maven/plugins/pmd/exec/PmdExecutor.java | 16 ++++--
 src/site/apt/examples/violation-exclusions.apt.vm  | 30 +++++++++++
 src/site/fml/faq.fml                               |  4 +-
 src/site/site.xml                                  |  2 +-
 .../plugins/pmd/AbstractPmdReportTestCase.java     |  2 +-
 .../apache/maven/plugins/pmd/CpdReportTest.java    |  4 +-
 .../apache/maven/plugins/pmd/PmdReportTest.java    | 32 ++++++------
 23 files changed, 256 insertions(+), 150 deletions(-)
 copy .asf.yaml => .github/ISSUE_TEMPLATE/BUG.yml (53%)
 copy .asf.yaml => .github/ISSUE_TEMPLATE/FEATURE.yml (60%)
 copy .asf.yaml => .github/ISSUE_TEMPLATE/config.yml (60%)
 copy .github/workflows/{maven-verify.yml => pr-automation.yml} (80%)
 copy .github/workflows/{maven-verify.yml => stale.yml} (82%)

Reply via email to