Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Aniszczyk2011-05-10 20:43:40 +0000
committerChris Aniszczyk2011-05-10 20:43:40 +0000
commit0ea6d9c8d93c9210ab65452d0d4b5fd195f41b0b (patch)
tree4d574f6b0bb963258d6c1764edbccfca3b793ff1 /pom.xml
parent858408f8c34d3e1666da345c1464968c659a313d (diff)
downloadjgit-0ea6d9c8d93c9210ab65452d0d4b5fd195f41b0b.tar.gz
jgit-0ea6d9c8d93c9210ab65452d0d4b5fd195f41b0b.tar.xz
jgit-0ea6d9c8d93c9210ab65452d0d4b5fd195f41b0b.zip
Update findbugs-maven-plugin to the official 2.3.2 release
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml15
1 files changed, 1 insertions, 14 deletions
diff --git a/pom.xml b/pom.xml
index 9979d11e09..98f8a02fc3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,16 +137,6 @@
<jetty-version>7.1.6.v20100715</jetty-version>
</properties>
- <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>
<pluginManagement>
<plugins>
@@ -220,12 +210,9 @@
</plugin>
<plugin>
- <!-- need maven-findbugs-2.3.2-SNAPSHOT, see
- http://jira.codehaus.org/browse/MFINDBUGS-122
- switch to released version when available -->
<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