Repository: logging-log4j2 Updated Branches: refs/heads/master 4e55ba8b5 -> eb058528e
compiler.plugin.version 3.1 -> 3.2. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/eb058528 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/eb058528 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/eb058528 Branch: refs/heads/master Commit: eb058528e01e386381899493dd65bbe779f37a8c Parents: 4e55ba8 Author: Gary Gregory <[email protected]> Authored: Tue Nov 18 01:46:08 2014 -0500 Committer: Gary Gregory <[email protected]> Committed: Tue Nov 18 01:46:08 2014 -0500 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/eb058528/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2659c65..b3ed05d 100644 --- a/pom.xml +++ b/pom.xml @@ -168,7 +168,7 @@ <springVersion>3.2.11.RELEASE</springVersion> <flumeVersion>1.5.2</flumeVersion> <disruptorVersion>3.3.0</disruptorVersion> - <compiler.plugin.version>3.1</compiler.plugin.version> + <compiler.plugin.version>3.2</compiler.plugin.version> <pmd.plugin.version>3.2</pmd.plugin.version> <findbugs.plugin.version>2.5.5</findbugs.plugin.version> <changes.plugin.version>2.11</changes.plugin.version>
