Skip to content

Commit 1767a7f

Browse files
committed
Upgrade U release train to 2023.0.
Closes #20
1 parent 1fcdefb commit 1767a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/springframework/data/release/model/ReleaseTrains.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public class ReleaseTrains {
8181
.filterModules(module -> !module.getProject().equals(JDBC)); // filter "old" JDBC without R2DBC submodule
8282

8383
U = TURING.next("U", Transition.MINOR) //
84-
.withCalver("2022.1");
84+
.withCalver("2023.0");
8585

8686
// Trains
8787

0 commit comments

Comments
 (0)