You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2015/05/03 15:40:36 UTC

svn commit: r1677399 - /commons/proper/cli/trunk/pom.xml

Author: britter
Date: Sun May  3 13:40:36 2015
New Revision: 1677399

URL: http://svn.apache.org/r1677399
Log:
Update plugin versions

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

Modified: commons/proper/cli/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/cli/trunk/pom.xml?rev=1677399&r1=1677398&r2=1677399&view=diff
==============================================================================
--- commons/proper/cli/trunk/pom.xml (original)
+++ commons/proper/cli/trunk/pom.xml Sun May  3 13:40:36 2015
@@ -189,13 +189,6 @@
           <tarLongFileMode>gnu</tarLongFileMode>
         </configuration>
       </plugin>
-      <!--
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-ant-plugin</artifactId>
-        <version>2.1.1-SNAPSHOT</version>
-      </plugin>
-      -->
     </plugins>
     <pluginManagement>
       <plugins>
@@ -227,7 +220,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.9.1</version>
+        <version>2.15</version>
         <configuration>
           <configLocation>${basedir}/src/conf/checkstyle.xml</configLocation>
           <enableRulesSummary>false</enableRulesSummary>
@@ -239,12 +232,12 @@
               <report>checkstyle</report>
             </reports>
           </reportSet>
-        </reportSets>         
+        </reportSets>
       </plugin>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
-        <version>2.5.2</version>
+        <version>3.0.1</version>
         <configuration>
           <threshold>Normal</threshold>
           <effort>Default</effort>