From ef01b8cc1dbde03179744b14a6f0929ce3788bc7 Mon Sep 17 00:00:00 2001 From: Gal Ovadia Date: Sun, 1 Mar 2026 17:10:40 -0500 Subject: [PATCH 1/3] fix CI Signed-off-by: Gal Ovadia Signed-off-by: Gal Ovadia --- .circleci/settings-snapshots.xml | 2 +- .circleci/settings.xml | 2 +- pom.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/settings-snapshots.xml b/.circleci/settings-snapshots.xml index c3a3e084a..407e34679 100644 --- a/.circleci/settings-snapshots.xml +++ b/.circleci/settings-snapshots.xml @@ -13,7 +13,7 @@ sonatype-nexus-snapshots - https://oss.sonatype.org/content/repositories/snapshots + https://central.sonatype.com/repository/maven-snapshots/ default false diff --git a/.circleci/settings.xml b/.circleci/settings.xml index 90a232264..a0c499c6e 100644 --- a/.circleci/settings.xml +++ b/.circleci/settings.xml @@ -18,7 +18,7 @@ sonatype-staging - https://oss.sonatype.org/service/local/staging/deploy/maven2/ + https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/ default true diff --git a/pom.xml b/pom.xml index a1cb671ae..09dedc151 100644 --- a/pom.xml +++ b/pom.xml @@ -105,7 +105,7 @@ sonatype-nexus-snapshots - https://oss.sonatype.org/content/repositories/snapshots + https://central.sonatype.com/repository/maven-snapshots/ @@ -226,7 +226,7 @@ true sonatype-nexus-staging - https://oss.sonatype.org/ + https://ossrh-staging-api.central.sonatype.com/service/local/ true 20 From 67a1aef6f4cfa361dfb6139fb1506827968d3039 Mon Sep 17 00:00:00 2001 From: Gal Ovadia Date: Sun, 1 Mar 2026 17:10:40 -0500 Subject: [PATCH 2/3] fix CI Signed-off-by: Gal Ovadia Signed-off-by: Gal Ovadia --- .circleci/settings-snapshots.xml | 2 +- .circleci/settings.xml | 2 +- pom.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/settings-snapshots.xml b/.circleci/settings-snapshots.xml index c3a3e084a..407e34679 100644 --- a/.circleci/settings-snapshots.xml +++ b/.circleci/settings-snapshots.xml @@ -13,7 +13,7 @@ sonatype-nexus-snapshots - https://oss.sonatype.org/content/repositories/snapshots + https://central.sonatype.com/repository/maven-snapshots/ default false diff --git a/.circleci/settings.xml b/.circleci/settings.xml index 90a232264..a0c499c6e 100644 --- a/.circleci/settings.xml +++ b/.circleci/settings.xml @@ -18,7 +18,7 @@ sonatype-staging - https://oss.sonatype.org/service/local/staging/deploy/maven2/ + https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/ default true diff --git a/pom.xml b/pom.xml index a1cb671ae..09dedc151 100644 --- a/pom.xml +++ b/pom.xml @@ -105,7 +105,7 @@ sonatype-nexus-snapshots - https://oss.sonatype.org/content/repositories/snapshots + https://central.sonatype.com/repository/maven-snapshots/ @@ -226,7 +226,7 @@ true sonatype-nexus-staging - https://oss.sonatype.org/ + https://ossrh-staging-api.central.sonatype.com/service/local/ true 20 From 7281c89c8dc323c42b806cc3a08839fb30a9c073 Mon Sep 17 00:00:00 2001 From: Gal Ovadia Date: Tue, 3 Mar 2026 10:02:08 -0500 Subject: [PATCH 3/3] fix Signed-off-by: Gal Ovadia --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 09dedc151..5f1d5a38e 100644 --- a/pom.xml +++ b/pom.xml @@ -226,7 +226,7 @@ true sonatype-nexus-staging - https://ossrh-staging-api.central.sonatype.com/service/local/ + https://ossrh-staging-api.central.sonatype.com/ true 20