Repository: logging-log4j2 Updated Branches: refs/heads/master d959f1c00 -> 68209f621
[LOG4J2-2051] Update Conversant Disruptor from 1.2.10 to 1.2.11. Add comment that this requires Java 8. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/68209f62 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/68209f62 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/68209f62 Branch: refs/heads/master Commit: 68209f6215e2994cb125071bb0360c2b712cbcf9 Parents: d959f1c Author: Gary Gregory <[email protected]> Authored: Fri Sep 15 23:12:50 2017 -0600 Committer: Gary Gregory <[email protected]> Committed: Fri Sep 15 23:12:50 2017 -0600 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/68209f62/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index df83254..936c5e7 100644 --- a/pom.xml +++ b/pom.xml @@ -183,7 +183,7 @@ <springVersion>3.2.18.RELEASE</springVersion> <flumeVersion>1.7.0</flumeVersion> <disruptorVersion>3.3.6</disruptorVersion> - <conversantDisruptorVersion>1.2.10</conversantDisruptorVersion> + <conversantDisruptorVersion>1.2.10</conversantDisruptorVersion> <!-- Version 1.2.11 requires Java 8 --> <compiler.plugin.version>3.7.0</compiler.plugin.version> <pmd.plugin.version>3.7</pmd.plugin.version> <findbugs.plugin.version>3.0.5</findbugs.plugin.version>
