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 2016/10/31 15:44:52 UTC

logging-log4j2 git commit: compiler.plugin.version 3.5.1 -> 3.6.0

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 32adca258 -> 866b2e3e3


compiler.plugin.version 3.5.1 -> 3.6.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/866b2e3e
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/866b2e3e
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/866b2e3e

Branch: refs/heads/master
Commit: 866b2e3e3a84ce93658a5873bf43786d5bf34cec
Parents: 32adca2
Author: Gary Gregory <gg...@apache.org>
Authored: Mon Oct 31 08:44:43 2016 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Mon Oct 31 08:44:43 2016 -0700

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/866b2e3e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 86051d7..aaa7199 100644
--- a/pom.xml
+++ b/pom.xml
@@ -190,12 +190,12 @@
     <slf4jVersion>1.7.21</slf4jVersion>
     <logbackVersion>1.1.7</logbackVersion>
     <jackson1Version>1.9.13</jackson1Version>
-    <jackson2Version>2.8.3</jackson2Version>
+    <jackson2Version>2.8.4</jackson2Version>
     <springVersion>3.2.13.RELEASE</springVersion>
     <flumeVersion>1.6.0</flumeVersion>
     <disruptorVersion>3.3.5</disruptorVersion>
     <conversantDisruptorVersion>1.2.8-JDK7</conversantDisruptorVersion>
-    <compiler.plugin.version>3.5.1</compiler.plugin.version>
+    <compiler.plugin.version>3.6.0</compiler.plugin.version>
     <pmd.plugin.version>3.6</pmd.plugin.version>
     <findbugs.plugin.version>3.0.4</findbugs.plugin.version>
     <changes.plugin.version>2.12</changes.plugin.version>