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 2019/08/27 19:37:47 UTC

[commons-vfs] 02/04: [VFS-728] Update Apache Commons Compress from 1.18 to 1.19.

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-vfs.git

commit 11d499546045df954e46f82b937212a2fbf864ec
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Aug 27 15:36:15 2019 -0400

    [VFS-728] Update Apache Commons Compress from 1.18 to 1.19.
    
    Typo.
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d05622d..4c6e19b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -65,7 +65,7 @@ The <action> type attribute can be add,update,fix,remove.
         FileContent#getByteArray() throws IllegalArgumentException: Buffer size &lt;= 0 when file size is 0.
       </action>
       <action issue="VFS-728" dev="ggregory" type="update" due-to="Gary Gregory">
-        Update Apache Commons Compress from 1.18 to 1.19
+        Update Apache Commons Compress from 1.18 to 1.19.
       </action>
       <action                 dev="ggregory" type="fix" due-to="Gary Gregory">
         Javadoc fixes.