aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorGary D. Gregory <ggregory@apache.org>2017-08-25 16:11:40 +0000
committerGary D. Gregory <ggregory@apache.org>2017-08-25 16:11:40 +0000
commit2028f6f3d5fab907ac277ab95a76f76fe308066f (patch)
treeb0e8ccb968c457816afa27848b071671d0b92262 /pom.xml
parent673f396ef525ed3bd48c2d2f3da3688d5e13e93e (diff)
downloadapache-commons-bcel-2028f6f3d5fab907ac277ab95a76f76fe308066f.tar.gz
Update commons-parent and Maven plugins.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1806190 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index d88d4072..a790cbc5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>40</version>
+ <version>42</version>
</parent>
<groupId>org.apache.bcel</groupId>
@@ -58,10 +58,10 @@
<commons.osgi.private />
<commons.jira.id>BCEL</commons.jira.id>
<commons.jira.pid>12314220</commons.jira.pid>
- <commons.findbugs.version>3.0.3</commons.findbugs.version>
+ <commons.findbugs.version>3.0.5</commons.findbugs.version>
<checkstyle.plugin.version>2.17</checkstyle.plugin.version>
<!-- Latest Clirr Plugin version (2.7) causes NPE -->
- <commons.clirr.version>2.6.1</commons.clirr.version>
+ <commons.clirr.version>2.8</commons.clirr.version>
</properties>
<!-- Cannot be added to Commons Parent, see https://issues.apache.org/jira/browse/COMMONSSITE-26 -->