@@ -74,9 +74,10 @@ public class ReleaseTrains {
|
||||
.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) //
|
||||
TURING = PASCAL.next("Turing", Transition.MAJOR, //
|
||||
new Module(R2DBC, "3.0")) //
|
||||
.withCalver("2022.0") //
|
||||
.filterModules(module -> !(module.getProject().equals(R2DBC) || module.getProject().equals(ENVERS)))
|
||||
.filterModules(module -> !module.getProject().equals(ENVERS))
|
||||
.withAlwaysUseBranch(true)
|
||||
.withIterations(new Train.Iterations(M1, M2, M3, M4, M5, RC1, RC2, GA, SR1, SR2, SR3, SR4, SR5));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user