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-jci.git
The following commit(s) were added to refs/heads/master by this push:
new 1104928 Use HTTPS in URL
1104928 is described below
commit 11049281860c88de4eb97472bcb25da3fa04a39f
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 2 09:36:17 2025 -0500
Use HTTPS in URL
---
core/src/site/site.xml | 2 +-
pom.xml | 6 +++---
src/site/site.xml | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/core/src/site/site.xml b/core/src/site/site.xml
index 48f4392..48409b6 100644
--- a/core/src/site/site.xml
+++ b/core/src/site/site.xml
@@ -21,7 +21,7 @@
<bannerRight>
<name>Apache Commons JCI ROOT</name>
<src>jci-logo-white.png</src>
- <href>http://commons.apache.org/jci/</href>
+ <href>https://commons.apache.org/jci/</href>
</bannerRight>
<body>
diff --git a/pom.xml b/pom.xml
index 399c616..e596453 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
It is well integrated with a FAM (FilesystemAlterationMonitor) that
can be used with the JCI compiling/reloading classloader.
All the currently supported compilers feature in-memory compilation.
</description>
- <url>http://commons.apache.org/proper/commons-jci/</url>
+ <url>https://commons.apache.org/proper/commons-jci/</url>
<inceptionYear>2004</inceptionYear>
<issueManagement>
<system>JIRA</system>
@@ -72,7 +72,7 @@
<name>Torsten Curdt</name>
<email>tcurdt at apache.org</email>
<organization>ASF</organization>
- <organizationUrl>http://www.apache.org/</organizationUrl>
+ <organizationUrl>https://www.apache.org/</organizationUrl>
<timezone>+1</timezone>
</developer>
</developers>
@@ -81,7 +81,7 @@
<name>Don Brown</name>
<email>mrdon at apache.org</email>
<organization>ASF</organization>
- <organizationUrl>http://www.apache.org/</organizationUrl>
+ <organizationUrl>https://www.apache.org/</organizationUrl>
</contributor>
<contributor>
<name>Joerk Heinicke</name>
diff --git a/src/site/site.xml b/src/site/site.xml
index edd2547..27b6de6 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -20,7 +20,7 @@
<bannerRight>
<name>Apache Commons JCI</name>
<src>jci-logo-white.png</src>
- <href>http://commons.apache.org/jci/</href>
+ <href>https://commons.apache.org/jci/</href>
</bannerRight>
<body>
<menu name="Apache Commons JCI">