This is an automated email from the ASF dual-hosted git repository.
apalumbo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mahout.git
The following commit(s) were added to refs/heads/master by this push:
new 7cf2d7f (nojira) restore lucene version bump
new 3e151c0 merge upstream
7cf2d7f is described below
commit 7cf2d7fa63891214963270727103c734ee838693
Author: Andrew Palumbo <[email protected]>
AuthorDate: Wed Dec 18 01:51:15 2019 -0800
(nojira) restore lucene version bump
---
community/mahout-mr/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/community/mahout-mr/pom.xml b/community/mahout-mr/pom.xml
index 747221e..8fba60d 100644
--- a/community/mahout-mr/pom.xml
+++ b/community/mahout-mr/pom.xml
@@ -50,7 +50,7 @@
</modules>
<properties>
- <lucene.version>5.5.2</lucene.version>
+ <lucene.version>8.3.0</lucene.version>
</properties>
<dependencies>