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-csv.git
The following commit(s) were added to refs/heads/master by this push:
new 71d14cb1 Use XSD
71d14cb1 is described below
commit 71d14cb144945ea7375f8a3858324d74f04e3337
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Mar 13 08:09:49 2023 -0400
Use XSD
---
src/changes/changes.xml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index da1c544b..3eaebfc7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -33,7 +33,9 @@
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 CSV Release Notes</title>
</properties>