#116 - Add Moore M4.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user