You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/03/13 12:21:41 UTC

[commons-release-plugin] branch master updated: Use XSD

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-release-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 8afff26  Use XSD
8afff26 is described below

commit 8afff2627ed5311bbc2b310b8b0988dbd39a895b
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Mar 13 08:21:37 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 7628499..047659c 100755
--- 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 Release Plugin Changes</title>
     <author email="dev@commons.apache.org">Apache Commons Developers</author>