Skip to content

Commit 6e3dd0d

Browse files
committed
Use HTTP to fetch XSD
1 parent 1a68bdc commit 6e3dd0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The <action> type attribute can be add,update,fix,remove.
4040
-->
4141
<document xmlns="http://maven.apache.org/changes/2.0.0"
4242
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
43-
xsi:schemaLocation="http://maven.apache.org/changes/2.0.0 http://maven.apache.org/xsd/changes-2.0.0.xsd">
43+
xsi:schemaLocation="http://maven.apache.org/changes/2.0.0 https://maven.apache.org/xsd/changes-2.0.0.xsd">
4444
<properties>
4545
<title>Apache Commons IO Release Notes</title>
4646
</properties>

0 commit comments

Comments
 (0)