From bb4e1e9cb289b942e5d0064dc0d944cfeb5c58e8 Mon Sep 17 00:00:00 2001 From: Hjort Date: Thu, 25 Jan 2024 13:20:08 +0100 Subject: [PATCH] Use new repo --- .github/workflows/deploy-android.yml | 4 ++-- concordium-android-sdk/pom.xml | 7 +------ 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/deploy-android.yml b/.github/workflows/deploy-android.yml index cd2898019..f2543b35d 100644 --- a/.github/workflows/deploy-android.yml +++ b/.github/workflows/deploy-android.yml @@ -47,8 +47,8 @@ jobs: distribution: 'temurin' java-version: '8' server-id: ossrh # Value of the distributionManagement/repository/id field of the pom.xml - server-username: MAVEN_USERNAME # env variable for username in deploy - server-password: MAVEN_PASSWORD # env variable for token in deploy + server-username: ${{ secrets.SONATYPE_USR }} # env variable for username in deploy + server-password: ${{ secrets.SONATYPE_PWD }} # env variable for token in deploy gpg-private-key: ${{ secrets.SONATYPE_PKEY }} # Value of the GPG private key to import - name: Publish package to central maven repository run: cd concordium-android-sdk && mvn --batch-mode deploy diff --git a/concordium-android-sdk/pom.xml b/concordium-android-sdk/pom.xml index e3fbeb822..98c0efe0b 100644 --- a/concordium-android-sdk/pom.xml +++ b/concordium-android-sdk/pom.xml @@ -19,11 +19,6 @@ - - com.concordium.sdk - concordium-sdk - 6.0.1 - io.grpc grpc-protobuf @@ -207,7 +202,7 @@ ossrh Central Repository OSSRH - https://oss.sonatype.org/service/local/staging/deploy/maven2/ + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ \ No newline at end of file