From e93931b651e73797a1c9967cb7c64084280c44cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Dywicki?= Date: Sat, 26 Jul 2025 19:28:59 +0400 Subject: [PATCH 1/3] Switch to sonatype central publishing portal. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ɓukasz Dywicki --- .github/workflows/release.yml | 2 +- pom.xml | 15 ++++++++++++--- 2 files changed, 13 insertions(+), 4 deletions(-) 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..0d5f470 100644 --- a/pom.xml +++ b/pom.xml @@ -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 + + From 735f55de60b146f5302b8e7d7dafc946b2221ed5 Mon Sep 17 00:00:00 2001 From: ConnectorIO Bot Date: Sat, 26 Jul 2025 16:11:32 +0000 Subject: [PATCH 2/3] [maven-release-plugin] prepare release 6 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 0d5f470..abf5670 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ org.thing4 parent - 6-SNAPSHOT + 6 Thing4 | Parent pom @@ -57,7 +57,7 @@ scm:git:git@github.com:thingfour/parent.git scm:git:git@github.com:thingfour/parent.git https://github.com/thingfour/parent - HEAD + 6 From 755b7b541e879945193a96043b2c0060a3d6de22 Mon Sep 17 00:00:00 2001 From: ConnectorIO Bot Date: Sat, 26 Jul 2025 16:11:34 +0000 Subject: [PATCH 3/3] [maven-release-plugin] prepare for next development iteration --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index abf5670..c0fe646 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ org.thing4 parent - 6 + 7-SNAPSHOT Thing4 | Parent pom @@ -57,7 +57,7 @@ scm:git:git@github.com:thingfour/parent.git scm:git:git@github.com:thingfour/parent.git https://github.com/thingfour/parent - 6 + HEAD