aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorGary D. Gregory <ggregory@apache.org>2016-04-26 19:14:43 +0000
committerGary D. Gregory <ggregory@apache.org>2016-04-26 19:14:43 +0000
commitc8224b1745b8c4408ff4a16cd42eb3d1a7895458 (patch)
tree6dc541a329b9eb75d4d171dcf861882e1cc51059 /pom.xml
parent466351e60ae08e9677adcf71198776252787ed84 (diff)
downloadapache-commons-bcel-c8224b1745b8c4408ff4a16cd42eb3d1a7895458.tar.gz
Override parent with commons.findbugs.version property.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1741077 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index dc05eea1..0fdcde33 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>3.0.3</findbugs.plugin.version>
+ <commons.findbugs.version>3.0.3</commons.findbugs.version>
<checkstyle.plugin.version>2.16</checkstyle.plugin.version>
</properties>
@@ -315,7 +315,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
- <version>${findbugs.plugin.version}</version>
+ <version>${commons.findbugs.version}</version>
<configuration>
<threshold>Normal</threshold>
<effort>Default</effort>