Update to elasticsearch 1.4.0.Beta1

(cherry picked from commit 9abbe92)
(cherry picked from commit 890c483)
This commit is contained in:
David Pilato 2014-10-02 09:51:37 +02:00
parent f62f97e0f8
commit 481a268931
1 changed files with 2 additions and 2 deletions

View File

@ -107,8 +107,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
<plugin>