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-jelly.git


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

commit 768425bc1b5c9b317ad533884c24cd5ef97e3877
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 2 09:37:48 2025 -0500

    Use HTTPS in URL
---
 pom.xml                                 | 4 ++--
 xdocs/tag-reference/ant_ant.xml         | 2 +-
 xdocs/tag-reference/ant_fileScanner.xml | 2 +-
 xdocs/tag-reference/ant_setProperty.xml | 2 +-
 xdocs/tag-reference/antlr_antlr.xml     | 2 +-
 xdocs/tag-reference/antlr_grammar.xml   | 2 +-
 xdocs/tag-reference/example.xml         | 2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1a1fe35c..75446001 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,11 +35,11 @@
     <module>jelly-tags</module>
   </modules>
 
-  <url>http://commons.apache.org/proper/commons-jelly/</url>
+  <url>https://commons.apache.org/proper/commons-jelly/</url>
   <inceptionYear>2002</inceptionYear>
   <organization>
     <name>The Apache Software Foundation</name>
-    <url>http://commons.apache.org/</url>
+    <url>https://commons.apache.org/</url>
   </organization>
   <mailingLists>
     <mailingList>
diff --git a/xdocs/tag-reference/ant_ant.xml b/xdocs/tag-reference/ant_ant.xml
index 742aa26b..d29351a9 100644
--- a/xdocs/tag-reference/ant_ant.xml
+++ b/xdocs/tag-reference/ant_ant.xml
@@ -27,7 +27,7 @@
 
     <section name="Home Page">
       <p>See 
-        <a 
href="http://commons.apache.org/jelly/libs/ant/";>http://commons.apache.org/jelly/libs/ant/</a>
+        <a 
href="http://commons.apache.org/jelly/libs/ant/";>https://commons.apache.org/jelly/libs/ant/</a>
       </p>
     </section>
 
diff --git a/xdocs/tag-reference/ant_fileScanner.xml 
b/xdocs/tag-reference/ant_fileScanner.xml
index ba0090b2..1524f1ad 100644
--- a/xdocs/tag-reference/ant_fileScanner.xml
+++ b/xdocs/tag-reference/ant_fileScanner.xml
@@ -27,7 +27,7 @@
 
     <section name="Home Page">
       <p>See 
-        <a 
href="http://commons.apache.org/jelly/libs/ant/";>http://commons.apache.org/jelly/libs/ant/</a>
+        <a 
href="http://commons.apache.org/jelly/libs/ant/";>https://commons.apache.org/jelly/libs/ant/</a>
       </p>
     </section>
 
diff --git a/xdocs/tag-reference/ant_setProperty.xml 
b/xdocs/tag-reference/ant_setProperty.xml
index 08553d5e..2c689647 100644
--- a/xdocs/tag-reference/ant_setProperty.xml
+++ b/xdocs/tag-reference/ant_setProperty.xml
@@ -26,7 +26,7 @@
 
     <section name="Home Page">
       <p>See 
-        <a 
href="http://commons.apache.org/jelly/libs/ant/";>http://commons.apache.org/jelly/libs/ant/</a>
+        <a 
href="http://commons.apache.org/jelly/libs/ant/";>https://commons.apache.org/jelly/libs/ant/</a>
       </p>
     </section>
 
diff --git a/xdocs/tag-reference/antlr_antlr.xml 
b/xdocs/tag-reference/antlr_antlr.xml
index bd88c23b..56217f1d 100644
--- a/xdocs/tag-reference/antlr_antlr.xml
+++ b/xdocs/tag-reference/antlr_antlr.xml
@@ -26,7 +26,7 @@
 
     <section name="Home Page">
       <p>See 
-        <a 
href="http://commons.apache.org/jelly/libs/antlr/";>http://commons.apache.org/jelly/libs/antlr/</a>
+        <a 
href="http://commons.apache.org/jelly/libs/antlr/";>https://commons.apache.org/jelly/libs/antlr/</a>
       </p>
     </section>
 
diff --git a/xdocs/tag-reference/antlr_grammar.xml 
b/xdocs/tag-reference/antlr_grammar.xml
index 55694845..61cdadc2 100644
--- a/xdocs/tag-reference/antlr_grammar.xml
+++ b/xdocs/tag-reference/antlr_grammar.xml
@@ -26,7 +26,7 @@
 
     <section name="Home Page">
       <p>See 
-        <a 
href="http://commons.apache.org/jelly/libs/antlr/";>http://commons.apache.org/jelly/libs/antlr/</a>
+        <a 
href="http://commons.apache.org/jelly/libs/antlr/";>https://commons.apache.org/jelly/libs/antlr/</a>
       </p>
     </section>
 
diff --git a/xdocs/tag-reference/example.xml b/xdocs/tag-reference/example.xml
index 2be8d217..803e727f 100644
--- a/xdocs/tag-reference/example.xml
+++ b/xdocs/tag-reference/example.xml
@@ -26,7 +26,7 @@
 
     <section name="Home Page">
       <p>See 
-        <a 
href="http://commons.apache.org/jelly/libs/xxx/";>http://commons.apache.org/jelly/libs/xxx/</a>
+        <a 
href="http://commons.apache.org/jelly/libs/xxx/";>https://commons.apache.org/jelly/libs/xxx/</a>
       </p>
     </section>
 

Reply via email to