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-text.git
The following commit(s) were added to refs/heads/master by this push: new aef8c510 Use XSD aef8c510 is described below commit aef8c510dcb60defcf261e04ce5079dbebf61e26 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Mar 13 08:23:06 2023 -0400 Use XSD --- src/changes/changes.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c938e056..5a8f57b4 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -1,4 +1,4 @@ -Pop<?xml version="1.0"?> +<?xml version="1.0"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with @@ -39,7 +39,9 @@ The <action> type attribute can be add,update,fix,remove. --> -<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 Text Changes</title> </properties>