#116 - Add Moore M4.

This commit is contained in:
Mark Paluch
2019-04-16 11:34:01 +02:00
parent 6aee8d0731
commit 6937c47430

View File

@@ -55,7 +55,7 @@ public class ReleaseTrains {
LOVELACE = KAY.next("Lovelace", Transition.MINOR, new Module(JDBC, "1.0"), new Module(SOLR, "4.0"));
MOORE = LOVELACE.next("Moore", Transition.MINOR).withIterations(new Iterations(M1, M2, M3, RC1, RC2, GA));
MOORE = LOVELACE.next("Moore", Transition.MINOR).withIterations(new Iterations(M1, M2, M3, M4, RC1, RC2, GA));
// Trains