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

asf-gitbox-commits 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 51ed7e54b53 Add next minor version 9.12.0
51ed7e54b53 is described below

commit 51ed7e54b53203625a767773c84b187db23d56ec
Author: David Smiley <[email protected]>
AuthorDate: Wed Sep 9 20:38:21 2026 -0400

    Add next minor version 9.12.0
---
 build.gradle                                       |  2 +-
 .../apache/solr/client/api/util/SolrVersion.java   |  2 +-
 solr/solr-ref-guide/antora.yml                     | 26 +++++++++++-----------
 3 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/build.gradle b/build.gradle
index 0a1fdebb1e8..bf4fab9ecae 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.11.0'
+  String baseVersion = '9.12.0'
 
   // On a release explicitly set release version in one go:
   //  -Dversion.release=x.y.z
diff --git a/solr/api/src/java/org/apache/solr/client/api/util/SolrVersion.java 
b/solr/api/src/java/org/apache/solr/client/api/util/SolrVersion.java
index 1b02c9d263d..44ae184d3ba 100644
--- a/solr/api/src/java/org/apache/solr/client/api/util/SolrVersion.java
+++ b/solr/api/src/java/org/apache/solr/client/api/util/SolrVersion.java
@@ -29,7 +29,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.11.0";
+  public static final String LATEST_STRING = "9.12.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 cd411533437..f89ba9742e0 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_11'
-display_version: '9.11-beta'
+version: '9_12'
+display_version: '9.12-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: Apache Solr
@@ -39,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_11_0'
-    solr-javadocs: 'https://solr.apache.org/docs/9_11_0'
+    page-solr-javadocs: 'https://solr.apache.org/docs/9_12_0'
+    solr-javadocs: 'https://solr.apache.org/docs/9_12_0'
     lucene-javadocs: 'https://lucene.apache.org/core/9_12_3'
     java-javadocs: 
https://docs.oracle.com/en/java/javase/11/docs/api/java.base/
-    solr-docs-version: '9.11'
-    solr-full-version: '9.11.0'
+    solr-docs-version: '9.12'
+    solr-full-version: '9.12.0'
 
-    dep-version-commons-codec: '1.19.0'
-    dep-version-dropwizard: '4.2.26'
-    dep-version-hadoop: '3.4.1'
-    dep-version-log4j: '2.21.0'
+    dep-version-commons-codec: '1.22.1'
+    dep-version-dropwizard: '4.2.39'
+    dep-version-hadoop: '3.4.3'
+    dep-version-log4j: '2.26.1'
     dep-version-opennlp: '1.9.5'
-    dep-version-tika: '1.28.5'
-    dep-version-zookeeper: '3.9.4'
+    dep-version-tika: '3.3.2'
+    dep-version-zookeeper: '3.9.5'
     dep-version-lucene: '9.12.3'
-    dep-version-opentelemetry: '1.53.0'
+    dep-version-opentelemetry: '1.65.0'

Reply via email to