svn commit: r1819597 - in /ofbiz/ofbiz-plugins/trunk: lucene/build.gradle solr/build.gradle

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1819597 - in /ofbiz/ofbiz-plugins/trunk: lucene/build.gradle solr/build.gradle

jleroux@apache.org
Author: jleroux
Date: Sat Dec 30 13:22:14 2017
New Revision: 1819597

URL: http://svn.apache.org/viewvc?rev=1819597&view=rev
Log:
Completed: Update Lucene and Solr to 7.2
(OFBIZ-10130)

Modified:
    ofbiz/ofbiz-plugins/trunk/lucene/build.gradle
    ofbiz/ofbiz-plugins/trunk/solr/build.gradle

Modified: ofbiz/ofbiz-plugins/trunk/lucene/build.gradle
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/lucene/build.gradle?rev=1819597&r1=1819596&r2=1819597&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/lucene/build.gradle (original)
+++ ofbiz/ofbiz-plugins/trunk/lucene/build.gradle Sat Dec 30 13:22:14 2017
@@ -17,7 +17,7 @@
  * under the License.
  */
 dependencies {
-    pluginLibsCompile 'org.apache.lucene:lucene-core:7.1.0'
-    pluginLibsCompile 'org.apache.lucene:lucene-queryparser:7.1.0'
-    pluginLibsCompile 'org.apache.lucene:lucene-analyzers-common:7.1.0'
+    pluginLibsCompile 'org.apache.lucene:lucene-core:7.2.0'
+    pluginLibsCompile 'org.apache.lucene:lucene-queryparser:7.2.0'
+    pluginLibsCompile 'org.apache.lucene:lucene-analyzers-common:7.2.0'
 }
\ No newline at end of file

Modified: ofbiz/ofbiz-plugins/trunk/solr/build.gradle
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/solr/build.gradle?rev=1819597&r1=1819596&r2=1819597&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/solr/build.gradle (original)
+++ ofbiz/ofbiz-plugins/trunk/solr/build.gradle Sat Dec 30 13:22:14 2017
@@ -17,7 +17,7 @@
  * under the License.
  */
 dependencies {
-    pluginLibsCompile 'org.apache.solr:solr-core:7.1.0'
+    pluginLibsCompile 'org.apache.solr:solr-core:7.2.0'
     pluginLibsCompile 'com.google.guava:guava:20.0'
 }