|
17 | 17 | This document is meant as a step-by-step recipe to achieve the release of |
18 | 18 | the Commons Math component. Note that more general instructions valid |
19 | 19 | 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". |
22 | 22 |
|
23 | 23 | The files "settings-security.xml" and "settings.xml" are minimal examples |
24 | 24 | of files used by maven to pick up authentication credentials needed to |
@@ -298,7 +298,7 @@ repository. |
298 | 298 | As a measure of sanity check, repository must be manually "closed" before other |
299 | 299 | people review the deliverables just created. |
300 | 300 | 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 |
302 | 302 |
|
303 | 303 | (12) |
304 | 304 | [Actions described in this section are now performed by the |
@@ -377,7 +377,7 @@ Commit ID the tag points at: |
377 | 377 | 12ad3420a77611557603d1c7893d588610b2463a |
378 | 378 |
|
379 | 379 | 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/ |
381 | 381 |
|
382 | 382 | Distribution files and release notes: |
383 | 383 | https://dist.apache.org/repos/dist/dev/commons/math/ |
@@ -405,7 +405,7 @@ Distribution files and release notes: |
405 | 405 | $ sha512sum -c sha512.txt |
406 | 406 |
|
407 | 407 | KEYS file to check signatures: |
408 | | - http://downloads.apache.org/commons/KEYS |
| 408 | + https://downloads.apache.org/commons/KEYS |
409 | 409 |
|
410 | 410 | Maven artefacts: |
411 | 411 | https://repository.apache.org/content/repositories/orgapachecommons-1613/ |
@@ -460,7 +460,7 @@ $ svnmucc -u "__Your_apache_login__" \ |
460 | 460 |
|
461 | 461 | (18) |
462 | 462 | 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 |
464 | 464 |
|
465 | 465 |
|
466 | 466 | (19) |
@@ -502,7 +502,7 @@ the following command: |
502 | 502 | https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-math/javadocs/api-4.0-beta1 |
503 | 503 |
|
504 | 504 | 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/ |
506 | 506 | to make sure everything looks correct. |
507 | 507 |
|
508 | 508 | (21) |
|
0 commit comments