From 33e3e98bb72fe2036532d0fed202420d57fc8d86 Mon Sep 17 00:00:00 2001 From: David Kornel Date: Fri, 12 Jul 2024 11:16:04 +0200 Subject: [PATCH] Rename publish profile for sonatype to central (#134) ## Description Rename profile to correct naming of sonatype central ## Type of Change Please delete options that are not relevant. * Rename maven profile Signed-off-by: David Kornel --- .github/scripts/push-to-nexus.sh | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/scripts/push-to-nexus.sh b/.github/scripts/push-to-nexus.sh index df80cc3..e4dbc7d 100755 --- a/.github/scripts/push-to-nexus.sh +++ b/.github/scripts/push-to-nexus.sh @@ -5,7 +5,7 @@ export GPG_TTY=$(tty) echo $GPG_SIGNING_KEY | base64 -d > signing.gpg gpg --batch --import signing.gpg -GPG_EXECUTABLE=gpg ./mvnw -DskipTests -s ./.github/scripts/settings.xml -P ossrh clean deploy +GPG_EXECUTABLE=gpg ./mvnw -DskipTests -s ./.github/scripts/settings.xml -P central-sonatype clean deploy rm -rf signing.gpg gpg --delete-keys diff --git a/pom.xml b/pom.xml index 4be2077..e1cade4 100644 --- a/pom.xml +++ b/pom.xml @@ -392,7 +392,7 @@ - ossrh + central-sonatype false