You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by fo...@apache.org on 2020/05/22 13:33:01 UTC

svn commit: r1878032 - /jackrabbit/oak/trunk/oak-search-elastic/pom.xml

Author: fortino
Date: Fri May 22 13:33:01 2020
New Revision: 1878032

URL: http://svn.apache.org/viewvc?rev=1878032&view=rev
Log:
OAK-9090: bump elasticsearch to version 7.7.0

Modified:
    jackrabbit/oak/trunk/oak-search-elastic/pom.xml

Modified: jackrabbit/oak/trunk/oak-search-elastic/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-search-elastic/pom.xml?rev=1878032&r1=1878031&r2=1878032&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-search-elastic/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-search-elastic/pom.xml Fri May 22 13:33:01 2020
@@ -33,8 +33,8 @@
   <description>Oak Elasticsearch integration subproject</description>
 
   <properties>
-    <elasticsearch.version>7.6.0</elasticsearch.version>
-    <lucene.version>8.4.0</lucene.version>
+    <elasticsearch.version>7.7.0</elasticsearch.version>
+    <lucene.version>8.5.1</lucene.version>
   </properties>
 
   <build>