aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorSebastian Bazley <sebb@apache.org>2016-06-22 09:03:29 +0000
committerSebastian Bazley <sebb@apache.org>2016-06-22 09:03:29 +0000
commitbb668dd4dfa40d6640bd053400b5829c3bc888f6 (patch)
treed879b26b7ca8c4f9240ccf6bcfb797af1bdf8a7c /pom.xml
parent0aa96a17f8cf9c96874c9519c93e9f7723d41adf (diff)
downloadapache-commons-bcel-bb668dd4dfa40d6640bd053400b5829c3bc888f6.tar.gz
Update to current JMH version
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1749642 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml15
1 files changed, 8 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index 3274b129..9cfcf023 100644
--- a/pom.xml
+++ b/pom.xml
@@ -474,18 +474,24 @@
<profile>
<id>benchmark</id>
+ <properties>
+ <skipTests>true</skipTests>
+ <benchmark>org.apache</benchmark>
+ <jmh.version>1.12</jmh.version>
+ </properties>
+
<dependencies>
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-core</artifactId>
- <version>1.3.4</version>
+ <version>${jmh.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-generator-annprocess</artifactId>
- <version>1.3.4</version>
+ <version>${jmh.version}</version>
<scope>test</scope>
</dependency>
@@ -504,11 +510,6 @@
</dependency>
</dependencies>
- <properties>
- <skipTests>true</skipTests>
- <benchmark>org.apache</benchmark>
- </properties>
-
<build>
<plugins>
<!-- Enable the compilation of the benchmarks -->