Skip to content

Commit

Permalink
HSEARCH-2922 Upgrade Elasticsearch dependencies to 5.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed Nov 2, 2017
1 parent bab79cb commit 451449c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -222,9 +222,9 @@

<!-- Elasticsearch -->
<!-- When updating the following versions you will likely need to update the
maching test profile as well, e.g. elasticsearch-5.2 for the 5.2+ series -->
<elasticsearchClientVersion>5.6.2</elasticsearchClientVersion>
<elasticsearchSnifferVersion>5.6.2</elasticsearchSnifferVersion>
matching test profile as well, e.g. elasticsearch-5.2 for the 5.2+ series -->
<elasticsearchClientVersion>5.6.3</elasticsearchClientVersion>
<elasticsearchSnifferVersion>5.6.3</elasticsearchSnifferVersion>
<elasticsearchGsonVersion>2.8.2</elasticsearchGsonVersion>
<elasticsearchAWSV4SignerVersion>1.3</elasticsearchAWSV4SignerVersion>

Expand Down Expand Up @@ -1987,7 +1987,7 @@ org.hibernate.search.spi.SearchIntegratorBuilder#buildSearchIntegrator()
</activation>
<properties>
<test.elasticsearch.mavenPlugin.version>5.7</test.elasticsearch.mavenPlugin.version>
<test.elasticsearch.host.version>5.6.2</test.elasticsearch.host.version>
<test.elasticsearch.host.version>5.6.3</test.elasticsearch.host.version>
</properties>
<build>
<pluginManagement>
Expand Down

0 comments on commit 451449c

Please sign in to comment.