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/01/31 15:19:04 UTC

svn commit: r1440967 - in /commons/proper/compress/trunk: pom.xml src/changes/changes.xml

Author: bodewig
Date: Thu Jan 31 14:19:04 2013
New Revision: 1440967

URL: http://svn.apache.org/viewvc?rev=1440967&view=rev
Log:
XZ for Java 1.2 is a proper OSGi bundle, update dependency version

Modified:
    commons/proper/compress/trunk/pom.xml
    commons/proper/compress/trunk/src/changes/changes.xml

Modified: commons/proper/compress/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/pom.xml?rev=1440967&r1=1440966&r2=1440967&view=diff
==============================================================================
--- commons/proper/compress/trunk/pom.xml (original)
+++ commons/proper/compress/trunk/pom.xml Thu Jan 31 14:19:04 2013
@@ -60,7 +60,7 @@ These include: bzip2, gzip, pack200, xz 
     <dependency>
       <groupId>org.tukaani</groupId>
       <artifactId>xz</artifactId>
-      <version>1.0</version>
+      <version>1.2</version>
     </dependency>
   </dependencies>
 

Modified: commons/proper/compress/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/changes/changes.xml?rev=1440967&r1=1440966&r2=1440967&view=diff
==============================================================================
--- commons/proper/compress/trunk/src/changes/changes.xml (original)
+++ commons/proper/compress/trunk/src/changes/changes.xml Thu Jan 31 14:19:04 2013
@@ -152,6 +152,10 @@ The <action> type attribute can be add,u
           Unit tests could fail if the source tree was checked out to
           a directory tree containign spaces.
         </action>
+        <action type="update" date="2013-01-31">
+          Updated XZ for Java dependency to 1.2 as this version
+          provides proper OSGi manifest attributes.
+        </action>
     </release>
     <release version="1.4.1" date="2012-05-23"
              description="Release 1.4.1">