This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-build-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new b44467b Use XSD
b44467b is described below
commit b44467bd97ae3701cd68a1dbf5399d35f9df23a2
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Mar 13 08:08:01 2023 -0400
Use XSD
---
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 b8bf2a4..4696055 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -18,7 +18,9 @@
<!-- Description:
http://maven.apache.org/plugins/maven-changes-plugin/changes.html -->
-<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 Build Plugin Release Notes</title>
<author email="[email protected]">Apache Commons Developers</author>