You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2021/08/07 12:31:30 UTC

[commons-numbers] 01/02: Add XML schema

This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git

commit 12f154648368e86a50687a980966eecd0fb4e79d
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Sat Aug 7 13:30:26 2021 +0100

    Add XML schema
---
 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 eb42379..6021fd9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,7 +45,9 @@ with a new-line in the release notes. (These spaces are ignored when displaying
 If the output is not quite correct, check for invisible trailing spaces!
 -->
 
-<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 Numbers Release Notes</title>
   </properties>