Skip to content

Commit 7180570

Browse files
committed
Use XSD
1 parent e3ab721 commit 7180570

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
@@ -35,7 +35,9 @@ mvn changes:announcement-generate -Prelease-notes [-Dchanges.version=m.n]
3535
The <action> type attribute can be add,update,fix,remove.
3636
-->
3737

38-
<document>
38+
<document xmlns="http://maven.apache.org/changes/1.0.0"
39+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
40+
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd">
3941
<properties>
4042
<title>Apache Commons Codec Release Notes</title>
4143
<author>Apache Commons Developers</author>

0 commit comments

Comments
 (0)