aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorSebastian Bazley <sebb@apache.org>2016-06-07 17:58:55 +0000
committerSebastian Bazley <sebb@apache.org>2016-06-07 17:58:55 +0000
commitbf5bb7d677e0b1c11292717262a351cba5edebb6 (patch)
tree9d3c24b13c1f6cc474a0fd41adb7e28022ba2b1c /pom.xml
parentf6ebd74c348d099d3e3ebb56ec19b1393c1bcb14 (diff)
downloadapache-commons-bcel-bf5bb7d677e0b1c11292717262a351cba5edebb6.tar.gz
Stop Maven complaining about missing versions
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1747287 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index e07a099d..139a1182 100644
--- a/pom.xml
+++ b/pom.xml
@@ -406,6 +406,7 @@
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
+ <version>${commons.surefire.version}</version>
<configuration>
<includes>
<include>**/PerformanceTest.java</include>
@@ -460,6 +461,7 @@
<!-- Enable the compilation of the benchmarks -->
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
+ <version>${commons.compiler.version}</version>
<configuration combine.self="override">
<testIncludes>
<testInclude>**/*</testInclude>