commits@javamail.java.net

[mercurial:115] Use 2.0-SNAPSHOT version of maven-findbugs-plugin.

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

Repository: mercurial
Revision: 115
Author: Bill Shannon <bill.shannon_at_sun.com>
Date: 2009-02-05 02:09:45 UTC

Log Message:
-----------
Use 2.0-SNAPSHOT version of maven-findbugs-plugin.

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

Diffs:
-----
diff -r 53e94686c6c1 -r f5544db3aac2 mail/pom.xml
--- a/mail/pom.xml Wed Feb 04 18:08:53 2009 -0800
+++ b/mail/pom.xml Wed Feb 04 18:09:45 2009 -0800
@@ -2,7 +2,7 @@
 <!--
     DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
 
- Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
+ Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
 
     The contents of this file are subject to the terms of either the
GNU
     General Public License Version 2 only ("GPL") or the Common
Development
@@ -83,11 +83,22 @@
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>findbugs-maven-plugin</artifactId>
- <version>2.0</version>
+ <version>2.0-SNAPSHOT</version>
                <configuration>
                    <threshold>Normal</threshold>
                </configuration>
            </plugin>
        </plugins>
     </reporting>
+
+ <pluginRepositories>
+ <!-- Repository for the SNAPSHOT version of findbugs plugin -->
+ <pluginRepository>
+ <id>codehaus-snapshot-repository</id>
+ <url>http://snapshots.repository.codehaus.org/</url>
+ <snapshots>
+ <updatePolicy>daily</updatePolicy>
+ </snapshots>
+ </pluginRepository>
+ </pluginRepositories>
 </project>