aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorGary D. Gregory <ggregory@apache.org>2016-04-26 19:13:02 +0000
committerGary D. Gregory <ggregory@apache.org>2016-04-26 19:13:02 +0000
commit466351e60ae08e9677adcf71198776252787ed84 (patch)
treec8d9d03a782e62ab4e55481044d2b37d420216ef /pom.xml
parent0a8d5d3b9b5f516432e9cd1aed016ac5eb628f71 (diff)
downloadapache-commons-bcel-466351e60ae08e9677adcf71198776252787ed84.tar.gz
We do not need a JDK 7 profile since we require a mininum of Java 7.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1741076 13f79535-47bb-0310-9956-ffa450edef68
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>