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

ishan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new 92aff6361c0 SOLR-17938: Switch to maven central for getting the cuVS 
artifacts (#3844)
92aff6361c0 is described below

commit 92aff6361c0a7b3d5a15f361675e84ade37e570e
Author: Vivek Narang <[email protected]>
AuthorDate: Fri Nov 7 12:53:34 2025 -0500

    SOLR-17938: Switch to maven central for getting the cuVS artifacts (#3844)
    
    * Removes SearchScale maven repository reference and update checksum
---
 gradle/globals.gradle                      | 9 ---------
 solr/licenses/cuvs-lucene-25.10.0.jar.sha1 | 2 +-
 2 files changed, 1 insertion(+), 10 deletions(-)

diff --git a/gradle/globals.gradle b/gradle/globals.gradle
index 83ed4ea7925..70aa7ef3ab5 100644
--- a/gradle/globals.gradle
+++ b/gradle/globals.gradle
@@ -25,15 +25,6 @@ allprojects {
   // Repositories to fetch dependencies from.
   repositories {
     mavenCentral()
-    // Note: The maven repository below is temorary and will be removed 
eventually.
-    maven {
-      name "SearchScale"
-      url "https://maven.searchscale.com/snapshots";
-      content {
-        // Only look for cuvs-lucene in SearchScale repo (not yet on Maven 
Central)
-        includeGroup "com.nvidia.cuvs.lucene"
-      }
-    }
     /* Reenable this if we need it again in future
     maven {
       name "LucenePrerelease${lucenePrereleaseBuild}"
diff --git a/solr/licenses/cuvs-lucene-25.10.0.jar.sha1 
b/solr/licenses/cuvs-lucene-25.10.0.jar.sha1
index 60bd5f8e97d..7401290cfe1 100644
--- a/solr/licenses/cuvs-lucene-25.10.0.jar.sha1
+++ b/solr/licenses/cuvs-lucene-25.10.0.jar.sha1
@@ -1 +1 @@
-735cac75bcf3b55763941cfd1e473dfcf47fbf97
+4be6b8c869886861f391522f8075ea121d38c722

Reply via email to