You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2015/06/04 06:48:34 UTC

logging-log4j2 git commit: Fix Jenkins build.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 7b5b02a35 -> 0234c71c8


Fix Jenkins build.

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

Branch: refs/heads/master
Commit: 0234c71c8f29aa624778bb107b914c9c9557ddc7
Parents: 7b5b02a
Author: Gary Gregory <ga...@gmail.com>
Authored: Wed Jun 3 21:48:09 2015 -0700
Committer: Gary Gregory <ga...@gmail.com>
Committed: Wed Jun 3 21:48:09 2015 -0700

----------------------------------------------------------------------
 log4j-perf/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/0234c71c/log4j-perf/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-perf/pom.xml b/log4j-perf/pom.xml
index 01f90c2..0656609 100644
--- a/log4j-perf/pom.xml
+++ b/log4j-perf/pom.xml
@@ -39,7 +39,7 @@
     <docLabel>Apache Log4J Performance Tests</docLabel>
     <projectDir>/log4j-perf</projectDir>
     <jmh.version>1.1.1</jmh.version>
-    <javac.target>1.7</javac.target>
+    <javac.target>1.6</javac.target>
     <uberjar.name>benchmarks</uberjar.name>
   </properties>