Skip to content

Commit d0ab815

Browse files
pjfanningaherbert
authored andcommitted
Update URLs from HTTP to HTTPS in release instructions
1 parent eb77c2a commit d0ab815

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/release/release.howto.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
This document is meant as a step-by-step recipe to achieve the release of
1818
the Commons Math component. Note that more general instructions valid
1919
for all components, including [math], are available on the Apache Commons
20-
main site: at "http://commons.apache.org/releases/prepare.html" and
21-
"http://commons.apache.org/releases/release.html".
20+
main site: at "https://commons.apache.org/releases/prepare.html" and
21+
"https://commons.apache.org/releases/release.html".
2222

2323
The files "settings-security.xml" and "settings.xml" are minimal examples
2424
of files used by maven to pick up authentication credentials needed to
@@ -298,7 +298,7 @@ repository.
298298
As a measure of sanity check, repository must be manually "closed" before other
299299
people review the deliverables just created.
300300
How to "close" the staging repository is explained at this page:
301-
http://books.sonatype.com/nexus-book/reference/staging-repositories.html#staging-sect-closing
301+
https://books.sonatype.com/nexus-book/reference/staging-repositories.html#staging-sect-closing
302302

303303
(12)
304304
[Actions described in this section are now performed by the
@@ -377,7 +377,7 @@ Commit ID the tag points at:
377377
12ad3420a77611557603d1c7893d588610b2463a
378378

379379
Site:
380-
http://home.apache.org/~erans/commons-math-4.0-beta1-site/
380+
https://home.apache.org/~erans/commons-math-4.0-beta1-site/
381381

382382
Distribution files and release notes:
383383
https://dist.apache.org/repos/dist/dev/commons/math/
@@ -405,7 +405,7 @@ Distribution files and release notes:
405405
$ sha512sum -c sha512.txt
406406

407407
KEYS file to check signatures:
408-
http://downloads.apache.org/commons/KEYS
408+
https://downloads.apache.org/commons/KEYS
409409

410410
Maven artefacts:
411411
https://repository.apache.org/content/repositories/orgapachecommons-1613/
@@ -460,7 +460,7 @@ $ svnmucc -u "__Your_apache_login__" \
460460

461461
(18)
462462
Release the artifacts on the Nexus server, as shown here:
463-
http://books.sonatype.com/nexus-book/reference/staging-repositories.html#staging-sect-releasing
463+
https://books.sonatype.com/nexus-book/reference/staging-repositories.html#staging-sect-releasing
464464

465465

466466
(19)
@@ -502,7 +502,7 @@ the following command:
502502
https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-math/javadocs/api-4.0-beta1
503503

504504
Wait a few minutes for the live site to fully synchronize, and then check
505-
http://commons.apache.org/proper/commons-math/
505+
https://commons.apache.org/proper/commons-math/
506506
to make sure everything looks correct.
507507

508508
(21)

0 commit comments

Comments
 (0)