Repository: logging-log4j2 Updated Branches: refs/heads/master 6f8ad1f0d -> a9055ec45
maven-compiler-plugin 3.2 -> 3.3. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/a9055ec4 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/a9055ec4 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/a9055ec4 Branch: refs/heads/master Commit: a9055ec4525feeb729f5f8350e16add988136b55 Parents: 6f8ad1f Author: Gary Gregory <[email protected]> Authored: Fri Mar 27 11:58:23 2015 -0700 Committer: Gary Gregory <[email protected]> Committed: Fri Mar 27 11:58:23 2015 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a9055ec4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 09e1f6a..dc7dbde 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.2</compiler.plugin.version> + <compiler.plugin.version>3.3</compiler.plugin.version> <pmd.plugin.version>3.4</pmd.plugin.version> <findbugs.plugin.version>2.5.5</findbugs.plugin.version> <changes.plugin.version>2.11</changes.plugin.version>
