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-validator.git
The following commit(s) were added to refs/heads/master by this push:
new 61ccad35 USe HTTPS to fetch XSD files
61ccad35 is described below
commit 61ccad352e0c767d82b2cffd82e22fe9070cdf8e
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jan 15 09:17:20 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 3f697f6c..9e5dbe2e 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -17,7 +17,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 Validator&trade;">
<bannerRight name="Commons Validator" href="/index.html">
<image src="/images/logo.png"/>