You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2016/05/20 13:51:43 UTC

svn commit: r1744743 - /commons/proper/codec/trunk/pom.xml

Author: sebb
Date: Fri May 20 13:51:43 2016
New Revision: 1744743

URL: http://svn.apache.org/viewvc?rev=1744743&view=rev
Log:
Update to latest plugin, which seems to work fine

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

Modified: commons/proper/codec/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1744743&r1=1744742&r2=1744743&view=diff
==============================================================================
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Fri May 20 13:51:43 2016
@@ -235,10 +235,7 @@ limitations under the License.
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     <commons.encoding>UTF-8</commons.encoding>
     <checkstyle.header.file>${basedir}/LICENSE-header.txt</checkstyle.header.file>
-    <!-- Use 2.9.1 instead of 2.10-2.15; which seems to scan the 'target'
-    dir and wants license headers in .properties to be the header for
-    Java files. -->
-    <checkstyle.version>2.9.1</checkstyle.version>
+    <checkstyle.version>2.17</checkstyle.version>
   </properties>
   <build>
     <pluginManagement>