Skip to content

Commit 17d031a

Browse files
committed
Use HTTPS to fetch XSD file
1 parent 732c2f8 commit 17d031a

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
@@ -35,7 +35,7 @@
3535

3636
<document xmlns="http://maven.apache.org/changes/2.0.0"
3737
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
38-
xsi:schemaLocation="http://maven.apache.org/changes/2.0.0 http://maven.apache.org/xsd/changes-2.0.0.xsd">
38+
xsi:schemaLocation="http://maven.apache.org/changes/2.0.0 https://maven.apache.org/xsd/changes-2.0.0.xsd">
3939
<properties>
4040
<title>Apache Commons CSV Release Notes</title>
4141
</properties>

0 commit comments

Comments
 (0)