Skip to content

Commit f79e833

Browse files
author
Gary Gregory
committed
Use HTTPS links to Apache.
1 parent 2640ed0 commit f79e833

13 files changed

Lines changed: 19 additions & 19 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ previous versions, except for the OptionValidator class that is no longer public
1414
(change introduced in v1.2). Commons CLI 1.4 at least requires Java 5.0.
1515

1616
More information can be found on the project site at
17-
http://commons.apache.org/cli.
17+
https://commons.apache.org/cli.
1818

1919

2020
NEW FEATURES
@@ -239,13 +239,13 @@ o CLI-135: Backwards compatibility between 1.1 and 1.0 broken due to
239239
Option.addValue removal.
240240

241241

242-
Historical list of changes: http://commons.apache.org/cli/changes-report.html
242+
Historical list of changes: https://commons.apache.org/cli/changes-report.html
243243

244244
For complete information on Commons CLI, including instructions on how to
245245
submit bug reports, patches, or suggestions for improvement, see the
246246
Apache Commons CLI website:
247247

248-
http://commons.apache.org/cli/
248+
https://commons.apache.org/cli/
249249

250250
Have fun!
251251
-Apache Commons CLI team

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
Apache Commons CLI provides a simple API for presenting, processing and validating a command line interface.
3333
</description>
3434

35-
<url>http://commons.apache.org/proper/commons-cli/</url>
35+
<url>https://commons.apache.org/proper/commons-cli/</url>
3636

3737
<issueManagement>
3838
<system>jira</system>

src/main/java/org/apache/commons/cli/overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@
3939

4040

4141
<p>The homepage for the project is
42-
<a href="http://commons.apache.org">Apache Commons/</a>
42+
<a href="https://commons.apache.org">Apache Commons/</a>
4343
</body>

src/site/site.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<body>
2626
<menu name="Commons CLI">
2727
<item name="Overview" href="/index.html"/>
28-
<item name="Download" href="http://commons.apache.org/cli/download_cli.cgi"/>
28+
<item name="Download" href="https://commons.apache.org/cli/download_cli.cgi"/>
2929
<item name="Changes Report" href="/changes-report.html"/>
3030
<item name="Mailing Lists" href="/mail-lists.html"/>
3131
<item name="Issue Tracking" href="/issue-tracking.html"/>

src/site/xdoc/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ usage: ls
9494
<section name="Releases">
9595
<p>
9696
The latest version is v1.4 -
97-
<a href="http://commons.apache.org/cli/download_cli.cgi">Download now!</a>
97+
<a href="https://commons.apache.org/cli/download_cli.cgi">Download now!</a>
9898
<br/>
9999
The <a href="release_1_4.html">release notes</a> are also available.
100100
</p>

src/site/xdoc/mail-lists.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ limitations under the License.
4949
<section name="Overview">
5050
<p>
5151
<a href="index.html">Commons CLI</a> shares mailing lists with all the other
52-
<a href="http://commons.apache.org/components.html">Commons Components</a>.
52+
<a href="https://commons.apache.org/components.html">Commons Components</a>.
5353
To make it easier for people to only read messages related to components they are interested in,
5454
the convention in Commons is to prefix the subject line of messages with the component's name,
5555
for example:

src/site/xdoc/release_1_0.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This is the first release of the CLI component, therefore all features are new,
3636
there are no bug-fixes, nothing is deprecated and there are no changes.
3737

3838
For more information, read the documentation on the project site at
39-
http://commons.apache.org/cli/
39+
https://commons.apache.org/cli/
4040
</source>
4141
</p>
4242
</section>

src/site/xdoc/release_1_2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Commons CLI 1.2 is a bugfix release. The following notable changes were made:
4444
Commons CLI 1.2 is binary compatible with the previous versions, except for
4545
the OptionValidator class that is no longer public.
4646

47-
More information can be found on the project site at http://commons.apache.org/cli
47+
More information can be found on the project site at https://commons.apache.org/cli
4848

4949

5050
NEW FEATURES:

src/site/xdoc/release_1_3.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ previous versions, except for the OptionValidator class that is no longer public
3838
(change introduced in v1.2). Commons CLI 1.3 at least requires Java 5.0.
3939

4040
More information can be found on the project site at
41-
http://commons.apache.org/cli.
41+
https://commons.apache.org/cli.
4242

4343
NOTES
4444
=====

src/site/xdoc/release_1_3_1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ previous versions, except for the OptionValidator class that is no longer public
3838
(change introduced in v1.2). Commons CLI 1.3.1 at least requires Java 5.0.
3939

4040
More information can be found on the project site at
41-
http://commons.apache.org/cli.
41+
https://commons.apache.org/cli.
4242

4343
BUG FIXES
4444
=========

0 commit comments

Comments
 (0)