Update release trains.

Closes #198
This commit is contained in:
Mark Paluch
2021-12-13 08:43:19 +01:00
parent d9e212c5f7
commit bb18f8bd05

View File

@@ -71,11 +71,11 @@ public class ReleaseTrains {
.withIterations(new Train.Iterations(M1, M2, M3, M4, M5, RC1, RC2, GA, SR1, SR2, SR3, SR4, SR5));
RAJ = Q.next("Raj", Transition.MINOR) //
.withCalver("2022.0") //
.withCalver("2021.2") //
.withIterations(new Train.Iterations(M1, M2, M3, M4, M5, RC1, RC2, GA, SR1, SR2, SR3, SR4, SR5));
TURING = PASCAL.next("Turing", Transition.MAJOR) //
.withCalver("2022.1") //
.withCalver("2022.0") //
.filterModules(module -> !(module.getProject().equals(R2DBC) || module.getProject().equals(ENVERS)))
.withAlwaysUseBranch(true)
.withIterations(new Train.Iterations(M1, M2, M3, M4, M5, RC1, RC2, GA, SR1, SR2, SR3, SR4, SR5));