Repository: commons-compress
Updated Branches:
  refs/heads/master 0691adfaa -> 48adbc5b4


Revert "update zstd and xz dependencies" - XZ now requires Java8

This reverts commit 0691adfaa9eb67a0f7e7f8c6804c55468be0e2e4.


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

Branch: refs/heads/master
Commit: ecd1fbe0f3857617f75d5e197aba3d25a3f7944f
Parents: 0691adf
Author: Stefan Bodewig <bode...@apache.org>
Authored: Sat Dec 30 11:09:03 2017 +0100
Committer: Stefan Bodewig <bode...@apache.org>
Committed: Sat Dec 30 11:09:03 2017 +0100

----------------------------------------------------------------------
 pom.xml                 | 4 ++--
 src/changes/changes.xml | 4 ----
 2 files changed, 2 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/ecd1fbe0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2b83e32..bdaa7a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,7 +76,7 @@ Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
     <dependency>
       <groupId>com.github.luben</groupId>
       <artifactId>zstd-jni</artifactId>
-      <version>1.3.3-1</version>
+      <version>1.3.1-1</version>
       <optional>true</optional>
     </dependency>
     <dependency>
@@ -88,7 +88,7 @@ Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
     <dependency>
       <groupId>org.tukaani</groupId>
       <artifactId>xz</artifactId>
-      <version>1.7</version>
+      <version>1.6</version>
       <optional>true</optional>
     </dependency>
     <dependency>

http://git-wip-us.apache.org/repos/asf/commons-compress/blob/ecd1fbe0/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2834c92..8d3bf93 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -72,10 +72,6 @@ The <action> type attribute can be add,update,fix,remove.
         throw the expected IOException rather than obscure
         RuntimeExceptions.
       </action>
-      <action type="update" date="2017-12-30">
-        Updated XZ for Java dependency to 1.7 in order to pick up bug
-        fix to LZMA2InputStream's available method.
-      </action>
     </release>
     <release version="1.15" date="2017-10-17"
              description="Release 1.15

Reply via email to