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

@@ -19,7 +19,7 @@ under the License.
-->
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.2.0 http://maven.apache.org/xsd/assembly-2.2.0.xsd">
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.2.0 https://maven.apache.org/xsd/assembly-2.2.0.xsd">
<id>bin</id>
<formats>
<format>tar.gz</format>