Skip to content

Commit 8e043e3

Browse files
authored
Update RELEASING.md (#3100)
* Update RELEASING.md * Switch repos to github
1 parent 20fb47b commit 8e043e3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

RELEASING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ Don't be scared off by this document! If you already understand the stuff in th
5050

5151
## OpenJDK Quarterly/New Release Process
5252

53-
1. Wait for Red Hat/Oracle to push the GA code to mercurial and announce availability:
54-
- jdk8u : https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/
53+
1. Wait for Red Hat/Oracle to push the GA code to GitHub and announce availability:
54+
- jdk8u : https://github.com/openjdk/jdk8u
5555
- Announce: https://mail.openjdk.java.net/pipermail/jdk8u-dev/
56-
- jdk11u:  https://hg.openjdk.java.net/jdk-updates/jdk11u/
56+
- jdk11u:  https://github.com/openjdk/jdk11u
5757
- Announce: https://mail.openjdk.java.net/pipermail/jdk-updates-dev/
58-
- jdkNN: https://hg.openjdk.java.net/jdk/jdkNN/
58+
- jdkNN: https://github.com/openjdk/jdkNN/
5959
- Announce: https://mail.openjdk.java.net/pipermail/jdk-dev/
6060

6161
<details>
@@ -107,7 +107,7 @@ Don't be scared off by this document! If you already understand the stuff in th
107107

108108
## Lockdown period
109109

110-
During the week before release we lock down the `openjdk-build` and `ci-jenkins-pipeline` repositories to
110+
During the week before release we lock down the `temurin-build` and `ci-jenkins-pipeline` repositories to
111111
only include "critical" fixes (i.e. those which will otherwise cause a build
112112
break or other problem which will prevent shipping the release builds.
113113
This stops last minute changes going in which may destabilise things.

0 commit comments

Comments
 (0)