Author: sebb Date: Fri Dec 31 03:16:50 2010 New Revision: 1054041 URL: http://svn.apache.org/viewvc?rev=1054041&view=rev Log: headerFile is deprecated, use headerLocation instead
Modified: commons/proper/pool/trunk/pom.xml Modified: commons/proper/pool/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/pom.xml?rev=1054041&r1=1054040&r2=1054041&view=diff ============================================================================== --- commons/proper/pool/trunk/pom.xml (original) +++ commons/proper/pool/trunk/pom.xml Fri Dec 31 03:16:50 2010 @@ -250,7 +250,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>