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 7223cae9 XML namespace must be HTTP here
7223cae9 is described below

commit 7223cae9f21008ceaeadab0955807a70119fe636
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Jan 14 09:54:44 2025 -0500

    XML namespace must be HTTP here
---
 src/site/xdoc/issue-tracking.xml | 2 +-
 src/site/xdoc/mail-lists.xml     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/site/xdoc/issue-tracking.xml b/src/site/xdoc/issue-tracking.xml
index 73d16aee..af98f760 100644
--- a/src/site/xdoc/issue-tracking.xml
+++ b/src/site/xdoc/issue-tracking.xml
@@ -41,7 +41,7 @@ limitations under the License.
  |                                                                      |
  +======================================================================+
 -->
-<document xmlns="https://maven.apache.org/XDOC/2.0";
+<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";>
   <properties>
diff --git a/src/site/xdoc/mail-lists.xml b/src/site/xdoc/mail-lists.xml
index 834a0bbd..b7c5edc4 100644
--- a/src/site/xdoc/mail-lists.xml
+++ b/src/site/xdoc/mail-lists.xml
@@ -39,7 +39,7 @@ limitations under the License.
  |                                                                      |
  +======================================================================+
 -->
-<document xmlns="https://maven.apache.org/XDOC/2.0";
+<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";>
   <properties>

Reply via email to