Skip to content

Commit

Permalink
Update to elasticsearch 5.0.0
Browse files Browse the repository at this point in the history
Closes dadoonet#243.
  • Loading branch information
dadoonet committed Nov 10, 2016
1 parent 9df6588 commit b6d4347
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@

<properties>
<elasticsearch.groupid>org.elasticsearch.distribution.zip</elasticsearch.groupid>
<elasticsearch.version>5.0.0-alpha5</elasticsearch.version>
<elasticsearch.version>5.0.0</elasticsearch.version>
<!-- Don't depend on elasticsearch.version here as it will fail with 1.x and 2.x series -->
<elasticsearch.client.version>5.0.0-alpha5</elasticsearch.client.version>
<elasticsearch.client.version>5.0.0</elasticsearch.client.version>

<tika.version>1.13</tika.version>
<jackson.version>2.8.1</jackson.version>
Expand Down Expand Up @@ -525,7 +525,7 @@
<repository>
<id>elastic-download-service</id>
<name>Elastic Download Service</name>
<url>https://download.elastic.co/elasticsearch/release/</url>
<url>https://artifacts.elastic.co/maven/</url>
<releases>
<enabled>true</enabled>
</releases>
Expand Down Expand Up @@ -563,6 +563,20 @@
<elasticsearch.version>2.3.3</elasticsearch.version>
<elasticsearch.security.artifact>shield</elasticsearch.security.artifact>
</properties>
<repositories>
<!-- This repository is used to test with license and shield (2.x) -->
<repository>
<id>elastic-download-service</id>
<name>Elastic Download Service</name>
<url>https://download.elastic.co/elasticsearch/release/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
<build>
<plugins>
<!-- For elasticsearch < 5.0.0 we need also to install the license plugin -->
Expand Down

0 comments on commit b6d4347

Please sign in to comment.