Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2012-02-22 00:28:56 +0000
committerDoug Schaefer2012-02-22 00:28:56 +0000
commit876be3dc80acbf06a5a8312910a9cda9da871c0d (patch)
tree1ca8b3098d9f0d1104091842503eff89efd45540 /pom.xml
parent72d27e65126e129aa5f36c99da106b5936fd1cf4 (diff)
downloadorg.eclipse.tcf-876be3dc80acbf06a5a8312910a9cda9da871c0d.tar.gz
org.eclipse.tcf-876be3dc80acbf06a5a8312910a9cda9da871c0d.tar.xz
org.eclipse.tcf-876be3dc80acbf06a5a8312910a9cda9da871c0d.zip
Trying to find the findbugs plug-in.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 766753572..e6519c4ed 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-SNAPSHOT</version>
+ <version>2.4.1</version>
<configuration>
<encoding>UTF-8</encoding>
<effort>Max</effort>

Back to the top