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 2011/09/17 14:02:23 UTC

svn commit: r1171955 - /commons/proper/dbutils/trunk/pom.xml

Author: sebb
Date: Sat Sep 17 12:02:23 2011
New Revision: 1171955

URL: http://svn.apache.org/viewvc?rev=1171955&view=rev
Log:
checkstyle: headerFile deprecated; replaced by headerLocation

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

Modified: commons/proper/dbutils/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/pom.xml?rev=1171955&r1=1171954&r2=1171955&view=diff
==============================================================================
--- commons/proper/dbutils/trunk/pom.xml [utf-8] (original)
+++ commons/proper/dbutils/trunk/pom.xml [utf-8] Sat Sep 17 12:02:23 2011
@@ -265,7 +265,7 @@
         <configuration>
           <configLocation>${basedir}/checkstyle.xml</configLocation>
           <enableRulesSummary>false</enableRulesSummary>
-          <headerFile>${basedir}/license-header.txt</headerFile>
+          <headerLocation>${basedir}/license-header.txt</headerLocation>
         </configuration>
       </plugin>
       <plugin>