Upgrade U release train to 2023.0.

Closes #20
This commit is contained in:
Mark Paluch
2023-01-02 10:24:45 +01:00
parent 1fcdefbb31
commit 1767a7f676

View File

@@ -81,7 +81,7 @@ public class ReleaseTrains {
.filterModules(module -> !module.getProject().equals(JDBC)); // filter "old" JDBC without R2DBC submodule
U = TURING.next("U", Transition.MINOR) //
.withCalver("2022.1");
.withCalver("2023.0");
// Trains