Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2012-02-22 00:31:05 +0000
committerDoug Schaefer2012-02-22 00:31:05 +0000
commit9c5cc6335f7d4adf4d3240887e9745e9af127784 (patch)
tree2ab64ceb49291a1a5fc7ca8f8bf6bd3beb75c7fe /pom.xml
parent876be3dc80acbf06a5a8312910a9cda9da871c0d (diff)
downloadorg.eclipse.tcf-9c5cc6335f7d4adf4d3240887e9745e9af127784.tar.gz
org.eclipse.tcf-9c5cc6335f7d4adf4d3240887e9745e9af127784.tar.xz
org.eclipse.tcf-9c5cc6335f7d4adf4d3240887e9745e9af127784.zip
Still trying to find findbugs.
Diffstat (limited to 'pom.xml')
-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