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-build-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 5a10ca2 USe HTTPS to fetch XSD files
5a10ca2 is described below
commit 5a10ca2048c56f85f7187675789deb9217bb5e47
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jan 15 09:16:53 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 c52e56f..b82bfaa 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 Build Plugin">
<body>
<menu name="Build Plugin">