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-email.git


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

commit 523658a1ad6a7e5b49013b0b820dd834ae798d33
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Mar 13 08:10:34 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 ae1ec92..be5c87a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -15,7 +15,9 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-<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 Email Release Notes</title>
     <author email="ep...@stopspamopensourceconnections.com">Eric Pugh</author>

Reply via email to