Skip to content

Commit 6bfed14

Browse files
committed
Use XSD
1 parent 46627e7 commit 6bfed14

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
@@ -39,7 +39,9 @@ then tweak the source formatting if necessary and regenerate, then commit
3939
The <action> type attribute can be add,update,fix,remove.
4040
-->
4141

42-
<document>
42+
<document xmlns="http://maven.apache.org/changes/1.0.0"
43+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44+
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd">
4345
<properties>
4446
<title>Apache Commons IO Release Notes</title>
4547
</properties>

0 commit comments

Comments
 (0)