You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2019/03/20 08:38:57 UTC

[syncope] branch 2_0_X updated: Upgrading Elasticsearch

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 2_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_0_X by this push:
     new 583df7f  Upgrading Elasticsearch
583df7f is described below

commit 583df7f4115a49665fe31edd725f875d2df28c4d
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Mar 20 09:21:36 2019 +0100

    Upgrading Elasticsearch
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 26c4f34..f796886 100644
--- a/pom.xml
+++ b/pom.xml
@@ -416,7 +416,7 @@ under the License.
     <slf4j.version>1.7.26</slf4j.version>
     <opensaml.version>3.3.0</opensaml.version>
 
-    <elasticsearch.version>5.6.15</elasticsearch.version>
+    <elasticsearch.version>5.6.16</elasticsearch.version>
 
     <apacheds.version>2.0.0.AM25</apacheds.version>
     <apachedirapi.version>2.0.0.AM2</apachedirapi.version>
@@ -2501,7 +2501,7 @@ under the License.
             <link>http://activiti.org/javadocs/</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://artifacts.elastic.co/javadoc/org/elasticsearch/elasticsearch/5.6.15/index.html</link>
+            <link>https://artifacts.elastic.co/javadoc/org/elasticsearch/elasticsearch/5.6.16/index.html</link>
           </links>
         </configuration>
         <reportSets>