From b30a0b12c05e6d57ca5571b8ec28ef771fee2603 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Dywicki?= Date: Tue, 30 Jan 2024 12:29:13 +0100 Subject: [PATCH] Change maven repository server to sonatype oss s01. --- .github/workflows/release.yml | 1 + pom.xml | 37 +++-------------------------------- 2 files changed, 4 insertions(+), 34 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f887a91..199c17f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,6 +29,7 @@ jobs: CI_RELEASE_PASSWORD: ${{ secrets.CI_RELEASE_PASSWORD }} with: openhab: false + server_id: 'sonatype-nexus-staging-s01' release_version: ${{ inputs.release_version }} development_version: ${{ inputs.development_version }} perform_version: ${{ inputs.perform_version }} diff --git a/pom.xml b/pom.xml index 5d6580e..e4b7ee5 100644 --- a/pom.xml +++ b/pom.xml @@ -94,9 +94,9 @@ Thing4 Snapshots https://repository.connectorio.cloud/repository/thing4-snapshots/ - sonatype-nexus-staging - Sonatype Central Synchronisation - https://oss.sonatype.org/service/local/staging/deploy/maven2 + sonatype-nexus-staging-s01 + Sonatype Central Synchronisation (S01) + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2 github.com GitHub Pages @@ -105,7 +105,6 @@ 3.4.3 1.12.0 3.1.0 - 0.3.0 @@ -260,15 +259,6 @@ build-helper-maven-plugin ${mojohaus-buildhelper-plugin.version} - - org.sonatype.central - central-publishing-maven-plugin - ${central-publishing-maven-plugin.version} - - sonatype-central - true - - @@ -477,27 +467,6 @@ - - release-sonatype-central - - - - release - true - - - - - - - org.sonatype.central - central-publishing-maven-plugin - true - - - - - site