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 8232498 Migrate site generation templates to
https://maven.apache.org/xsd/xdoc-2.0.xsd
8232498 is described below
commit 8232498f4d1905aa5b70fa84ffe8d59bde6b6371
Author: Gary D. Gregory <[email protected]>
AuthorDate: Mon Jan 20 08:13:49 2025 -0500
Migrate site generation templates to
https://maven.apache.org/xsd/xdoc-2.0.xsd
---
src/changes/changes.xml | 6 +-----
src/site/xdoc/download_build-plugin.xml | 4 +++-
2 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d50874c..bb7e12d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -28,11 +28,7 @@
<body>
<release version="1.15.1" date="YYYY-MM-DD" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->
- <action dev="ggregory" type="fix" due-to="Gary Gregory">Migrate
issue-tracking-template.xml to xdoc-2.0.xsd.</action>
- <action dev="ggregory" type="fix" due-to="Gary Gregory">Migrate
mail-lists-template.xml to xdoc-2.0.xsd.</action>
- <action dev="ggregory" type="fix" due-to="Gary Gregory">Migrate
no-download-page-template.xml to xdoc-2.0.xsd.</action>
- <action dev="ggregory" type="fix" due-to="Gary Gregory">Migrate
sandbox-issue-tracking-template.xml to xdoc-2.0.xsd.</action>
- <action dev="ggregory" type="fix" due-to="Gary Gregory">Migrate
src/site/xdoc/* to xdoc-2.0.xsd.</action>
+ <action dev="ggregory" type="fix" due-to="Gary Gregory">Migrate site
generation templates to https://maven.apache.org/xsd/xdoc-2.0.xsd.</action>
<!-- ADD -->
<!-- UPDATE -->
</release>
diff --git a/src/site/xdoc/download_build-plugin.xml
b/src/site/xdoc/download_build-plugin.xml
index 73fa311..d95a815 100644
--- a/src/site/xdoc/download_build-plugin.xml
+++ b/src/site/xdoc/download_build-plugin.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 Apache Commons Build Plugin Maven Mojo</title>
<author email="[email protected]">Apache Commons Documentation
Team</author>