Skip to content

Commit fe465d5

Browse files
committed
Use HTTPS to fetch XSD file
1 parent bab52e3 commit fe465d5

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
@@ -18,7 +18,7 @@
1818
<!-- Description: http://maven.apache.org/plugins/maven-changes-plugin/changes.html -->
1919
<document xmlns="http://maven.apache.org/changes/2.0.0"
2020
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/changes/2.0.0 http://maven.apache.org/xsd/changes-2.0.0.xsd">
21+
xsi:schemaLocation="http://maven.apache.org/changes/2.0.0 https://maven.apache.org/xsd/changes-2.0.0.xsd">
2222
<properties>
2323
<title>Apache Commons Release Plugin Changes</title>
2424
<author email="[email protected]">Apache Commons Developers</author>

0 commit comments

Comments
 (0)