#158 - Remove Spring Data Solr from 2021.0 release train.

This commit is contained in:
Mark Paluch
2020-11-04 11:26:58 +01:00
parent 987281d4c6
commit 314878c7a0

View File

@@ -71,6 +71,7 @@ public class ReleaseTrains {
).withCalver("2020.0");
PASCAL = OCKHAM.next("Pascal", Transition.MINOR) //
.filterModules(module -> !module.getProject().equals(SOLR))
.withCalver("2021.0") //
.withIterations(new Train.Iterations(M1, M2, RC1, RC2, GA, SR1, SR2, SR3, SR4, SR5));