From b5dd85ffa824310ea1a7b3a75f91698741713e62 Mon Sep 17 00:00:00 2001 From: Mirko Sertic Date: Mon, 25 Nov 2024 22:17:55 +0100 Subject: [PATCH] Switched to Matomo analytics --- .mvn/settings.xml | 2 +- pom.xml | 19 ++++++++++--------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.mvn/settings.xml b/.mvn/settings.xml index cd975ae05..1fc6182d6 100644 --- a/.mvn/settings.xml +++ b/.mvn/settings.xml @@ -16,7 +16,7 @@ - central + ossrh ${env.SONATYPE_USERNAME} ${env.SONATYPE_PASSWORD} diff --git a/pom.xml b/pom.xml index ce5a370d0..7574ed542 100644 --- a/pom.xml +++ b/pom.xml @@ -183,13 +183,14 @@ - org.sonatype.central - central-publishing-maven-plugin - 0.6.0 + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.13 true - central - true + ossrh + https://s01.oss.sonatype.org/ + true @@ -245,12 +246,12 @@ - maven-snapshots - https://oss.sonatype.org/content/repositories/snapshots + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots - maven-releases - https://oss.sonatype.org/service/local/staging/deploy/maven2 + ossrh + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/