Author: sebb
Date: Sat May  5 16:01:33 2012
New Revision: 1334439

URL: http://svn.apache.org/viewvc?rev=1334439&view=rev
Log:
Update some plugins

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=1334439&r1=1334438&r2=1334439&view=diff
==============================================================================
--- commons/proper/net/trunk/pom.xml (original)
+++ commons/proper/net/trunk/pom.xml Sat May  5 16:01:33 2012
@@ -142,6 +142,8 @@ Supported protocols include: Echo, Finge
         <commons.release.2.desc>(Requires Java 1.3 or 
later)</commons.release.2.desc>
         <commons.jira.id>NET</commons.jira.id>
         <commons.jira.pid>12310487</commons.jira.pid>
+        <!-- Temporary override of CP25 version -->
+        <commons.changes.version>2.7</commons.changes.version>
     </properties> 
 
     <build>
@@ -251,7 +253,7 @@ Supported protocols include: Echo, Finge
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>build-helper-maven-plugin</artifactId>
-                <version>1.5</version>
+                <version>1.7</version>
                 <executions>
                     <execution>
                         <id>attach-artifacts</id>
@@ -354,7 +356,7 @@ Supported protocols include: Echo, Finge
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>findbugs-maven-plugin</artifactId>
-                <version>2.3.2</version>
+                <version>2.4.0</version>
                 <configuration>
                     
<excludeFilterFile>findbugs-exclude-filter.xml</excludeFilterFile>
                 </configuration>
@@ -381,7 +383,7 @@ Supported protocols include: Echo, Finge
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>
-                <version>2.9</version>
+                <version>2.9.1</version>
                 <configuration>
                     <configLocation>${basedir}/checkstyle.xml</configLocation>
                     
<suppressionsLocation>${basedir}/checkstyle-suppressions.xml</suppressionsLocation>


Reply via email to