You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by pv...@apache.org on 2019/08/06 07:25:56 UTC

[nifi] branch master updated: NIFI-6516 - Upgraded solrj to 6.6.6.

This is an automated email from the ASF dual-hosted git repository.

pvillard pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/master by this push:
     new 52645e8  NIFI-6516 - Upgraded solrj to 6.6.6.
52645e8 is described below

commit 52645e8aa70525b87001376b4cbfc85f0753ca14
Author: thenatog <th...@gmail.com>
AuthorDate: Fri Aug 2 10:16:26 2019 -0400

    NIFI-6516 - Upgraded solrj to 6.6.6.
    
    Signed-off-by: Pierre Villard <pi...@gmail.com>
    
    This closes #3629.
---
 nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/pom.xml b/nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/pom.xml
index c18bf6b..8671778 100755
--- a/nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/pom.xml
@@ -23,7 +23,7 @@
     <artifactId>nifi-solr-processors</artifactId>
     <packaging>jar</packaging>
     <properties>
-        <solr.version>6.2.0</solr.version>
+        <solr.version>6.6.6</solr.version>
     </properties>
     <dependencies>
         <dependency>