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/02/09 15:19:36 UTC

[3/3] syncope git commit: Upgrading Elasticsearch client

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/90e3b09a
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/90e3b09a
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/90e3b09a

Branch: refs/heads/master
Commit: 90e3b09ab1051d9777a537f77aa971e5f90b82f8
Parents: 4bace6c
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Fri Feb 9 16:19:22 2018 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Fri Feb 9 16:19:22 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/90e3b09a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b9c6b43..f7a2008 100644
--- a/pom.xml
+++ b/pom.xml
@@ -391,7 +391,7 @@ under the License.
     <slf4j.version>1.7.25</slf4j.version>
     <opensaml.version>3.3.0</opensaml.version>
 
-    <elasticsearch.version>6.2.0</elasticsearch.version>
+    <elasticsearch.version>6.2.1</elasticsearch.version>
 
     <log4j.version>2.10.0</log4j.version>
     <disruptor.version>3.3.7</disruptor.version>
@@ -2221,7 +2221,7 @@ under the License.
             <link>http://docs.spring.io/spring-security/site/docs/4.2.x/apidocs/</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.2.0/</link>
+            <link>https://www.javadoc.io/doc/org.elasticsearch/elasticsearch/6.2.1/</link>
           </links>
         </configuration>
         <reportSets>