diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f29f464..7b77d4d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: CI_RELEASE_PASSWORD: ${{ secrets.CI_RELEASE_PASSWORD }} with: openhab: false - server_id: 'sonatype-nexus-staging-s01' + server_id: 'central' release_version: ${{ inputs.release_version }} development_version: ${{ inputs.development_version }} perform_version: ${{ inputs.perform_version }} diff --git a/pom.xml b/pom.xml index 1ca3a96..c0fe646 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ org.thing4 parent - 6-SNAPSHOT + 7-SNAPSHOT Thing4 | Parent pom @@ -94,9 +94,9 @@ Thing4 Snapshots https://repository.connectorio.cloud/repository/thing4-snapshots/ - sonatype-nexus-staging-s01 - Sonatype Central Synchronisation (S01) - https://s01.oss.sonatype.org/service/local/staging/deploy/maven2 + central + Sonatype Central Publishing Portal + https://central.sonatype.com github.com GitHub Pages @@ -304,6 +304,15 @@ @{project.version} + + org.sonatype.central + central-publishing-maven-plugin + 0.8.0 + true + + central + +