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 2023/03/13 19:12:43 UTC

[solr] branch branch_9x updated: Add next minor version 9.3.0

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 aa976f80a14 Add next minor version 9.3.0
aa976f80a14 is described below

commit aa976f80a14642a4d7178c705d5971c7334cf573
Author: Houston Putman <ho...@apache.org>
AuthorDate: Mon Mar 13 15:12:37 2023 -0400

    Add next minor version 9.3.0
---
 build.gradle                                        |  2 +-
 .../src/java/org/apache/solr/util/SolrVersion.java  |  2 +-
 solr/solr-ref-guide/antora.yml                      | 21 +++++++++++----------
 3 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/build.gradle b/build.gradle
index 3edea114fe7..b9cd7e3535a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -37,7 +37,7 @@ apply from: file('gradle/globals.gradle')
 // Calculate project version:
 version = {
   // Release manager: update base version here after release:
-  String baseVersion = '9.2.0'
+  String baseVersion = '9.3.0'
 
   // On a release explicitly set release version in one go:
   //  -Dversion.release=x.y.z
diff --git a/solr/core/src/java/org/apache/solr/util/SolrVersion.java b/solr/core/src/java/org/apache/solr/util/SolrVersion.java
index d3cc2dacdaf..2390344bd33 100644
--- a/solr/core/src/java/org/apache/solr/util/SolrVersion.java
+++ b/solr/core/src/java/org/apache/solr/util/SolrVersion.java
@@ -30,7 +30,7 @@ public final class SolrVersion implements Comparable<SolrVersion> {
   private final Semver version;
 
   // This static variable should be bumped for each release
-  public static final String LATEST_STRING = "9.2.0";
+  public static final String LATEST_STRING = "9.3.0";
 
   /** This instance represents the current (latest) version of Solr. */
   public static final SolrVersion LATEST = SolrVersion.valueOf(LATEST_STRING);
diff --git a/solr/solr-ref-guide/antora.yml b/solr/solr-ref-guide/antora.yml
index 6301ff6791c..d3836a7e3db 100644
--- a/solr/solr-ref-guide/antora.yml
+++ b/solr/solr-ref-guide/antora.yml
@@ -19,8 +19,8 @@
 # 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'
+version: '9_3'
+display_version: '9.3-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
@@ -31,6 +31,7 @@ nav:
 - modules/indexing-guide/indexing-nav.adoc
 - modules/query-guide/querying-nav.adoc
 - modules/upgrade-notes/upgrade-nav.adoc
+- modules/how-to-contribute/how-to-contribute-nav.adoc
 
 # The asciidoc attributes must be the last entry in this file
 asciidoc:
@@ -38,19 +39,19 @@ asciidoc:
     idseparator: '-'
     idprefix: ''
     # 'patch-version' is the 'z' part of x.y.z semantic version
-    page-solr-javadocs: 'https://solr.apache.org/docs/9_2_0'
-    solr-javadocs: 'https://solr.apache.org/docs/9_2_0'
+    page-solr-javadocs: 'https://solr.apache.org/docs/9_3_0'
+    solr-javadocs: 'https://solr.apache.org/docs/9_3_0'
     lucene-javadocs: 'https://lucene.apache.org/core/9_4_2'
     java-javadocs: https://docs.oracle.com/en/java/javase/11/docs/api/java.base/
-    solr-docs-version: '9.2'
-    solr-full-version: '9.2.0'
+    solr-docs-version: '9.3'
+    solr-full-version: '9.3.0'
 
     dep-version-commons-codec: '1.15'
-    dep-version-dropwizard: '4.2.12'
+    dep-version-dropwizard: '4.2.17'
     dep-version-hadoop: '3.3.4'
-    dep-version-log4j: '2.19.0'
+    dep-version-log4j: '2.20.0'
     dep-version-opennlp: '1.9.4'
-    dep-version-tika: '1.28.4'
-    dep-version-zookeeper: '3.8.0'
+    dep-version-tika: '1.28.5'
+    dep-version-zookeeper: '3.8.1'
     dep-version-lucene: '9.4.2'
     dep-version-opentelemetry: '1.21.0'
\ No newline at end of file