You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by cp...@apache.org on 2024/02/08 12:23:38 UTC

(solr) branch branch_9x updated: dev-docs + help: try-and-tweak 'Solr X Lucene' docs (#2223)

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

cpoerschke 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 2bae727cba8 dev-docs + help: try-and-tweak 'Solr X Lucene' docs (#2223)
2bae727cba8 is described below

commit 2bae727cba8a8be785c896b1bfa8ce6bd8d1d150
Author: Christine Poerschke <cp...@apache.org>
AuthorDate: Thu Feb 8 12:19:59 2024 +0000

    dev-docs + help: try-and-tweak 'Solr X Lucene' docs (#2223)
    
    (cherry picked from commit ded24da90e97fc7fb10c12ef49ec1ad74d0b4efc)
    
    Resolved Conflicts:
            dev-docs/dependency-upgrades.adoc
---
 dev-docs/lucene-upgrade.md | 4 ++++
 help/dependencies.txt      | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-docs/lucene-upgrade.md b/dev-docs/lucene-upgrade.md
index 9ff683a4cb9..c9ee1a27802 100644
--- a/dev-docs/lucene-upgrade.md
+++ b/dev-docs/lucene-upgrade.md
@@ -80,3 +80,7 @@ gradlew test
 
 Push the local branch to github (fork) and open a pull request.
 
+## Looking for something else?
+
+Thanks for reading these upgrade steps! But perhaps you were looking for information on trying out prerelease Lucene changes or joint local Solr and Lucene development? If so then please see the 'Update Lucene prerelease' and 'Lucene local dependency substitution' sections in the [help/dependencies.txt](../help/dependencies.txt) documentation.
+
diff --git a/help/dependencies.txt b/help/dependencies.txt
index 8cd78b72334..c1c81c560b0 100644
--- a/help/dependencies.txt
+++ b/help/dependencies.txt
@@ -102,7 +102,7 @@ If you want to upgrade Lucene to a newer build proceed like the following:
   prefixed by '#')
 - Edit ./versions.props and change Lucene's version to '9.0.0-prereleaseX',
   with 'X' is the jenkins build number
-- Edit ./gradle/defaults.gradle and change jenkins build number, too
+- Edit ./gradle/globals.gradle and change jenkins build number, too
   (this directs the repository to the one created by latest build):
     def lucenePrereleaseBuild = 'X'
 - Run: gradlew --write-locks (as described before)
@@ -134,7 +134,7 @@ Local Maven repository Lucene artifacts (for use with the
 "-Plucene.dev.version" project property) may be created by running the
 following command from within a local Lucene project:
 
-  gradlew mavenToLocalRepo
+  gradlew mavenToLocal
 
 As is the case with project properties generally, the relevant properties
 can be invoked on the command line, or configured via the gradle.properties