#131 - Update release train iterations for release train Neumann.

This commit is contained in:
Mark Paluch
2019-11-20 10:17:40 +01:00
parent 0efe1d7a84
commit 75c63aff1e

View File

@@ -21,8 +21,6 @@ import static org.springframework.data.release.model.Projects.*;
import java.util.Arrays;
import java.util.List;
import org.springframework.data.release.model.Train.Iterations;
/**
* @author Oliver Gierke
* @author Mark Paluch
@@ -57,7 +55,8 @@ public class ReleaseTrains {
MOORE = LOVELACE.next("Moore", Transition.MINOR);
NEUMANN = MOORE.next("Neumann", Transition.MINOR, new Module(MONGO_DB, "3.0"), new Module(ELASTICSEARCH, "4.0"));
NEUMANN = MOORE.next("Neumann", Transition.MINOR, new Module(COUCHBASE, "4.0"), new Module(ELASTICSEARCH, "4.0"),
new Module(JDBC, "2.0")).withIterations(new Train.Iterations(M1, M2, RC1, GA));
// Trains