Author: dennisl
Date: Sun Jan 18 14:24:49 2015
New Revision: 1652760
URL: http://svn.apache.org/r1652760
Log:
[MCHECKSTYLE-253] Upgrade to checkstyle 5.9 for Java 8 compatibility
- Revert the upgrade of Checkstyle that was done in r1632982. The Checkstyle
version used by the plugin is now 5.8.
Modified:
maven/plugins/trunk/maven-checkstyle-plugin/pom.xml
Modified: maven/plugins/trunk/maven-checkstyle-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/pom.xml?rev=1652760&r1=1652759&r2=1652760&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Sun Jan 18 14:24:49 2015
@@ -59,7 +59,7 @@ under the License.
<properties>
<mavenVersion>2.2.1</mavenVersion>
- <checkstyleVersion>5.9</checkstyleVersion>
+ <checkstyleVersion>5.8</checkstyleVersion>
<doxiaVersion>1.4</doxiaVersion>
<sitePluginVersion>3.4</sitePluginVersion>
</properties>