Skip to content

Commit e824308

Browse files
committed
Updated http references to https in text files in root directory, except WHATSNEW
1 parent 264074b commit e824308

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ Bugzilla issue or you use a github pull request. We do not plan to
1515
use github issues, so if you are reporting a bug, please raise a
1616
[Bugzilla issue](https://issues.apache.org/bugzilla/).
1717

18-
Before reporting a bug, please also review http://ant.apache.org/problems.html
18+
Before reporting a bug, please also review https://ant.apache.org/problems.html
1919

2020
If you're planning to implement a new feature please discuss you're
2121
changes on the
22-
[dev list](http://ant.apache.org/mail.html#Developer%20List:%[email protected])
22+
[dev list](https://ant.apache.org/mail.html#Developer%20List:%[email protected])
2323
first. This way you can make sure you're not wasting your time on
2424
something that isn't considered to be in Ant's scope.
2525

@@ -65,4 +65,4 @@ Submitting Changes
6565
+ Alternatively push your changes to a topic branch in your fork of the repository.
6666
+ Submit a pull request to the repository in the apache organization.
6767

68-
[cla]:http://www.apache.org/licenses/#clas
68+
[cla]:https://www.apache.org/licenses/#clas

INSTALL

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
For installation instructions see the manual by opening manual/index.html
2-
or see it online at <http://ant.apache.org/manual/index.html>.
2+
or see it online at <https://ant.apache.org/manual/index.html>.

LICENSE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Apache License
33
* Version 2.0, January 2004
4-
* http://www.apache.org/licenses/
4+
* https://www.apache.org/licenses/
55
*
66
* TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
77
*
@@ -203,7 +203,7 @@
203203
*/
204204

205205
W3C� SOFTWARE NOTICE AND LICENSE
206-
http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
206+
https://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
207207

208208
This work (and included software, documentation such as READMEs, or other
209209
related items) is being provided by the copyright holders under the following

NOTICE

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Apache Ant
22
Copyright 1999-2019 The Apache Software Foundation
33

44
This product includes software developed at
5-
The Apache Software Foundation (http://www.apache.org/).
5+
The Apache Software Foundation (https://www.apache.org/).
66

77
The <sync> task is based on code Copyright (c) 2002, Landmark
88
Graphics Corp that has been kindly donated to the Apache Software

README

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
------------------
4747

4848
Details of the latest version can be found on the Apache Ant
49-
Project web site <http://ant.apache.org/>.
49+
Project web site <https://ant.apache.org/>.
5050

5151

5252
Documentation
@@ -72,7 +72,7 @@
7272
encryption software. BEFORE using any encryption software, please
7373
check your country's laws, regulations and policies concerning the
7474
import, possession, or use, and re-export of encryption software, to
75-
see if this is permitted. See <http://www.wassenaar.org/> for more
75+
see if this is permitted. See <https://www.wassenaar.org/> for more
7676
information.
7777

7878
The U.S. Government Department of Commerce, Bureau of Industry and
@@ -91,10 +91,10 @@
9191
For the SSH family of tasks (<sshexec> and <scp>) Ant requires the
9292
JSch <http://www.jcraft.com/jsch/index.html> library as well as the
9393
Java Cryptography extensions
94-
<http://java.sun.com/javase/technologies/security/>. Ant does not
94+
<https://www.oracle.com/technetwork/java/javase/tech/index-jsp-136007.html>. Ant does not
9595
include these libraries itself, but is designed to use them.
9696

9797
Thanks for using Ant.
9898

9999
The Apache Ant Project
100-
<http://ant.apache.org/>
100+
<https://ant.apache.org/>

ReleaseInstructions

+5-5
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Note: This document was adapted from the one created in the context of
2727
releases is needed.
2828

2929
This document assumes you are familiar with git
30-
http://git-scm.com/book/en/v2/
30+
https://git-scm.com/book/en/v2/
3131
may be a good guide if you are not.
3232

3333
2. Ensure you have all the external libraries that Ant uses in your
@@ -127,7 +127,7 @@ Note: This document was adapted from the one created in the context of
127127
This script requires using commons-openpgp to sign the artefacts,
128128

129129
This tool can be checked out from
130-
http://svn.apache.org/repos/asf/commons/sandbox/openpgp/trunk
130+
https://svn.apache.org/repos/asf/commons/sandbox/openpgp/trunk
131131
You have to build it using maven.
132132

133133
$ mvn install
@@ -330,9 +330,9 @@ Note: This document was adapted from the one created in the context of
330330

331331
Related Information
332332

333-
http://www.apache.org/dev/#releases
334-
http://commons.apache.org/releases/index.html
335-
http://wiki.apache.org/commons/SigningReleases
333+
https://www.apache.org/dev/#releases
334+
https://commons.apache.org/releases/index.html
335+
https://wiki.apache.org/commons/SigningReleases
336336

337337
Files containing version information
338338
------------------------------------

STATUS

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Assets:
1717
Repositories: ant.git
1818

1919
PMC Members
20-
see http://ant.apache.org/contributors.html
20+
see https://ant.apache.org/contributors.html
2121

2222
Committers:
23-
see http://ant.apache.org/contributors.html
23+
see https://ant.apache.org/contributors.html

0 commit comments

Comments
 (0)