You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2022/10/26 17:30:39 UTC

[solr] branch branch_9x updated: NO-JIRA: Add docs in the header of the antora.yml (#1097)

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

houston pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_9x by this push:
     new 5cc612f4643 NO-JIRA: Add docs in the header of the antora.yml (#1097)
5cc612f4643 is described below

commit 5cc612f4643e2dc8fbdfce778756fd36d0d7321b
Author: Houston Putman <ho...@apache.org>
AuthorDate: Wed Oct 26 13:16:56 2022 -0400

    NO-JIRA: Add docs in the header of the antora.yml (#1097)
    
    (cherry picked from commit 0d89f074bc0052373b80ed18886629bd3c9a0223)
---
 solr/solr-ref-guide/antora.template.yml | 6 +++++-
 solr/solr-ref-guide/antora.yml          | 8 ++++++--
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/solr/solr-ref-guide/antora.template.yml b/solr/solr-ref-guide/antora.template.yml
index 07043d3b8af..459a250fca5 100644
--- a/solr/solr-ref-guide/antora.template.yml
+++ b/solr/solr-ref-guide/antora.template.yml
@@ -13,6 +13,11 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+# This file is autogenerated by the "setOfficialAntoraYaml" Gradle task, please do not edit manually.
+# Do not run this task outside of the release process on a release branch (branch_9_0, branch_10_2, etc.).
+# Feel free to run the task on unreleased branches (main, branch_9x, branch_10x) to update the dependency versions,
+# but there is usually no need besides more up-to-date nightly builds of the ref-guide.
+
 name: solr
 version: '${solr_version_major}_${solr_version_minor}'
 display_version: '${displayVersion}'
@@ -37,7 +42,6 @@ asciidoc:
     solr-javadocs: '${solr_javadocs_link}'
     lucene-javadocs: '${lucene_javadocs_link}'
     java-javadocs: https://docs.oracle.com/en/java/javase/11/docs/api/java.base/
-    # Some constructed  links may be 404 TODO to check
     solr-docs-version: '${solr_version_major}.${solr_version_minor}'
     solr-full-version: '${solr_version}'
 
diff --git a/solr/solr-ref-guide/antora.yml b/solr/solr-ref-guide/antora.yml
index 2b665d9a810..96bd5732251 100644
--- a/solr/solr-ref-guide/antora.yml
+++ b/solr/solr-ref-guide/antora.yml
@@ -13,6 +13,11 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+# This file is autogenerated by the "setOfficialAntoraYaml" Gradle task, please do not edit manually.
+# Do not run this task outside of the release process on a release branch (branch_9_0, branch_10_2, etc.).
+# Feel free to run the task on unreleased branches (main, branch_9x, branch_10x) to update the dependency versions,
+# but there is usually no need besides more up-to-date nightly builds of the ref-guide.
+
 name: solr
 version: '9_2'
 display_version: '9.2-beta'
@@ -37,7 +42,6 @@ asciidoc:
     solr-javadocs: 'https://solr.apache.org/docs/9_2_0'
     lucene-javadocs: 'https://lucene.apache.org/core/9_4_0'
     java-javadocs: https://docs.oracle.com/en/java/javase/11/docs/api/java.base/
-    # Some constructed  links may be 404 TODO to check
     solr-docs-version: '9.2'
     solr-full-version: '9.2.0'
 
@@ -48,4 +52,4 @@ asciidoc:
     dep-version-opennlp: '1.9.4'
     dep-version-tika: '1.28.4'
     dep-version-zookeeper: '3.8.0'
-    dep-version-lucene: '9.3.0'
+    dep-version-lucene: '9.4.0'