Author: sebb
Date: Fri Oct 5 19:20:09 2012
New Revision: 1394742
URL: http://svn.apache.org/viewvc?rev=1394742&view=rev
Log:
Remove temporary changes plugin version override
Update to latest Findbugs version
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=1394742&r1=1394741&r2=1394742&view=diff
==============================================================================
--- commons/proper/net/trunk/pom.xml (original)
+++ commons/proper/net/trunk/pom.xml Fri Oct 5 19:20:09 2012
@@ -142,8 +142,6 @@ 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 (uses 2.6) -->
- <commons.changes.version>2.7.1</commons.changes.version>
</properties>
<build>
@@ -356,7 +354,7 @@ Supported protocols include: Echo, Finge
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
- <version>2.4.0</version>
+ <version>2.5.2</version>
<configuration>
<excludeFilterFile>findbugs-exclude-filter.xml</excludeFilterFile>
</configuration>