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-bcel.git
The following commit(s) were added to refs/heads/master by this push:
new f3432ca0 Don't confused XML namespace and actual URL
f3432ca0 is described below
commit f3432ca0066b69cacc0e8bde920a7595c8315338
Author: Gary D. Gregory <[email protected]>
AuthorDate: Tue Jan 14 14:07:45 2025 -0500
Don't confused XML namespace and actual URL
---
src/site/xdoc/issue-tracking.xml | 4 ++--
src/site/xdoc/mail-lists.xml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/site/xdoc/issue-tracking.xml b/src/site/xdoc/issue-tracking.xml
index af98f760..40985b5e 100644
--- a/src/site/xdoc/issue-tracking.xml
+++ b/src/site/xdoc/issue-tracking.xml
@@ -42,8 +42,8 @@ limitations under the License.
+======================================================================+
-->
<document xmlns="http://maven.apache.org/XDOC/2.0"
- xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="https://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
+ 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>Apache Commons BCEL Issue tracking</title>
<author email="[email protected]">Apache Commons Documentation
Team</author>
diff --git a/src/site/xdoc/mail-lists.xml b/src/site/xdoc/mail-lists.xml
index b7c5edc4..3045575b 100644
--- a/src/site/xdoc/mail-lists.xml
+++ b/src/site/xdoc/mail-lists.xml
@@ -40,8 +40,8 @@ limitations under the License.
+======================================================================+
-->
<document xmlns="http://maven.apache.org/XDOC/2.0"
- xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="https://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
+ 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>Apache Commons BCEL Mailing Lists</title>
<author email="[email protected]">Apache Commons Documentation
Team</author>