You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by is...@apache.org on 2022/09/27 05:59:01 UTC

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

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

ishan 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 d78773a06c6 Add next minor version 9.2.0
d78773a06c6 is described below

commit d78773a06c67c8fd98f4f473138e572f8877ea15
Author: Ishan Chattopadhyaya <is...@apache.org>
AuthorDate: Tue Sep 27 11:28:48 2022 +0530

    Add next minor version 9.2.0
---
 build.gradle                                        |  2 +-
 solr/CHANGES.txt                                    | 21 +++++++++++++++++++++
 .../src/java/org/apache/solr/util/SolrVersion.java  |  2 +-
 solr/solr-ref-guide/antora.yml                      | 12 ++++++------
 4 files changed, 29 insertions(+), 8 deletions(-)

diff --git a/build.gradle b/build.gradle
index f61033a6d2f..eb7ec5f9faf 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.1.0'
+  String baseVersion = '9.2.0'
 
   // On a release explicitly set release version in one go:
   //  -Dversion.release=x.y.z
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 2defd599846..716f74a32c1 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -4,6 +4,27 @@ This file lists Solr's raw release notes with details of every change to Solr.
 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.2.0 ==================
+New Features
+---------------------
+(No changes)
+
+Improvements
+---------------------
+(No changes)
+
+Optimizations
+---------------------
+(No changes)
+
+Bug Fixes
+---------------------
+(No changes)
+
+Other Changes
+---------------------
+(No changes)
+
 ==================  9.1.0 ==================
 
 New Features
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 7efde20935f..77bedd5c05e 100644
--- a/solr/core/src/java/org/apache/solr/util/SolrVersion.java
+++ b/solr/core/src/java/org/apache/solr/util/SolrVersion.java
@@ -32,7 +32,7 @@ public final class SolrVersion implements Comparable<SolrVersion> {
   private final Version version;
 
   // This static variable should be bumped for each release
-  private static final String LATEST_STRING = "9.1.0";
+  private static final String LATEST_STRING = "9.2.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 2bdbf2eae12..5b285261054 100644
--- a/solr/solr-ref-guide/antora.yml
+++ b/solr/solr-ref-guide/antora.yml
@@ -35,7 +35,7 @@ asciidoc:
     # 'patch-version' is the 'z' part of x.y.z semantic version
     page-solr-javadocs: 'https://solr.apache.org/docs/9_1_0'
     solr-javadocs: 'https://solr.apache.org/docs/9_1_0'
-    lucene-javadocs: 'https://lucene.apache.org/core/9_1_0'
+    lucene-javadocs: 'https://lucene.apache.org/core/9_3_0'
     java-javadocs: https://docs.oracle.com/en/java/javase/11/docs/api/java.base/
     # Some constructed  links may be 404 TODO to check
     solr-docs-version: '9.1'
@@ -43,9 +43,9 @@ asciidoc:
 
     dep-version-commons-codec: '1.15'
     dep-version-dropwizard: '4.1.5'
-    dep-version-hadoop: '3.3.2'
-    dep-version-log4j: '2.17.1'
+    dep-version-hadoop: '3.3.4'
+    dep-version-log4j: '2.17.2'
     dep-version-opennlp: '1.9.4'
-    dep-version-tika: '1.28.1'
-    dep-version-zookeeper: '3.7.0'
-    dep-version-lucene: '9.1.0'
+    dep-version-tika: '1.28.4'
+    dep-version-zookeeper: '3.8.0'
+    dep-version-lucene: '9.3.0'