This is an automated email from the ASF dual-hosted git repository.
gerlowskija pushed a commit to branch branch_9_10
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9_10 by this push:
new 14ef0d9eed0 Add next bugfix version 9.10.2
14ef0d9eed0 is described below
commit 14ef0d9eed0542c6992b7314c40993e5acddfb9d
Author: Jason Gerlowski <[email protected]>
AuthorDate: Tue Jan 20 11:36:21 2026 -0500
Add next bugfix version 9.10.2
---
build.gradle | 2 +-
solr/api/src/java/org/apache/solr/client/api/util/SolrVersion.java | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index 3de05f16be2..694d0748fec 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.1'
+ String baseVersion = '9.10.2'
// 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 5bc1ac5d946..56ce9ac0f54 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.1";
+ public static final String LATEST_STRING = "9.10.2";
/** This instance represents the current (latest) version of Solr. */
public static final SolrVersion LATEST = SolrVersion.valueOf(LATEST_STRING);