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/05/09 18:12:51 UTC

[2/3] logging-log4j2 git commit: [LOG4J2-1384] Update Apache Commons CSV from 1.2 to 1.3.

[LOG4J2-1384] Update Apache Commons CSV from 1.2 to 1.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/be3fcda6
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/be3fcda6
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/be3fcda6

Branch: refs/heads/master
Commit: be3fcda670a6ad4eb4d7210e67e5956fd85d5950
Parents: 8e85826
Author: ggregory <gg...@apache.org>
Authored: Mon May 9 11:12:12 2016 -0700
Committer: ggregory <gg...@apache.org>
Committed: Mon May 9 11:12:12 2016 -0700

----------------------------------------------------------------------
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/be3fcda6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b4564e3..f00fd21 100644
--- a/pom.xml
+++ b/pom.xml
@@ -734,7 +734,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-csv</artifactId>
-        <version>1.2</version>
+        <version>1.3</version>
       </dependency>
       <!-- GC-free -->
       <dependency>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/be3fcda6/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6700840..a1eb86a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -42,6 +42,9 @@
       <action issue="LOG4J2-1374" dev="rpopma" type="update">
         Migrate tests from Logback 1.1.3 to 1.1.7.
       </action>
+      <action issue="LOG4J2-1384" dev="ggregory" type="update">
+        Update Apache Commons CSV from 1.2 to 1.3.
+      </action>
       <action issue="LOG4J2-1373" dev="rpopma" type="add">
         (GC) Update Logger wrapper Generator tool to generate methods for the new Logger methods.
       </action>