Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2011-08-31 17:22:56 +0000
committerSteffen Pingel2011-08-31 17:22:56 +0000
commit6e10b802be381e61b0b6dd55c3f1940d5610a402 (patch)
tree743e4e599efae2a16af397be4435d82b4d9dab41
parent3d4ab9c4948ae83e6d07f183c60ce8c771356133 (diff)
downloadorg.eclipse.mylyn.reviews-6e10b802be381e61b0b6dd55c3f1940d5610a402.tar.gz
org.eclipse.mylyn.reviews-6e10b802be381e61b0b6dd55c3f1940d5610a402.tar.xz
org.eclipse.mylyn.reviews-6e10b802be381e61b0b6dd55c3f1940d5610a402.zip
fixed findbugs versionv0.8.2R_3_6_2
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index f3dcf4c5e..e3a70aa88 100644
--- a/pom.xml
+++ b/pom.xml
@@ -240,7 +240,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
- <version>2.3.3</version>
+ <version>2.3.2</version>
<configuration>
<findbugsXmlOutput>true</findbugsXmlOutput>
<failOnError>false</failOnError>

Back to the top