Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Aniszczyk2011-05-10 22:53:24 +0000
committerChris Aniszczyk2011-05-10 22:53:55 +0000
commit87e52a84cf770fe3ea0354e7a0b8b6218fa4a601 (patch)
treee357f1aa7043d37548b5787fac0334776148099a /pom.xml
parente58c0ccc5cf5da2628fc9921a239cc29d3cac1c1 (diff)
downloadegit-github-87e52a84cf770fe3ea0354e7a0b8b6218fa4a601.tar.gz
egit-github-87e52a84cf770fe3ea0354e7a0b8b6218fa4a601.tar.xz
egit-github-87e52a84cf770fe3ea0354e7a0b8b6218fa4a601.zip
Use findbugs-maven-plugin 2.3.2
Change-Id: Ibab1308e2f37e46db763f77db9ea9306c1547fb0 Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 1 insertions, 11 deletions
diff --git a/pom.xml b/pom.xml
index ae830639..608f9297 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,16 +80,6 @@
</repository>
</repositories>
- <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>
<plugins>
<plugin>
@@ -137,7 +127,7 @@
<plugin>
<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>

Back to the top