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-jcs.git
commit de4e9dfd527cbe1a1a098b789f2e7da5ff318f77 Author: Gary Gregory <[email protected]> AuthorDate: Sun Nov 2 09:37:06 2025 -0500 Use HTTPS in URL --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 35e85ab0..046f7f8b 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ --> <name>Apache Commons JCS</name> - <url>http://commons.apache.org/proper/commons-jcs/</url> + <url>https://commons.apache.org/proper/commons-jcs/</url> <description>Apache Commons JCS is a distributed, versatile caching system.</description> <inceptionYear>2002</inceptionYear> @@ -41,7 +41,7 @@ <distributionManagement> <site> <id>commons.jcs.apache.org</id> - <url>http://commons.apache.org/proper/commons-jcs/</url> + <url>https://commons.apache.org/proper/commons-jcs/</url> </site> </distributionManagement>
