This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new b49a62e NIFI-8699 - Upgrade Lucene to 8.8.2 in Provenance Bundle
b49a62e is described below
commit b49a62e1b53d3d52e243ca49ec070c6f8bd0d6b0
Author: Nathan Gough <[email protected]>
AuthorDate: Mon Jun 14 16:58:35 2021 -0400
NIFI-8699 - Upgrade Lucene to 8.8.2 in Provenance Bundle
This closes #5157
Signed-off-by: David Handermann <[email protected]>
---
nifi-nar-bundles/nifi-provenance-repository-bundle/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nifi-nar-bundles/nifi-provenance-repository-bundle/pom.xml
b/nifi-nar-bundles/nifi-provenance-repository-bundle/pom.xml
index 00f7603..85a2bd5 100644
--- a/nifi-nar-bundles/nifi-provenance-repository-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-provenance-repository-bundle/pom.xml
@@ -27,7 +27,7 @@
<module>nifi-provenance-repository-nar</module>
</modules>
<properties>
- <lucene.version>8.0.0</lucene.version>
+ <lucene.version>8.8.2</lucene.version>
</properties>
<dependencyManagement>
<dependencies>