This is an automated email from the ASF dual-hosted git repository. mkhl pushed a commit to branch mkhludnev-patch-1 in repository https://gitbox.apache.org/repos/asf/solr.git
commit c246d681185daf11fa262ca1357b804c0adbd15d Author: Mikhail Khludnev <[email protected]> AuthorDate: Wed Dec 13 12:47:50 2023 +0300 Update package-manager-internals.adoc follow up #2147 larger -> later --- .../modules/configuration-guide/pages/package-manager-internals.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/solr-ref-guide/modules/configuration-guide/pages/package-manager-internals.adoc b/solr/solr-ref-guide/modules/configuration-guide/pages/package-manager-internals.adoc index 964b67aa771..57185d86e03 100644 --- a/solr/solr-ref-guide/modules/configuration-guide/pages/package-manager-internals.adoc +++ b/solr/solr-ref-guide/modules/configuration-guide/pages/package-manager-internals.adoc @@ -412,7 +412,7 @@ Note that the `Version` value is `"2"`, which means the plugin is updated. The default version used in any collection is always the latest. However, setting a per-collection property in `params.json` ensures that the collection uses the same -package version (i.e., version *2.0*), irrespective of any versions larger than *2.0* that may be added to Solr +package version (i.e., version *2.0*), irrespective of any versions later than *2.0* that may be added to Solr at a later point. [source,bash]
