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 2023/03/13 12:01:54 UTC

[commons-compress] branch master updated: Fix XML

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


The following commit(s) were added to refs/heads/master by this push:
     new d8fe70a5 Fix XML
d8fe70a5 is described below

commit d8fe70a5918176df0bdef01c0df097ec0cb4f631
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Mar 13 08:01:49 2023 -0400

    Fix XML
---
 src/changes/changes.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9dae5db7..8f85997c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -37,7 +37,9 @@ mvn changes:announcement-generate -Prelease-notes [-Dchanges.version=m.n]
 The <action> type attribute can be add,update,fix,remove.
 -->
 
-<document>
+<document xmlns="http://maven.apache.org/changes/1.0.0"
+          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+          xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd">
   <properties>
     <title>Apache Commons Compress Release Notes</title>
   </properties>
@@ -2053,7 +2055,7 @@ This also changes the superclass of ZCompressorInputStream.
         message for entries between 2 GByte and 4 GByte in size.
       </action>
       <action issue="COMPRESS-145" type="fix" date="2011-07-23"
-              due-tue="Patrick Dreyer">
+              due-to="Patrick Dreyer">
         TarArchiveInputStream now detects sparse entries using the
         oldgnu format and properly reports it cannot extract their
         contents.