#72 - Add customized train iterations to Lovelace.
This commit is contained in:
@@ -52,10 +52,12 @@ public class ReleaseTrains {
|
||||
Iteration M2 = new Iteration("M2", M3);
|
||||
Iteration M1 = new Iteration("M1", M2);
|
||||
|
||||
Iterations iterations = new Iterations(M1, M2, M3, M4, RC1, RC2, RC3, GA, SR1, SR2, SR3, SR4, SR5, SR6, SR7);
|
||||
Iterations kayIterations = 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(kayIterations);
|
||||
|
||||
KAY = INGALLS.next("Kay", Transition.MAJOR, new Module(GEODE, "2.0")).withIterations(iterations);
|
||||
LOVELACE = KAY.next("Lovelace", Transition.MINOR, new Module(JDBC, "1.0"), new Module(SOLR, "4.0"));
|
||||
Iterations lovelaceIterations = new Iterations(M1, M2, M3, RC1, RC2, GA, SR1, SR2, SR3, SR4, SR5, SR6, SR7);
|
||||
LOVELACE = KAY.next("Lovelace", Transition.MINOR, new Module(JDBC, "1.0"), new Module(SOLR, "4.0"))
|
||||
.withIterations(lovelaceIterations);
|
||||
|
||||
// Trains
|
||||
|
||||
|
||||
Reference in New Issue
Block a user