This is an automated email from the ASF dual-hosted git repository.
mkhl pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new 6055af7a76b Update package-manager-internals.adoc follow up #2147
(#2151)
6055af7a76b is described below
commit 6055af7a76ba8126249f413a0de7d9329531b7c7
Author: Mikhail Khludnev <[email protected]>
AuthorDate: Wed Dec 13 13:07:00 2023 +0300
Update package-manager-internals.adoc follow up #2147 (#2151)
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]