aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
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 c7710b87..dc05eea1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
<commons.osgi.private />
<commons.jira.id>BCEL</commons.jira.id>
<commons.jira.pid>12314220</commons.jira.pid>
- <findbugs.plugin.version>2.5.5</findbugs.plugin.version>
+ <findbugs.plugin.version>3.0.3</findbugs.plugin.version>
<checkstyle.plugin.version>2.16</checkstyle.plugin.version>
</properties>
@@ -373,16 +373,6 @@
</dependencies>
<profiles>
- <profile>
- <id>jdk7</id>
- <activation>
- <jdk>[1.7,)</jdk>
- </activation>
- <properties>
- <findbugs.plugin.version>3.0.3</findbugs.plugin.version>
- </properties>
- </profile>
-
<!-- Profile to build and run PerformanceTest. Use 'mvn test -Pjdk-rt' -->
<profile>
<id>jdk-rt</id>