diff --git a/README.adoc b/README.adoc index 33623fcd2..9ac3fd6f8 100644 --- a/README.adoc +++ b/README.adoc @@ -119,7 +119,7 @@ Add the Maven dependency: |=== |Spring Data Elasticsearch | Elasticsearch |3.2.x |6.7.2 -|3.1.x |6.2.2 +|3.1.x |6.2.4 |3.0.x |5.5.0 |2.1.x |2.4.0 |2.0.x |2.2.0 diff --git a/pom.xml b/pom.xml index 5d5be835a..e4e9a8427 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ 3.2.1 2.6 - 6.2.2 + 6.2.4 2.9.1 2.1.17.BUILD-SNAPSHOT spring.data.elasticsearch diff --git a/src/test/resources/test-home-dir/modules/lang-expression/lang-expression-6.2.2.jar b/src/test/resources/test-home-dir/modules/lang-expression/lang-expression-6.2.4.jar similarity index 89% rename from src/test/resources/test-home-dir/modules/lang-expression/lang-expression-6.2.2.jar rename to src/test/resources/test-home-dir/modules/lang-expression/lang-expression-6.2.4.jar index 521648ddf..1dcb6ac32 100644 Binary files a/src/test/resources/test-home-dir/modules/lang-expression/lang-expression-6.2.2.jar and b/src/test/resources/test-home-dir/modules/lang-expression/lang-expression-6.2.4.jar differ diff --git a/src/test/resources/test-home-dir/modules/lang-expression/plugin-descriptor.properties b/src/test/resources/test-home-dir/modules/lang-expression/plugin-descriptor.properties index 6ed2760a4..1f7deb72f 100644 --- a/src/test/resources/test-home-dir/modules/lang-expression/plugin-descriptor.properties +++ b/src/test/resources/test-home-dir/modules/lang-expression/plugin-descriptor.properties @@ -22,7 +22,7 @@ description=Lucene expressions integration for Elasticsearch # # 'version': plugin's version -version=6.2.2 +version=6.2.4 # # 'name': the plugin name name=lang-expression @@ -37,7 +37,7 @@ classname=org.elasticsearch.script.expression.ExpressionPlugin java.version=1.8 # # 'elasticsearch.version': version of elasticsearch compiled against -elasticsearch.version=6.2.2 +elasticsearch.version=6.2.4 ### optional elements for plugins: # # 'extended.plugins': other plugins this plugin extends through SPI diff --git a/src/test/resources/test-home-dir/modules/lang-expression/plugin-security.policy b/src/test/resources/test-home-dir/modules/lang-expression/plugin-security.policy index 292c8614c..4835ab053 100644 --- a/src/test/resources/test-home-dir/modules/lang-expression/plugin-security.policy +++ b/src/test/resources/test-home-dir/modules/lang-expression/plugin-security.policy @@ -7,7 +7,7 @@ * not use this file except in compliance with the License. * You may obtain a copy of the License at * - * https://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an