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 8d89c727 Use HTTPS in URL
8d89c727 is described below

commit 8d89c72740dcff283d6d64fea0cb998187da8ee5
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 2 09:38:50 2025 -0500

    Use HTTPS in URL
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9b8d7377..7d6141a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
     Apache Commons Validator provides the building blocks for both client-side 
and server-side data validation.
     It may be used standalone or with a framework like Struts.
   </description>
-  <url>http://commons.apache.org/proper/commons-validator/</url>
+  <url>https://commons.apache.org/proper/commons-validator/</url>
   <inceptionYear>2002</inceptionYear>
   <properties>
     <commons.componentid>validator</commons.componentid>

Reply via email to