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 re...@apache.org on 2018/08/06 13:36:13 UTC

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

Author: reschke
Date: Mon Aug  6 13:36:13 2018
New Revision: 1837521

URL: http://svn.apache.org/viewvc?rev=1837521&view=rev
Log:
OAK-3336: Abstract a full text index implementation to be extended by Lucene and Solr

(configure baseline check to compare against previous release of oak-lucene - fix typo)

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

Modified: jackrabbit/oak/trunk/oak-search/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-search/pom.xml?rev=1837521&r1=1837520&r2=1837521&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-search/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-search/pom.xml Mon Aug  6 13:36:13 2018
@@ -55,7 +55,7 @@
                         <configuration>
                           <!--
                             This is required as classes present in this module
-                            were part of oak-core. This should be removed
+                            were part of oak-lucene. This should be removed
                             post 1.10 release
                           -->
                           <comparisonArtifactId>oak-lucene</comparisonArtifactId>