From a2d687f78b0a6d8d62e902b7a4a01b1fe0efffff Mon Sep 17 00:00:00 2001 From: Josh Cummings <3627351+jzheaux@users.noreply.github.com> Date: Thu, 17 Jul 2025 15:29:43 -0600 Subject: [PATCH] Prepare for Publishing to Central --- .github/workflows/continuous-integration-workflow.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 11ca8b043f..db5eac1755 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -47,6 +47,7 @@ jobs: uses: spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@v1 with: should-deploy-artifacts: ${{ needs.build.outputs.should-deploy-artifacts }} + default-publish-milestones-central: true secrets: inherit deploy-docs: name: Deploy Docs @@ -69,7 +70,7 @@ jobs: with: should-perform-release: ${{ needs.deploy-artifacts.outputs.artifacts-deployed }} project-version: ${{ needs.deploy-artifacts.outputs.project-version }} - milestone-repo-url: https://repo.spring.io/artifactory/milestone + milestone-repo-url: https://repo1.maven.org/maven2 release-repo-url: https://repo1.maven.org/maven2 artifact-path: org/springframework/security/spring-security-core slack-announcing-id: spring-security-announcing