Skip to content

Commit 84d99ee

Browse files
committed
Use HTTPS in URL
1 parent 72cced9 commit 84d99ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/site/xdoc/building.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ limitations under the License.
2727
<section name="Overview">
2828
<p>
2929
Commons BeanUtils can be built using
30-
<a href="http://maven.apache.org">Maven 3</a>
30+
<a href="https://maven.apache.org">Maven 3</a>
3131
(Recommended: Maven 3.3)
3232
and JDK 6 / OpenJDK 6 or later (recommended: JDK 8).
3333
</p>
@@ -40,7 +40,7 @@ limitations under the License.
4040
<section name="Maven 3 Goals">
4141
<p>
4242
Build using
43-
<a href="http://maven.apache.org">Maven 3</a>
43+
<a href="https://maven.apache.org">Maven 3</a>
4444
is the preferred build method.
4545
The compiled BeanUtils JAR should work with Java 6 or later.
4646
</p>

src/site/xdoc/proposal.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ several future proposed components for the Jakarta Commons subproject.</p>
9595

9696
<p>The three original Java classes (<code>BeanUtils</code>,
9797
<code>ConvertUtils</code>, and <code>PropertyUtils</code>) are an integral
98-
part of the <a href="http://jakarta.apache.org/struts">Struts Framework</a>.
98+
part of the <a href="https://jakarta.apache.org/struts">Struts Framework</a>.
9999
However, they have very few dependencies on other aspects of Struts, and
100100
those dependencies have been removed in the proposed code base.
101101
Once accepted and released as a Jakarta Commons component, Struts will

0 commit comments

Comments
 (0)