We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fcdefb commit 1767a7fCopy full SHA for 1767a7f
src/main/java/org/springframework/data/release/model/ReleaseTrains.java
@@ -81,7 +81,7 @@ public class ReleaseTrains {
81
.filterModules(module -> !module.getProject().equals(JDBC)); // filter "old" JDBC without R2DBC submodule
82
83
U = TURING.next("U", Transition.MINOR) //
84
- .withCalver("2022.1");
+ .withCalver("2023.0");
85
86
// Trains
87
0 commit comments