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-release-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 678fcde  Use HTTPS in URL
678fcde is described below

commit 678fcde4ca85fff6510ec25966a552059c3467ff
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 2 10:53:08 2025 -0500

    Use HTTPS in URL
---
 .../resources/org/apache/commons/release/plugin/velocity/README.vm  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/src/main/resources/org/apache/commons/release/plugin/velocity/README.vm 
b/src/main/resources/org/apache/commons/release/plugin/velocity/README.vm
index cedca20..20711dc 100644
--- a/src/main/resources/org/apache/commons/release/plugin/velocity/README.vm
+++ b/src/main/resources/org/apache/commons/release/plugin/velocity/README.vm
@@ -33,12 +33,12 @@
 <p>From the Apache Commons Project<br><a 
href="https://commons.apache.org/";>https://commons.apache.org/</a></p>
 
 <h2><a name="mirrors">Download from your
-    <a href="http://www.apache.org/dyn/closer.cgi/commons/";>nearest mirror 
site!</a></a></h2>
+    <a href="https://www.apache.org/dyn/closer.cgi/commons/";>nearest mirror 
site!</a></a></h2>
 
 <p>
     Do not download from www.apache.org.  Please use a mirror site
     to help us save apache.org bandwidth.
-    <a href="http://www.apache.org/dyn/closer.cgi/commons/";>Go
+    <a href="https://www.apache.org/dyn/closer.cgi/commons/";>Go
         here to find your nearest mirror.</a>
 </p>
 
@@ -48,7 +48,7 @@
     there will be an accompanying <samp><em>file</em>.asc</samp> signature
     file in the same directory as the file (binaries/ or source/).  The
     signing keys can be found in the distribution directory at &lt;<a
-            
HREF="http://downloads.apache.org/commons/KEYS";><samp>http://downloads.apache.org/commons/KEYS</samp></a>&gt;.</p>
+            
href="https://downloads.apache.org/commons/KEYS";><samp>http://downloads.apache.org/commons/KEYS</samp></a>&gt;.</p>
 
 <p><b>Always download the KEYS file directly from the Apache site, never from 
a mirror site.</b></p>
 

Reply via email to