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 7d15934 Migrate site generation templates to
https://maven.apache.org/xsd/xdoc-2.0.xsd
7d15934 is described below
commit 7d15934362a77039a745d04ecf72472683da1811
Author: Gary D. Gregory <[email protected]>
AuthorDate: Mon Jan 20 08:28:51 2025 -0500
Migrate site generation templates to
https://maven.apache.org/xsd/xdoc-2.0.xsd
---
src/main/resources/commons-xdoc-templates/download-page-head.xml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/main/resources/commons-xdoc-templates/download-page-head.xml
b/src/main/resources/commons-xdoc-templates/download-page-head.xml
index 0f20099..9f201ce 100644
--- a/src/main/resources/commons-xdoc-templates/download-page-head.xml
+++ b/src/main/resources/commons-xdoc-templates/download-page-head.xml
@@ -56,7 +56,9 @@ limitations under the License.
| |
+======================================================================+
-->
-<document>
+<document xmlns="http://maven.apache.org/XDOC/2.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties>
<title>Download @NAME@</title>
<author email="[email protected]">Apache Commons Team</author>