You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bo...@apache.org on 2013/06/09 13:09:49 UTC

svn commit: r1491183 - /commons/proper/compress/branches/LZMA/pom.xml

Author: bodewig
Date: Sun Jun  9 11:09:49 2013
New Revision: 1491183

URL: http://svn.apache.org/r1491183
Log:
use more recent version of XZ for Java

Modified:
    commons/proper/compress/branches/LZMA/pom.xml

Modified: commons/proper/compress/branches/LZMA/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/compress/branches/LZMA/pom.xml?rev=1491183&r1=1491182&r2=1491183&view=diff
==============================================================================
--- commons/proper/compress/branches/LZMA/pom.xml (original)
+++ commons/proper/compress/branches/LZMA/pom.xml Sun Jun  9 11:09:49 2013
@@ -60,7 +60,7 @@ These include: bzip2, gzip, pack200, xz 
     <dependency>
       <groupId>org.tukaani</groupId>
       <artifactId>xz</artifactId>
-      <version>1.3</version>
+      <version>1.4-SNAPSHOT</version>
     </dependency>
   </dependencies>