Skip to content

Commit

Permalink
USe HTTPS to fetch XSD files
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jan 15, 2025
1 parent 9173983 commit 6fae8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
-->

<site name="Apache Commons" xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 http://maven.apache.org/xsd/site-2.0.0.xsd">
<site name="Apache Commons" xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">

<!-- All non-body elements are automatically inherited -->

Expand Down

0 comments on commit 6fae8ca

Please sign in to comment.