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-beanutils.git
The following commit(s) were added to refs/heads/master by this push:
new 84d99eec Use HTTPS in URL
84d99eec is described below
commit 84d99eecf99c048a72c37a1f1c077e9d199a50d1
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 2 10:06:15 2025 -0500
Use HTTPS in URL
---
src/site/xdoc/building.xml | 4 ++--
src/site/xdoc/proposal.xml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/site/xdoc/building.xml b/src/site/xdoc/building.xml
index 886ac530..45158455 100644
--- a/src/site/xdoc/building.xml
+++ b/src/site/xdoc/building.xml
@@ -27,7 +27,7 @@ limitations under the License.
<section name="Overview">
<p>
Commons BeanUtils can be built using
- <a href="http://maven.apache.org">Maven 3</a>
+ <a href="https://maven.apache.org">Maven 3</a>
(Recommended: Maven 3.3)
and JDK 6 / OpenJDK 6 or later (recommended: JDK 8).
</p>
@@ -40,7 +40,7 @@ limitations under the License.
<section name="Maven 3 Goals">
<p>
Build using
- <a href="http://maven.apache.org">Maven 3</a>
+ <a href="https://maven.apache.org">Maven 3</a>
is the preferred build method.
The compiled BeanUtils JAR should work with Java 6 or later.
</p>
diff --git a/src/site/xdoc/proposal.xml b/src/site/xdoc/proposal.xml
index deb4f137..bece4c03 100644
--- a/src/site/xdoc/proposal.xml
+++ b/src/site/xdoc/proposal.xml
@@ -95,7 +95,7 @@ several future proposed components for the Jakarta Commons
subproject.</p>
<p>The three original Java classes (<code>BeanUtils</code>,
<code>ConvertUtils</code>, and <code>PropertyUtils</code>) are an integral
-part of the <a href="http://jakarta.apache.org/struts">Struts Framework</a>.
+part of the <a href="https://jakarta.apache.org/struts">Struts Framework</a>.
However, they have very few dependencies on other aspects of Struts, and
those dependencies have been removed in the proposed code base.
Once accepted and released as a Jakarta Commons component, Struts will