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

stillalex 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 bc0c6a7e88e Add next minor version 9.5.0
bc0c6a7e88e is described below

commit bc0c6a7e88e50742f00c35aa066bd6475d5f3f3d
Author: Alex Deparvu <[email protected]>
AuthorDate: Tue Oct 3 10:52:03 2023 -0700

    Add next minor version 9.5.0
---
 build.gradle                                       |  2 +-
 dev-tools/scripts/addVersion.py                    |  4 ++--
 solr/CHANGES.txt                                   | 25 ++++++++++++++++++++++
 .../apache/solr/client/api/util/SolrVersion.java   |  2 +-
 solr/solr-ref-guide/antora.yml                     | 24 ++++++++++-----------
 5 files changed, 41 insertions(+), 16 deletions(-)

diff --git a/build.gradle b/build.gradle
index 6be718db7e7..d379a9d9562 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.4.0'
+  String baseVersion = '9.5.0'
 
   // On a release explicitly set release version in one go:
   //  -Dversion.release=x.y.z
diff --git a/dev-tools/scripts/addVersion.py b/dev-tools/scripts/addVersion.py
index 30964b72dcf..53a5f02e777 100755
--- a/dev-tools/scripts/addVersion.py
+++ b/dev-tools/scripts/addVersion.py
@@ -44,7 +44,7 @@ def update_changes(filename, new_version, init_changes, 
headers):
   print('done' if changed else 'uptodate')
 
 def update_solrversion_class(new_version):
-  filename = 'solr/core/src/java/org/apache/solr/util/SolrVersion.java'
+  filename = 
'solr/api/src/java/org/apache/solr/client/api/util/SolrVersion.java'
   print('  changing version to %s...' % new_version.dot, end='', flush=True)
   constant_prefix = 'public static final String LATEST_STRING = "(.*?)"'
   matcher = re.compile(constant_prefix)
@@ -104,7 +104,7 @@ def update_solrconfig(filename, matcher, new_version):
 
 def check_solr_version_class_tests():
   print('  checking solr version tests...', end='', flush=True)
-  run('./gradlew -p solr/core test --tests TestSolrVersion')
+  run('./gradlew -p solr/api test --tests TestSolrVersion')
   print('ok')
 
 def check_lucene_match_version_tests():
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index c8bb3f212a0..12f4f7c2a2a 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -5,6 +5,31 @@ Most people will find the solr-upgrade-notes.adoc file more 
approachable.
 
https://github.com/apache/solr/blob/main/solr/solr-ref-guide/modules/upgrade-notes/pages/solr-upgrade-notes.adoc
 
 
+==================  9.5.0 ==================
+New Features
+---------------------
+(No changes)
+
+Improvements
+---------------------
+(No changes)
+
+Optimizations
+---------------------
+(No changes)
+
+Bug Fixes
+---------------------
+(No changes)
+
+Dependency Upgrades
+---------------------
+(No changes)
+
+Other Changes
+---------------------
+(No changes)
+
 ==================  9.4.0 ==================
 New Features
 ---------------------
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 0a8b3e3b367..e49aa31ff93 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.4.0";
+  public static final String LATEST_STRING = "9.5.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 f015eb1dd95..c3c4609c71e 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_4'
-display_version: '9.4-beta'
+version: '9_5'
+display_version: '9.5-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_4_0'
-    solr-javadocs: 'https://solr.apache.org/docs/9_4_0'
-    lucene-javadocs: 'https://lucene.apache.org/core/9_7_0'
+    page-solr-javadocs: 'https://solr.apache.org/docs/9_5_0'
+    solr-javadocs: 'https://solr.apache.org/docs/9_5_0'
+    lucene-javadocs: 'https://lucene.apache.org/core/9_8_0'
     java-javadocs: 
https://docs.oracle.com/en/java/javase/11/docs/api/java.base/
-    solr-docs-version: '9.4'
-    solr-full-version: '9.4.0'
+    solr-docs-version: '9.5'
+    solr-full-version: '9.5.0'
 
-    dep-version-commons-codec: '1.15'
-    dep-version-dropwizard: '4.2.19'
+    dep-version-commons-codec: '1.16.0'
+    dep-version-dropwizard: '4.2.20'
     dep-version-hadoop: '3.3.5'
     dep-version-log4j: '2.20.0'
     dep-version-opennlp: '1.9.4'
     dep-version-tika: '1.28.5'
-    dep-version-zookeeper: '3.8.1'
-    dep-version-lucene: '9.7.0'
-    dep-version-opentelemetry: '1.21.0'
\ No newline at end of file
+    dep-version-zookeeper: '3.9.0'
+    dep-version-lucene: '9.8.0'
+    dep-version-opentelemetry: '1.30.1'

Reply via email to