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/01/17 14:45:47 UTC

[2/2] syncope git commit: Upgrading Elasticsearch

Upgrading Elasticsearch


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

Branch: refs/heads/2_0_X
Commit: 2121d2f0dcbd982c8d59ee86cd8207e6d716d940
Parents: a0b8995
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Wed Jan 17 15:45:38 2018 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Wed Jan 17 15:45:38 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/2121d2f0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a9642c6..7f45447 100644
--- a/pom.xml
+++ b/pom.xml
@@ -392,7 +392,7 @@ under the License.
     <slf4j.version>1.7.25</slf4j.version>
     <opensaml.version>3.3.0</opensaml.version>
 
-    <elasticsearch.version>5.6.5</elasticsearch.version>
+    <elasticsearch.version>5.6.6</elasticsearch.version>
 
     <log4j.version>2.10.0</log4j.version>
     <disruptor.version>3.3.7</disruptor.version>
@@ -2285,7 +2285,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.5</link>
+            <link>https://www.javadoc.io/doc/org.elasticsearch/elasticsearch/5.6.6</link>
           </links>
         </configuration>
         <reportSets>