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 5493048 commit 7056172
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 @@ -19,7 +19,7 @@
-->
<site 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"
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd"
name="Apache Commons BCEL">
<bannerRight name="Commons BCEL" href="/index.html">
<image src="/images/logo.gif"/>
Expand Down

0 comments on commit 7056172

Please sign in to comment.