This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
The following commit(s) were added to refs/heads/master by this push: new 70561728 USe HTTPS to fetch XSD files 70561728 is described below commit 705617282144952e6cf0a2d50e410fd60c61906f Author: Gary David Gregory (Code signing key) <ggreg...@apache.org> AuthorDate: Wed Jan 15 09:16:25 2025 -0500 USe HTTPS to fetch XSD files --- src/site/site.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/site.xml b/src/site/site.xml index cbbc6893..d35d1c08 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -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"/>