This is an automated email from the ASF dual-hosted git repository.
janhoy 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 4b1b7df7b28 Add next minor version 9.11.0
4b1b7df7b28 is described below
commit 4b1b7df7b28eb95fa3c32291a230ebeb727308dc
Author: Jan Høydahl <[email protected]>
AuthorDate: Thu Oct 30 09:43:05 2025 +0100
Add next minor version 9.11.0
---
build.gradle | 2 +-
.../org/apache/solr/client/api/util/SolrVersion.java | 2 +-
solr/solr-ref-guide/antora.yml | 20 ++++++++++----------
3 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/build.gradle b/build.gradle
index e9cdaf4cd98..da3931e43dd 100644
--- a/build.gradle
+++ b/build.gradle
@@ -38,7 +38,7 @@ apply from: file('gradle/globals.gradle')
// Calculate project version:
version = {
// Release manager: update base version here after release:
- String baseVersion = '9.10.0'
+ String baseVersion = '9.11.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 a2cf5624cbf..1b02c9d263d 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.10.0";
+ public static final String LATEST_STRING = "9.11.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 bc97ed9a0e0..7160c10f4db 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_10'
-display_version: '9.10-beta'
+version: '9_11'
+display_version: '9.11-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
@@ -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_10_0'
- solr-javadocs: 'https://solr.apache.org/docs/9_10_0'
+ page-solr-javadocs: 'https://solr.apache.org/docs/9_11_0'
+ solr-javadocs: 'https://solr.apache.org/docs/9_11_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.10'
- solr-full-version: '9.10.0'
+ solr-docs-version: '9.11'
+ solr-full-version: '9.11.0'
- dep-version-commons-codec: '1.17.1'
+ dep-version-commons-codec: '1.19.0'
dep-version-dropwizard: '4.2.26'
- dep-version-hadoop: '3.4.0'
+ dep-version-hadoop: '3.4.1'
dep-version-log4j: '2.21.0'
dep-version-opennlp: '1.9.4'
dep-version-tika: '1.28.5'
- dep-version-zookeeper: '3.9.2'
+ dep-version-zookeeper: '3.9.4'
dep-version-lucene: '9.12.3'
- dep-version-opentelemetry: '1.40.0'
+ dep-version-opentelemetry: '1.53.0'