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 2015/08/25 20:29:21 UTC

logging-log4j2 git commit: [LOG4J2-1104] Update Apache Commons Compress from 1.9 to 1.10.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master b16ed7263 -> 145592c69


[LOG4J2-1104] Update Apache Commons Compress from 1.9 to 1.10.

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

Branch: refs/heads/master
Commit: 145592c69002c721b60fa5e5637a983988f8966f
Parents: b16ed72
Author: ggregory <gg...@apache.org>
Authored: Tue Aug 25 11:29:09 2015 -0700
Committer: ggregory <gg...@apache.org>
Committed: Tue Aug 25 11:29:09 2015 -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/145592c6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b74fa8d..26c7552 100644
--- a/pom.xml
+++ b/pom.xml
@@ -685,7 +685,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-compress</artifactId>
-        <version>1.9</version>
+        <version>1.10</version>
       </dependency>
     </dependencies>
   </dependencyManagement>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/145592c6/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9bafa66..509a993 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -210,6 +210,9 @@
       <action issue="LOG4J2-1092" dev="ggregory" type="update">
         Update Jackson from 2.6.0 to 2.6.1.
       </action>
+      <action issue="LOG4J2-1104" dev="ggregory" type="update">
+        Update Apache Commons Compress from 1.9 to 1.10.
+      </action>
     </release>
     <release version="2.3" date="2015-05-09" description="GA Release 2.3">
       <action issue="LOG4J2-1009" dev="ggregory" type="fix" due-to="Mikael Ståldal">