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 2013/06/04 18:33:03 UTC

svn commit: r1489508 - /commons/proper/net/trunk/pom.xml

Author: sebb
Date: Tue Jun  4 16:32:48 2013
New Revision: 1489508

URL: http://svn.apache.org/r1489508
Log:
Update to CP30 and checkstyle 2.10; remove workround which is now unnecessary

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

Modified: commons/proper/net/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/pom.xml?rev=1489508&r1=1489507&r2=1489508&view=diff
==============================================================================
--- commons/proper/net/trunk/pom.xml (original)
+++ commons/proper/net/trunk/pom.xml Tue Jun  4 16:32:48 2013
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-parent</artifactId>
-        <version>28</version>
+        <version>30</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>commons-net</groupId>
@@ -392,20 +392,12 @@ Supported protocols include: Echo, Finge
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>
-                <version>2.9.1</version>
+                <version>2.10</version>
                 <configuration>
                     <configLocation>${basedir}/checkstyle.xml</configLocation>
                     <suppressionsLocation>${basedir}/checkstyle-suppressions.xml</suppressionsLocation>
                     <enableRulesSummary>false</enableRulesSummary>
                 </configuration>
-                <!-- Workround for CHECKSTYLE-167/172 -->
-                <reportSets>
-                  <reportSet>
-                    <reports>
-                      <report>checkstyle</report>
-                    </reports>
-                  </reportSet>
-                </reportSets>
             </plugin>
 
         </plugins>