You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by co...@apache.org on 2016/03/01 17:05:55 UTC

directory-kerby git commit: Fixing benchmark

Repository: directory-kerby
Updated Branches:
  refs/heads/trunk 5d36a825c -> 5c3287e93


Fixing benchmark


Project: http://git-wip-us.apache.org/repos/asf/directory-kerby/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-kerby/commit/5c3287e9
Tree: http://git-wip-us.apache.org/repos/asf/directory-kerby/tree/5c3287e9
Diff: http://git-wip-us.apache.org/repos/asf/directory-kerby/diff/5c3287e9

Branch: refs/heads/trunk
Commit: 5c3287e93513ad744db92759acf51b94c16791b1
Parents: 5d36a82
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Tue Mar 1 16:01:16 2016 +0000
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Tue Mar 1 16:01:16 2016 +0000

----------------------------------------------------------------------
 benchmark/pom.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/5c3287e9/benchmark/pom.xml
----------------------------------------------------------------------
diff --git a/benchmark/pom.xml b/benchmark/pom.xml
index e088600..9b8eddc 100644
--- a/benchmark/pom.xml
+++ b/benchmark/pom.xml
@@ -32,10 +32,8 @@
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <jmh.version>1.11.1</jmh.version>
-    <javac.target>1.6</javac.target>
+    <javac.target>1.7</javac.target>
     <uberjar.name>benchmarks</uberjar.name>
-    <apache.ds.version>2.0.0-M20</apache.ds.version>
-    <apache.ds.api.version>1.0.0-M32</apache.ds.api.version>
   </properties>
 
   <dependencies>