1
0

Use HTTPS to fetch XSD files

This commit is contained in:
Gary Gregory
2025-01-15 09:47:06 -05:00
parent 6bc880e87d
commit 772844f9bd
6 changed files with 6 additions and 6 deletions

View File

@@ -40,7 +40,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>Release Notes</title>
</properties>