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-checkstyle-plugin.git


 discard 875ef0f  Prepare for Doxia 2.0.0
     add 7efb92f  [MCHECKSTYLE-432] Inline configuration does not work when 
creating site reports with multiple locales
     add ff1e8a5  vuln-fix: Temporary File Information Disclosure
     add d757053  [maven-release-plugin] prepare release 
maven-checkstyle-plugin-3.2.2
     add 9ddd0f8  [maven-release-plugin] prepare for next development iteration
     add 0d90fea  Auto-link MCHECKSTYLE Jira
     new 19b62c5  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   (875ef0f)
            \
             N -- N -- N   refs/heads/doxia-2.0.0 (19b62c5)

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:
 .asf.yaml                                          | 11 +++++
 pom.xml                                            | 12 +++---
 .../invoker.properties                             |  0
 .../{checkstyle-report => MCHECKSTYLE-432}/pom.xml | 47 ++++++++++++++++------
 .../src/main/java/org/MyClass.java                 |  0
 .../src/main/java/org/package.html                 |  0
 .../checkstyle/AbstractCheckstyleReport.java       | 10 +++--
 .../checkstyle/CheckstyleAggregateReport.java      |  2 +-
 .../maven/plugins/checkstyle/CheckstyleReport.java |  2 +-
 .../checkstyle/CheckstyleViolationCheckMojo.java   |  8 ++--
 .../checkstyle/AbstractCheckstyleTestCase.java     | 23 +++++++++++
 .../plugins/checkstyle/CheckstyleReportTest.java   |  5 +++
 12 files changed, 92 insertions(+), 28 deletions(-)
 copy src/it/{MCHECKSTYLE-172 => MCHECKSTYLE-432}/invoker.properties (100%)
 copy src/it/{checkstyle-report => MCHECKSTYLE-432}/pom.xml (63%)
 copy src/it/{MCHECKSTYLE-172 => 
MCHECKSTYLE-432}/src/main/java/org/MyClass.java (100%)
 copy src/it/{MCHECKSTYLE-172 => 
MCHECKSTYLE-432}/src/main/java/org/package.html (100%)

Reply via email to