This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git
The following commit(s) were added to refs/heads/1.x by this push:
new 3222dc10 Use HTTPS to download XML Schema
3222dc10 is described below
commit 3222dc106be71d62b17b4773e9245e6bf4b2873b
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Nov 21 14:23:07 2025 +0000
Use HTTPS to download XML Schema
---
src/site/xdoc/customizing.xml | 2 +-
src/site/xdoc/download_fileupload.xml | 2 +-
src/site/xdoc/index.xml | 2 +-
src/site/xdoc/issue-tracking.xml | 2 +-
src/site/xdoc/mail-lists.xml | 2 +-
src/site/xdoc/overview.xml | 2 +-
src/site/xdoc/streaming.xml | 2 +-
src/site/xdoc/using.xml | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/site/xdoc/customizing.xml b/src/site/xdoc/customizing.xml
index 976ffbf3..b264962b 100644
--- a/src/site/xdoc/customizing.xml
+++ b/src/site/xdoc/customizing.xml
@@ -17,7 +17,7 @@
-->
<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">
+ xsi:schemaLocation="https://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties>
<title>Customizing FileUpload</title>
diff --git a/src/site/xdoc/download_fileupload.xml
b/src/site/xdoc/download_fileupload.xml
index e862a7aa..5c90f011 100644
--- a/src/site/xdoc/download_fileupload.xml
+++ b/src/site/xdoc/download_fileupload.xml
@@ -58,7 +58,7 @@ limitations under the License.
-->
<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">
+ xsi:schemaLocation="https://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties>
<title>Download Apache Commons FileUpload</title>
<author email="[email protected]">Apache Commons Team</author>
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index b2919dc6..ad7c9408 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -17,7 +17,7 @@
-->
<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">
+ xsi:schemaLocation="https://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties>
<title>Home</title>
diff --git a/src/site/xdoc/issue-tracking.xml b/src/site/xdoc/issue-tracking.xml
index a2ee9155..5db9540f 100644
--- a/src/site/xdoc/issue-tracking.xml
+++ b/src/site/xdoc/issue-tracking.xml
@@ -43,7 +43,7 @@ limitations under the License.
-->
<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">
+ xsi:schemaLocation="https://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties>
<title>Apache Commons FileUpload Issue tracking</title>
<author email="[email protected]">Apache Commons Team</author>
diff --git a/src/site/xdoc/mail-lists.xml b/src/site/xdoc/mail-lists.xml
index 439627ca..897557f7 100644
--- a/src/site/xdoc/mail-lists.xml
+++ b/src/site/xdoc/mail-lists.xml
@@ -41,7 +41,7 @@ limitations under the License.
-->
<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">
+ xsi:schemaLocation="https://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties>
<title>Apache Commons FileUpload Mailing Lists</title>
<author email="[email protected]">Apache Commons Team</author>
diff --git a/src/site/xdoc/overview.xml b/src/site/xdoc/overview.xml
index 4c01b026..1aeba218 100644
--- a/src/site/xdoc/overview.xml
+++ b/src/site/xdoc/overview.xml
@@ -17,7 +17,7 @@
-->
<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">
+ xsi:schemaLocation="https://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties>
<title>Fileupload Overview</title>
diff --git a/src/site/xdoc/streaming.xml b/src/site/xdoc/streaming.xml
index 2339f13a..994c3514 100644
--- a/src/site/xdoc/streaming.xml
+++ b/src/site/xdoc/streaming.xml
@@ -17,7 +17,7 @@
-->
<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">
+ xsi:schemaLocation="https://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties>
<title>The Streaming API</title>
diff --git a/src/site/xdoc/using.xml b/src/site/xdoc/using.xml
index 768861a3..5daf69eb 100644
--- a/src/site/xdoc/using.xml
+++ b/src/site/xdoc/using.xml
@@ -18,7 +18,7 @@
<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">
+ xsi:schemaLocation="https://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties>
<title>Using FileUpload</title>