]> source.dussan.org Git - jgit.git/commitdiff
Update findbugs-maven-plugin to the official 2.3.2 release 76/3376/1
authorChris Aniszczyk <caniszczyk@gmail.com>
Tue, 10 May 2011 20:43:40 +0000 (15:43 -0500)
committerChris Aniszczyk <caniszczyk@gmail.com>
Tue, 10 May 2011 20:43:40 +0000 (15:43 -0500)
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 9979d11e09f1099eb37ac7b395e6f51b0a910a6a..98f8a02fc3fe382267f7353727393c57220d70e4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <jetty-version>7.1.6.v20100715</jetty-version>
   </properties>
 
-  <pluginRepositories>
-    <pluginRepository>
-      <!-- need maven-findbugs-2.3.2-SNAPSHOT, see
-           http://jira.codehaus.org/browse/MFINDBUGS-122
-           remove this when this version is released -->
-      <id>codehaus.snapshots</id>
-      <url>http://snapshots.repository.codehaus.org/</url>
-    </pluginRepository>
-  </pluginRepositories>
-
   <build>
     <pluginManagement>
       <plugins>
         </plugin>
 
         <plugin>
-          <!-- need maven-findbugs-2.3.2-SNAPSHOT, see
-               http://jira.codehaus.org/browse/MFINDBUGS-122
-               switch to released version when available -->
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>findbugs-maven-plugin</artifactId>
-          <version>2.3.2-SNAPSHOT</version>
+          <version>2.3.2</version>
           <configuration>
             <findbugsXmlOutput>true</findbugsXmlOutput>
             <failOnError>false</failOnError>