#71 - Increase Solr version to 4.0 for Lovelace.

This commit is contained in:
Mark Paluch
2018-03-21 15:52:17 +01:00
parent 76169aa395
commit b0204ee06d

View File

@@ -55,7 +55,7 @@ public class ReleaseTrains {
Iterations iterations = new Iterations(M1, M2, M3, M4, RC1, RC2, RC3, GA, SR1, SR2, SR3, SR4, SR5, SR6, SR7);
KAY = INGALLS.next("Kay", Transition.MAJOR, new Module(GEODE, "2.0")).withIterations(iterations);
LOVELACE = KAY.next("Lovelace", Transition.MINOR, new Module(JDBC, "1.0"));
LOVELACE = KAY.next("Lovelace", Transition.MINOR, new Module(JDBC, "1.0"), new Module(SOLR, "4.0"));
// Trains