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 2017/11/27 18:03:37 UTC

logging-log4j2 git commit: Update comments and dependencies to match.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 7a8e164ec -> c96ad2585


Update comments and dependencies to match.

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

Branch: refs/heads/master
Commit: c96ad2585b244d3d059d7e38f899274d5dc6c5c7
Parents: 7a8e164
Author: Gary Gregory <gg...@apache.org>
Authored: Mon Nov 27 13:03:34 2017 -0500
Committer: Gary Gregory <gg...@apache.org>
Committed: Mon Nov 27 13:03:34 2017 -0500

----------------------------------------------------------------------
 log4j-core-its/pom.xml | 4 ++--
 log4j-core/pom.xml     | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c96ad258/log4j-core-its/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-core-its/pom.xml b/log4j-core-its/pom.xml
index f3f3f30..3295cb6 100644
--- a/log4j-core-its/pom.xml
+++ b/log4j-core-its/pom.xml
@@ -96,11 +96,11 @@
       <artifactId>jackson-dataformat-xml</artifactId>
       <optional>true</optional>
     </dependency>
-    <!-- POM for jackson-dataformat-xml 2.8.3 depends on woodstox-core 5.0.2 -->
+    <!-- POM for jackson-dataformat-xml 2.9.2 depends on woodstox-core 5.0.3 -->
     <dependency>
       <groupId>com.fasterxml.woodstox</groupId>
       <artifactId>woodstox-core</artifactId>
-      <version>5.0.2</version>
+      <version>5.0.3</version>
       <optional>true</optional>
     </dependency>
 

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c96ad258/log4j-core/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-core/pom.xml b/log4j-core/pom.xml
index 7d492ad..f280549 100644
--- a/log4j-core/pom.xml
+++ b/log4j-core/pom.xml
@@ -87,7 +87,7 @@
       <artifactId>jackson-dataformat-xml</artifactId>
       <optional>true</optional>
     </dependency>
-    <!-- POM for jackson-dataformat-xml 2.9.1 depends on woodstox-core 5.0.3 -->
+    <!-- POM for jackson-dataformat-xml 2.9.2 depends on woodstox-core 5.0.3 -->
     <dependency>
       <groupId>com.fasterxml.woodstox</groupId>
       <artifactId>woodstox-core</artifactId>