This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit a880f027f5baa9926a49b36103573b1debd1ed42 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Jun 26 17:25:53 2020 +0200 Camel-Solr: Fixed version reported to 8.4.1 --- components/camel-solr/src/main/docs/solr-component.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-solr/src/main/docs/solr-component.adoc b/components/camel-solr/src/main/docs/solr-component.adoc index 64566d7..e9d1296 100644 --- a/components/camel-solr/src/main/docs/solr-component.adoc +++ b/components/camel-solr/src/main/docs/solr-component.adoc @@ -13,7 +13,7 @@ The Solr component allows you to interface with an http://lucene.apache.org/solr/[Apache Lucene Solr] server (based on -SolrJ 3.5.0). +SolrJ 8.4.1). Maven users will need to add the following dependency to their `pom.xml` for this component: