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 2018/04/19 09:16:33 UTC

syncope git commit: Upgrading Elasticsearch client

Repository: syncope
Updated Branches:
  refs/heads/2_0_X e74d41876 -> 50e6aece7


Upgrading Elasticsearch client


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/50e6aece
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/50e6aece
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/50e6aece

Branch: refs/heads/2_0_X
Commit: 50e6aece767fe9c887e13335d2de879966f4f8bb
Parents: e74d418
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Thu Apr 19 11:16:26 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Thu Apr 19 11:16:26 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/50e6aece/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index be01471..9568586 100644
--- a/pom.xml
+++ b/pom.xml
@@ -393,7 +393,7 @@ under the License.
     <slf4j.version>1.7.25</slf4j.version>
     <opensaml.version>3.3.0</opensaml.version>
 
-    <elasticsearch.version>5.6.8</elasticsearch.version>
+    <elasticsearch.version>5.6.9</elasticsearch.version>
 
     <log4j.version>2.11.0</log4j.version>
     <disruptor.version>3.4.2</disruptor.version>
@@ -2307,7 +2307,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://www.javadoc.io/doc/org.elasticsearch/elasticsearch/5.6.8</link>
+            <link>https://www.javadoc.io/doc/org.elasticsearch/elasticsearch/5.6.9</link>
           </links>
         </configuration>
         <reportSets>