From 6fa1a5c42880b66128e9f5bd47b1e6eaa841469d Mon Sep 17 00:00:00 2001 From: Julien Ponge Date: Fri, 6 Oct 2023 12:12:58 +0200 Subject: [PATCH 1/2] Use oss.sonatype as the Sonatype repository id This reduces friction while moving all projects to the new s01.oss.sonatype.org server. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 17031a5..b86a344 100644 --- a/pom.xml +++ b/pom.xml @@ -96,11 +96,11 @@ - ossrh + oss.sonatype https://s01.oss.sonatype.org/content/repositories/snapshots/ - ossrh + oss.sonatype https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ From e65001c3c30964366ba97fc4b2b315c93900fa95 Mon Sep 17 00:00:00 2001 From: Julien Ponge Date: Fri, 6 Oct 2023 12:14:16 +0200 Subject: [PATCH 2/2] Release version 42 --- .github/project.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/project.yml b/.github/project.yml index 6da6dd4..ab9579c 100644 --- a/.github/project.yml +++ b/.github/project.yml @@ -1,4 +1,4 @@ name: SmallRye Parent release: - current-version: 41 - next-version: 42-SNAPSHOT + current-version: 42 + next-version: 43-SNAPSHOT