Skip to content

Commit 71d14cb

Browse files
committed
Use XSD
1 parent f90939b commit 71d14cb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/changes/changes.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@
3333
The <action> type attribute can be add,update,fix,remove.
3434
-->
3535

36-
<document>
36+
<document xmlns="http://maven.apache.org/changes/1.0.0"
37+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
38+
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd">
3739
<properties>
3840
<title>Apache Commons CSV Release Notes</title>
3941
</properties>

0 commit comments

Comments
 (0)