From 836de8f364ca52568ca5720fa1137133b016b266 Mon Sep 17 00:00:00 2001 From: Gering112 <45523369+Gering112@users.noreply.github.com> Date: Mon, 8 Sep 2025 14:11:41 -0400 Subject: [PATCH] Updated OSSH server to maven central --- .circleci/maven-release-settings.xml | 7 ++++++- riskified-sdk/pom.xml | 23 ++++++++++++++++++++--- 2 files changed, 26 insertions(+), 4 deletions(-) diff --git a/.circleci/maven-release-settings.xml b/.circleci/maven-release-settings.xml index c6a56b15..046022bd 100644 --- a/.circleci/maven-release-settings.xml +++ b/.circleci/maven-release-settings.xml @@ -1,9 +1,14 @@ - + + + central + ${env.MAVEN_CENTRAL_USERNAME} + ${env.MAVEN_CENTRAL_PASSWORD} diff --git a/riskified-sdk/pom.xml b/riskified-sdk/pom.xml index e1631224..4d74fad7 100644 --- a/riskified-sdk/pom.xml +++ b/riskified-sdk/pom.xml @@ -10,10 +10,18 @@ https://www.riskified.com - + + + central + https://central.sonatype.com/api/v1/publisher/deployments/ + + central + https://central.sonatype.com/api/v1/publisher/deployments/ + @@ -28,7 +36,7 @@ - + + + org.sonatype.central + central-publishing-maven-plugin + 0.8.0 + true + + central + + org.apache.maven.plugins