From dc8eaa3208000f19f3f83c1f061402715a21f954 Mon Sep 17 00:00:00 2001 From: Siebe Krijgsman Date: Wed, 3 Sep 2025 09:19:08 +0200 Subject: [PATCH 1/2] Changed Sonatype plugin to the one currently recommended --- .mvn/local-settings.xml | 2 +- pom.xml | 14 +++++--------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/.mvn/local-settings.xml b/.mvn/local-settings.xml index 84b37cf..07a451e 100644 --- a/.mvn/local-settings.xml +++ b/.mvn/local-settings.xml @@ -6,7 +6,7 @@ - ossrh + central ${env.OSSRH_USERNAME} ${env.OSSRH_PASSWORD} diff --git a/pom.xml b/pom.xml index af90018..ada9def 100644 --- a/pom.xml +++ b/pom.xml @@ -48,13 +48,13 @@ - org.sonatype.plugins - nexus-staging-maven-plugin + org.sonatype.central + central-publishing-maven-plugin + 0.8.0 true - ossrh - https://s01.oss.sonatype.org/ - true + central + ${version} @@ -229,9 +229,5 @@ ossrh https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ - - ossrh - https://s01.oss.sonatype.org/content/repositories/snapshots - From 212941f79c2f0ca0478f3df5c19ec3e3f84f7177 Mon Sep 17 00:00:00 2001 From: Siebe Krijgsman Date: Wed, 3 Sep 2025 09:21:11 +0200 Subject: [PATCH 2/2] Bumped version to latest in Maven cenrtral --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2e2ed1..4cd5dd1 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This library is available on Maven Central. Use the following information to inc com.riscure trsfile - 2.2.6 + 2.2.7 #### Basic