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 25428aed Use HTTP to fetch XSD
25428aed is described below

commit 25428aed59015fe718c91c25bd93ceae4da15e1a
Author: Gary D. Gregory <[email protected]>
AuthorDate: Fri Jan 10 06:14:09 2025 -0500

    Use HTTP to fetch XSD
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 782f1739..ea1962d5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -35,7 +35,7 @@ The <action> type attribute can be add,update,fix,remove.
 
 <document xmlns="http://maven.apache.org/changes/2.0.0";
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-          xsi:schemaLocation="http://maven.apache.org/changes/2.0.0 
http://maven.apache.org/xsd/changes-2.0.0.xsd";>
+          xsi:schemaLocation="http://maven.apache.org/changes/2.0.0 
https://maven.apache.org/xsd/changes-2.0.0.xsd";>
   <properties>
     <title>Apache Commons FileUpload Release Notes</title>
     <author email="[email protected]">Apache Commons Developers</author>

Reply via email to