You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2013/05/23 03:52:49 UTC

svn commit: r1485538 - /commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/pom.xml

Author: ggregory
Date: Thu May 23 01:52:49 2013
New Revision: 1485538

URL: http://svn.apache.org/r1485538
Log:
Comment maven-checkstyle-plugin version usage per Sebb's suggestion.

Modified:
    commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/pom.xml

Modified: commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/pom.xml?rev=1485538&r1=1485537&r2=1485538&view=diff
==============================================================================
--- commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/pom.xml (original)
+++ commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/pom.xml Thu May 23 01:52:49 2013
@@ -305,6 +305,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-checkstyle-plugin</artifactId>
+          <!-- Checkstyle version above 2.2 requires rewriting checkstyle.xml. -->
           <version>2.2</version>
           <configuration>
             <configLocation>${basedir}/checkstyle.xml</configLocation>