You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/12/17 20:56:22 UTC

[commons-compress] 01/02: Reorg.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git

commit ee59114f82f02d62980e3ab9c720174ba4a5a9e3
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Dec 17 15:55:29 2021 -0500

    Reorg.
---
 src/changes/changes.xml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6cec1aa..6ebabbe 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -53,6 +53,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="fix" dev="ggregory" due-to="Gary Gregory">
         Pack200UnpackerAdapter.unpack(InputStream, JarOutputStream) should not close its given input stream.
       </action>
+      <action issue="COMPRESS-596" type="fix" date="2021-12-07" dev="Peter Lee" due-to="Tamas Mucs">
+        Fix minor problem in examples.
+      </action>
       <!-- ADD -->
         <!-- none yet -->
       <!-- UPDATE -->
@@ -96,10 +99,6 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="update" dev="kinow" due-to="Gary Gregory">
         Bump commons.japicmp.version from 0.15.3 to 0.15.4.
       </action>
-      <action issue="COMPRESS-596" type="fix" date="2021-12-07"
-              dev="Peter Lee" due-to="Tamas Mucs">
-        Fix minor problem in examples.
-      </action>
     </release>
     <release version="1.21" date="2021-07-12"
              description="Release 1.21 (Java 8)