Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index e6519c4ed..1653f4c3d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -200,7 +200,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
- <version>2.4.1</version>
+ <version>2.4.0</version>
<configuration>
<encoding>UTF-8</encoding>
<effort>Max</effort>
@@ -267,7 +267,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
- <version>2.4.1</version>
+ <version>2.4.0</version>
<configuration>
<effort>Max</effort>
<threshold>Low</threshold>

Back to the top