Author: rgoers
Date: Tue Jul 26 23:20:54 2011
New Revision: 1151289

URL: http://svn.apache.org/viewvc?rev=1151289&view=rev
Log:
Upgrade version of findbugs plugin. Fixes the site build with Maven 3

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

Modified: commons/proper/vfs/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1151289&r1=1151288&r2=1151289&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Tue Jul 26 23:20:54 2011
@@ -233,7 +233,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
-        <version>1.0.0</version>
+        <version>2.3.2</version>
         <configuration>
           <threshold>Normal</threshold>
           <effort>Default</effort>
@@ -385,7 +385,7 @@
     </snapshotRepository>
     <site>
       <id>apache.website</id>
-      <url>scp://people.apache.org/www/commons.apache.org/vfs/</url>
+      <url>scp://people.apache.org/www/commons.apache.org/vfs</url>
     </site>
   </distributionManagement>
 


Reply via email to