From 5af2a4d63dd06ce5622daa41d8e416918cf02eac Mon Sep 17 00:00:00 2001 From: David Pilato Date: Wed, 19 Aug 2015 10:24:09 +0200 Subject: [PATCH] [build] Update to elasticsearch 2.0.0 We need to define `` in `pom.xml` as we now inherit from elasticsearch project parent pom. But `elasticsearch.version` is set by default to `project.version` which is here `3.0.0-SNAPSHOT` for the mapper project. Related to #148 --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 61a4fb458fd..d941152c6bc 100644 --- a/pom.xml +++ b/pom.xml @@ -33,6 +33,7 @@ + 2.0.0-SNAPSHOT