Bumped Spring Data Elasticsearch version to 2.0 for Hopper.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user