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/17 15:22:42 UTC

[solr] branch branch_9x updated: Fix antora.yaml for branch_9x

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 972a32b9be5 Fix antora.yaml for branch_9x
972a32b9be5 is described below

commit 972a32b9be5bb935c2dd82122f237c0d1b87095c
Author: Houston Putman <ho...@apache.org>
AuthorDate: Mon Oct 17 11:22:31 2022 -0400

    Fix antora.yaml for branch_9x
---
 solr/solr-ref-guide/antora.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/solr/solr-ref-guide/antora.yml b/solr/solr-ref-guide/antora.yml
index 5b285261054..8cb584e0fed 100644
--- a/solr/solr-ref-guide/antora.yml
+++ b/solr/solr-ref-guide/antora.yml
@@ -14,8 +14,8 @@
 # limitations under the License.
 
 name: solr
-version: '9_1'
-display_version: '9.1-beta'
+version: '9_2'
+display_version: '9.2-beta'
 # Marking a version as 'prerelease: false' is only needed for published branches (minor version branches, branch_x_y, that have had a release)
 prerelease: -beta
 title: Solr Reference Guide
@@ -33,13 +33,13 @@ asciidoc:
     idseparator: '-'
     idprefix: ''
     # 'patch-version' is the 'z' part of x.y.z semantic version
-    page-solr-javadocs: 'https://solr.apache.org/docs/9_1_0'
-    solr-javadocs: 'https://solr.apache.org/docs/9_1_0'
+    page-solr-javadocs: 'https://solr.apache.org/docs/9_2_0'
+    solr-javadocs: 'https://solr.apache.org/docs/9_2_0'
     lucene-javadocs: 'https://lucene.apache.org/core/9_3_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.1'
-    solr-full-version: '9.1.0'
+    solr-docs-version: '9.2'
+    solr-full-version: '9.2.0'
 
     dep-version-commons-codec: '1.15'
     dep-version-dropwizard: '4.1.5'