You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2012/06/22 12:53:52 UTC

svn commit: r1352841 - /karaf/branches/karaf-2.2.x/itests/kittests/pom.xml

Author: jbonofre
Date: Fri Jun 22 10:53:52 2012
New Revision: 1352841

URL: http://svn.apache.org/viewvc?rev=1352841&view=rev
Log:
[KARAF-1579] Upgrade to commons-compress 1.4.1

Modified:
    karaf/branches/karaf-2.2.x/itests/kittests/pom.xml

Modified: karaf/branches/karaf-2.2.x/itests/kittests/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/itests/kittests/pom.xml?rev=1352841&r1=1352840&r2=1352841&view=diff
==============================================================================
--- karaf/branches/karaf-2.2.x/itests/kittests/pom.xml (original)
+++ karaf/branches/karaf-2.2.x/itests/kittests/pom.xml Fri Jun 22 10:53:52 2012
@@ -56,7 +56,7 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-compress</artifactId>
-            <version>1.1</version>
+            <version>1.4.1</version>
             <scope>test</scope>
         </dependency>