You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by de...@apache.org on 2016/07/28 06:56:06 UTC

svn commit: r1754355 - /commons/proper/configuration/trunk/pom.xml

Author: deki
Date: Thu Jul 28 06:56:05 2016
New Revision: 1754355

URL: http://svn.apache.org/viewvc?rev=1754355&view=rev
Log:
Downgrade checkstyle-plugin to be compatible with Java 6 (see https://maven.apache.org/plugins/maven-checkstyle-plugin/history.html)

Modified:
    commons/proper/configuration/trunk/pom.xml

Modified: commons/proper/configuration/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1754355&r1=1754354&r2=1754355&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Thu Jul 28 06:56:05 2016
@@ -529,7 +529,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-checkstyle-plugin</artifactId>
-          <version>2.17</version>
+          <version>2.15</version>
           <configuration>
               <configLocation>${basedir}/conf/checkstyle.xml</configLocation>
               <suppressionsLocation>${basedir}/conf/checkstyle-suppressions.xml</suppressionsLocation>