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

slachiewicz pushed a change to branch MCHECKSTYLE-376
in repository https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git.


 discard ea23269  Upgrade checkstyle
 discard 9079d62  [MCHECKSTYLE-376] - Remove window line endings from files and 
config 54
     add a7f6a5d  [MCHECKSTYLE-54] Ensure files EOL matches Systems 
lineseparator (must also apply when downloading source-release.zip, this is not 
a git issue)
     add 57cf969  using git now so remove this
     add d1d8bef  MCHECKSTYLE-364 Fix links
     add 77081ad  https://checkstyle.org
     add 7aaf8ed  Merge pull request #21 from elharo/elharo-patch-1
     add 4f8d5df  [MCHECKSTYLE-380] Fix link to issue management
     new ca77b39  [MCHECKSTYLE-376] - Remove window line endings from files and 
config 54
     new 44d72db  Upgrade checkstyle

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   (ea23269)
            \
             N -- N -- N   refs/heads/MCHECKSTYLE-376 (44d72db)

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 2 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:
 .../java/org/MyClass.java => MCHECKSTYLE-54/setup.groovy}     | 11 +++++------
 .../verify.groovy                                             |  9 ++++-----
 .../maven/plugins/checkstyle/AbstractCheckstyleReport.java    |  2 +-
 .../maven/plugins/checkstyle/CheckstyleAggregateReport.java   |  2 +-
 .../org/apache/maven/plugins/checkstyle/CheckstyleReport.java |  2 +-
 .../maven/plugins/checkstyle/CheckstyleReportGenerator.java   |  2 +-
 .../plugins/checkstyle/CheckstyleViolationCheckMojo.java      |  2 +-
 .../org/apache/maven/plugins/checkstyle/ReportResource.java   |  2 +-
 .../plugins/checkstyle/exec/CheckstyleCheckerListener.java    |  2 +-
 .../maven/plugins/checkstyle/exec/CheckstyleExecutor.java     |  2 +-
 .../plugins/checkstyle/exec/CheckstyleExecutorException.java  |  2 +-
 .../plugins/checkstyle/exec/CheckstyleExecutorRequest.java    |  2 +-
 .../maven/plugins/checkstyle/exec/CheckstyleResults.java      |  2 +-
 .../plugins/checkstyle/exec/DefaultCheckstyleExecutor.java    |  2 +-
 .../apache/maven/plugins/checkstyle/rss/VelocityTemplate.java |  2 +-
 src/site/apt/index.apt.vm                                     |  8 +++-----
 .../apache/maven/plugins/checkstyle/CheckstyleReportTest.java |  2 +-
 .../plugins/checkstyle/CheckstyleViolationCheckMojoTest.java  |  2 +-
 .../apache/maven/plugins/checkstyle/ReportResourceTest.java   |  2 +-
 .../plugins/checkstyle/exec/CheckstyleReportListenerTest.java |  2 +-
 .../maven/plugins/checkstyle/exec/CheckstyleResultsTest.java  |  2 +-
 .../checkstyle/stubs/MavenProjectWithExceptionsStub.java      |  2 +-
 .../checkstyle/stubs/MavenProjectWithNoJxrPluginStub.java     |  2 +-
 .../maven/plugins/checkstyle/stubs/MinMavenProjectStub.java   |  2 +-
 .../plugins/checkstyle/stubs/ModuleMavenProjectStub.java      |  2 +-
 .../maven/plugins/checkstyle/stubs/MultiMavenProjectStub.java |  2 +-
 26 files changed, 35 insertions(+), 39 deletions(-)
 copy src/it/{MCHECKSTYLE-172/src/main/java/org/MyClass.java => 
MCHECKSTYLE-54/setup.groovy} (81%)
 copy src/it/{MCHECKSTYLE-219-no-license_success => 
MCHECKSTYLE-54}/verify.groovy (72%)

Reply via email to