Upgrading Elasticsearch
Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/55acacee Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/55acacee Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/55acacee Branch: refs/heads/2_1_X Commit: 55acacee0b04f56a2f610228b3db1fea076faa8c Parents: 34bb49e Author: Francesco Chicchiriccò <[email protected]> Authored: Fri Jul 13 14:26:49 2018 +0200 Committer: Francesco Chicchiriccò <[email protected]> Committed: Fri Jul 13 14:28:24 2018 +0200 ---------------------------------------------------------------------- pom.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/55acacee/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9f34992..5f5adba 100644 --- a/pom.xml +++ b/pom.xml @@ -415,7 +415,7 @@ under the License. <slf4j.version>1.7.25</slf4j.version> <opensaml.version>3.3.0</opensaml.version> - <elasticsearch.version>6.3.0</elasticsearch.version> + <elasticsearch.version>6.3.1</elasticsearch.version> <log4j.version>2.11.0</log4j.version> <disruptor.version>3.4.2</disruptor.version> @@ -2300,11 +2300,12 @@ under the License. <link>https://commons.apache.org/proper/commons-lang/javadocs/api-release/</link> <link>https://commons.apache.org/proper/commons-io/javadocs/api-2.6/</link> <link>https://commons.apache.org/proper/commons-jexl/apidocs/</link> - <link>https://tika.apache.org/1.17/api/</link> - <link>http://docs.spring.io/spring-security/site/docs/4.2.x/apidocs/</link> + <link>https://tika.apache.org/1.18/api/</link> + <link>https://docs.spring.io/spring/docs/5.0.x/javadoc-api/</link> + <link>https://docs.spring.io/spring-security/site/docs/5.0.x/api/</link> <link>http://www.flowable.org/docs/javadocs/</link> <link>https://build.shibboleth.net/nexus/content/sites/site/java-opensaml/3.3.0/apidocs/</link> - <link>https://www.javadoc.io/doc/org.elasticsearch/elasticsearch/6.3.0/</link> + <link>https://artifacts.elastic.co/javadoc/org/elasticsearch/client/transport/6.3.1/index.html</link> </links> </configuration> <reportSets>
