Bumped Spring Data Elasticsearch version to 2.0 for Hopper.

This commit is contained in:
Oliver Gierke
2016-03-18 10:31:44 +01:00
parent f7d69dcc02
commit 107ccef568

View File

@@ -37,7 +37,7 @@ public class ReleaseTrains {
FOWLER = EVANS.next("Fowler", Transition.MINOR);
GOSLING = FOWLER.next("Gosling", Transition.MINOR, new Module(KEY_VALUE, "1.0"));
HOPPER = GOSLING.next("Hopper", Transition.MINOR, new Module(SOLR, "2.0"), new Module(ENVERS, "1.0"),
new Module(NEO4J, "4.1"), new Module(COUCHBASE, "2.1"));
new Module(NEO4J, "4.1"), new Module(COUCHBASE, "2.1"), new Module(ELASTICSEARCH, "2.0"));
// Trains