You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by dr...@apache.org on 2015/09/06 14:43:38 UTC

directory-kerby git commit: Added the plugin version to fix a possible warning

Repository: directory-kerby
Updated Branches:
  refs/heads/master c3afd7288 -> 0c90428b0


Added the plugin version to fix a possible warning


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

Branch: refs/heads/master
Commit: 0c90428b0aa140db7091e735d9517bbb5cf199e6
Parents: c3afd72
Author: drankye <ka...@intel.com>
Authored: Sun Sep 6 20:43:21 2015 +0800
Committer: Drankye <dr...@gmail.com>
Committed: Sun Sep 6 20:43:21 2015 +0800

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


http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/0c90428b/benchmark/pom.xml
----------------------------------------------------------------------
diff --git a/benchmark/pom.xml b/benchmark/pom.xml
index ace11bf..1c43ba4 100644
--- a/benchmark/pom.xml
+++ b/benchmark/pom.xml
@@ -221,6 +221,7 @@
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>exec-maven-plugin</artifactId>
+            <version>1.4.0</version>
             <executions>
               <execution>
                 <id>run-benchmarks</id>