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

commit 347e1097815fc5e931dca6d62816800281debb97
Author: Gary D. Gregory <[email protected]>
AuthorDate: Wed Jan 8 08:37:26 2025 -0500

    Fix XML Schema location
---
 src/changes/changes.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2b1e51c4..fe3e69de 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -34,9 +34,8 @@ The <action> type attribute can be add,update,fix,remove.
 -->
 
 <document xmlns="http://maven.apache.org/changes/1.0.0";
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-    xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 
http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd";>
-
+          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+          xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 
http://maven.apache.org/xsd/changes-1.0.0.xsd";>
   <properties>
     <title>Apache Commons FileUpload Release Notes</title>
     <author email="[email protected]">Apache Commons Developers</author>

Reply via email to