From 9e72610cfd498873dc4becb666ac36fb64dc11c0 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Wed, 6 Aug 2025 07:52:59 +0000 Subject: [PATCH] chore: update maven dependencies --- scripts/publish-config.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/publish-config.gradle b/scripts/publish-config.gradle index 299c6c4..5934f92 100644 --- a/scripts/publish-config.gradle +++ b/scripts/publish-config.gradle @@ -30,8 +30,8 @@ nexusPublishing { stagingProfileId = sonatypeStagingProfileId username = ossrhUsername password = ossrhPassword - nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/")) - snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")) + nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/")) + snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/")) } } } \ No newline at end of file