commits@javamail.java.net

[mercurial:103] Use newer version of FindBugs plugin.

From: <shannon_at_kenai.com>
Date: Mon, 9 Feb 2009 19:40:58 +0000 (GMT)

Repository: mercurial
Revision: 103
Author: Bill Shannon <bill.shannon_at_sun.com>
Date: 2009-01-30 21:20:12 UTC

Log Message:
-----------
Use newer version of FindBugs plugin.

Modified Paths:
--------------
    mail/pom.xml

Diffs:
-----
diff -r 2cdf27dc90df -r 68ab7e1541df mail/pom.xml
--- a/mail/pom.xml Fri Jan 30 13:16:24 2009 -0800
+++ b/mail/pom.xml Fri Jan 30 13:20:12 2009 -0800
@@ -83,6 +83,7 @@
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>findbugs-maven-plugin</artifactId>
+ <version>2.0</version>
                <configuration>
                    <threshold>Normal</threshold>
                </configuration>