You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2014/09/20 18:46:52 UTC

git commit: follow JMH recommendation to require Maven 3.0+

Repository: logging-log4j2
Updated Branches:
  refs/heads/master f9ac016be -> 182df44c6


follow JMH recommendation to require Maven 3.0+

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/182df44c
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/182df44c
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/182df44c

Branch: refs/heads/master
Commit: 182df44c6a9538d6108ae2dbce8d6f61a64da19d
Parents: f9ac016
Author: rpopma <rp...@apache.org>
Authored: Sun Sep 21 01:46:49 2014 +0900
Committer: rpopma <rp...@apache.org>
Committed: Sun Sep 21 01:46:49 2014 +0900

----------------------------------------------------------------------
 log4j-perf/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/182df44c/log4j-perf/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-perf/pom.xml b/log4j-perf/pom.xml
index b5723df..7131b5d 100644
--- a/log4j-perf/pom.xml
+++ b/log4j-perf/pom.xml
@@ -29,6 +29,10 @@
   <packaging>jar</packaging>
   <name>Apache Log4J Performance Tests</name>
   <description>Log4j 2.0 Various performance tests</description>
+  
+  <prerequisites>
+    <maven>3.0</maven>
+  </prerequisites>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>