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 ef3f94b4 Use HTTPS in URL
ef3f94b4 is described below
commit ef3f94b4e76541c840b169b774c206bf1d22fd45
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 2 09:49:46 2025 -0500
Use HTTPS in URL
---
pom.xml | 6 +++---
xdocs/faq.xml | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 75446001..f801cfac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,13 +46,13 @@
<name>Commons Dev List</name>
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
- <archive>http://mail-archives.apache.org/mod_mbox/commons-dev/</archive>
+ <archive>https://mail-archives.apache.org/mod_mbox/commons-dev/</archive>
</mailingList>
<mailingList>
<name>Commons User List</name>
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
- <archive>http://mail-archives.apache.org/mod_mbox/commons-user/</archive>
+
<archive>https://mail-archives.apache.org/mod_mbox/commons-user/</archive>
</mailingList>
</mailingLists>
@@ -230,7 +230,7 @@
<plugin>
<artifactId>maven-changes-plugin</artifactId>
<configuration>
-
<issueLinkTemplate>http://issues.apache.org/jira/browse/%ISSUE%</issueLinkTemplate>
+
<issueLinkTemplate>https://issues.apache.org/jira/browse/%ISSUE%</issueLinkTemplate>
<xmlPath>${basedir}/xdocs/changes.xml</xmlPath>
</configuration>
<reportSets>
diff --git a/xdocs/faq.xml b/xdocs/faq.xml
index 8b0daf26..b64a7b18 100644
--- a/xdocs/faq.xml
+++ b/xdocs/faq.xml
@@ -144,7 +144,7 @@
</a>
</dt>
<dd>
- Use the Jelly JIRA page: <a
href="http://issues.apache.org/jira/browse/JELLY">http://issues.apache.org/jira/browse/JELLY</a>
+ Use the Jelly JIRA page: <a
href="http://issues.apache.org/jira/browse/JELLY">https://issues.apache.org/jira/browse/JELLY</a>
</dd>
</dl>