You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by ac...@apache.org on 2016/04/13 10:20:05 UTC

karaf git commit: [KARAF-4492] Upgrade Apache Commons-compress to version 1.11

Repository: karaf
Updated Branches:
  refs/heads/karaf-4.0.x 700b4b43a -> ec18716e2


[KARAF-4492] Upgrade Apache Commons-compress to version 1.11


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

Branch: refs/heads/karaf-4.0.x
Commit: ec18716e2d338ebe2453d3dfbfc47b6e978f5147
Parents: 700b4b4
Author: Andrea Cosentino <an...@gmail.com>
Authored: Wed Apr 13 10:18:59 2016 +0200
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Wed Apr 13 10:19:43 2016 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/ec18716e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1010ba8..032f0ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,7 +147,7 @@
 
         <commons-beanutils.version>1.9.2</commons-beanutils.version>
         <commons-codec.version>1.10</commons-codec.version>
-        <commons-compress.version>1.10</commons-compress.version>
+        <commons-compress.version>1.11</commons-compress.version>
         <commons-collections.version>3.2.2</commons-collections.version>
         <commons-dbcp.version>1.4_3</commons-dbcp.version>
         <commons-fileupload.version>1.3.1</commons-fileupload.version>