File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
111111only include "critical" fixes (i.e. those which will otherwise cause a build
112112break or other problem which will prevent shipping the release builds.
113113This stops last minute changes going in which may destabilise things.
You can’t perform that action at this time.
0 commit comments