diff --git a/.github/workflows/core_snapshot.yml b/.github/workflows/core_snapshot.yml index fe9ea72..03f6466 100644 --- a/.github/workflows/core_snapshot.yml +++ b/.github/workflows/core_snapshot.yml @@ -24,7 +24,7 @@ with: java-version: '8' distribution: 'temurin' - server-id: ossrh + server-id: central server-username: MAVEN_USERNAME server-password: MAVEN_PASSWORD - name: Cache dependencies @@ -44,4 +44,3 @@ env: MAVEN_USERNAME: ${{secrets.OSSH_USERNAME}} MAVEN_PASSWORD: ${{secrets.OSSH_TOKEN}} - \ No newline at end of file diff --git a/.github/workflows/entraid_snapshot.yml b/.github/workflows/entraid_snapshot.yml index a820ef7..062cbec 100644 --- a/.github/workflows/entraid_snapshot.yml +++ b/.github/workflows/entraid_snapshot.yml @@ -25,7 +25,7 @@ with: java-version: '8' distribution: 'temurin' - server-id: ossrh + server-id: central server-username: MAVEN_USERNAME server-password: MAVEN_PASSWORD - name: Cache dependencies diff --git a/.github/workflows/version-and-release.yml b/.github/workflows/version-and-release.yml index 202fe8a..3310d48 100644 --- a/.github/workflows/version-and-release.yml +++ b/.github/workflows/version-and-release.yml @@ -24,7 +24,7 @@ jobs: with: java-version: '8' distribution: 'temurin' - server-id: ossrh + server-id: central server-username: MAVEN_USERNAME server-password: MAVEN_PASSWORD diff --git a/core/pom.xml b/core/pom.xml index e13bdfb..e1d0f3a 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -38,12 +38,20 @@ - scm:git:git@github.com:redis/redis-authx-core.git - scm:git:git@github.com:redis/redis-authx-core.git - scm:git:git@github.com:redis/redis-authx-core.git - redis-authx-core-${project.version} + scm:git:git@github.com:redis/jvm-redis-authx-entraid.git + scm:git:git@github.com:redis/jvm-redis-authx-entraid.git + https://github.com/redis/jvm-redis-authx-entraid/tree/main + + + redis + Redis Ltd. + Redis + https://redis.io + + + github redis.clients.authentication.core @@ -86,14 +94,14 @@ - - ossrh - https://oss.sonatype.org/content/repositories/snapshots - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ + central + https://central.sonatype.com/api/v1/publisher/deployments/upload/ + + central + https://central.sonatype.com/repository/maven-snapshots/ + @@ -182,14 +190,14 @@ 3.1.1 - org.sonatype.plugins - nexus-staging-maven-plugin - 1.7.0 + org.sonatype.central + central-publishing-maven-plugin + 0.8.0 true - ossrh - https://oss.sonatype.org/ - true + central + true + published diff --git a/entraid/pom.xml b/entraid/pom.xml index b8eede4..bd4eda2 100644 --- a/entraid/pom.xml +++ b/entraid/pom.xml @@ -38,12 +38,20 @@ - scm:git:git@github.com:redis/redis-authx-entraid.git - scm:git:git@github.com:redis/redis-authx-entraid.git - scm:git:git@github.com:redis/redis-authx-entraid.git - redis-authx-entraid-${project.version} + scm:git:git@github.com:redis/jvm-redis-authx-entraid.git + scm:git:git@github.com:redis/jvm-redis-authx-entraid.git + https://github.com/redis/jvm-redis-authx-entraid/tree/main + + + redis + Redis Ltd. + Redis + https://redis.io + + + github redis.clients.authentication.entraid @@ -99,14 +107,14 @@ - - ossrh - https://oss.sonatype.org/content/repositories/snapshots - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ + central + https://central.sonatype.com/api/v1/publisher/deployments/upload/ + + central + https://central.sonatype.com/repository/maven-snapshots/ + @@ -195,14 +203,14 @@ 3.1.1 - org.sonatype.plugins - nexus-staging-maven-plugin - 1.7.0 + org.sonatype.central + central-publishing-maven-plugin + 0.8.0 true - ossrh - https://oss.sonatype.org/ - true + central + true + published