We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3ab721 commit 7180570Copy full SHA for 7180570
1 file changed
src/changes/changes.xml
@@ -35,7 +35,9 @@ mvn changes:announcement-generate -Prelease-notes [-Dchanges.version=m.n]
35
The <action> type attribute can be add,update,fix,remove.
36
-->
37
38
-<document>
+<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">
41
<properties>
42
<title>Apache Commons Codec Release Notes</title>
43
<author>Apache Commons Developers</author>
0 commit comments