Skip to content

Commit f6168b9

Browse files
committed
Promote 2025.1 to next release train.
1 parent 0711b85 commit f6168b9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,7 @@ public class ReleaseTrains {
127127
.withCalver("2025.0");
128128

129129
Z = Y.next("Z", Transition.MAJOR) //
130-
.withCalver("2025.1") //
131-
.withAlwaysUseBranch(true);
132-
130+
.withCalver("2025.1");
133131
// Trains
134132

135133
TRAINS = Arrays.asList(CODD, DIJKSTRA, EVANS, FOWLER, GOSLING, HOPPER, INGALLS, KAY, LOVELACE, MOORE, NEUMANN,

0 commit comments

Comments
 (0)