From 679f7611e3748411d8580a4303ef6f481a73e90c Mon Sep 17 00:00:00 2001 From: Simon Welsch Date: Wed, 14 May 2025 12:59:42 +0200 Subject: [PATCH] chore(INF-143): migrate deployment to central portal --- .github/workflows/continuous-delivery.yml | 2 +- .maven.xml | 4 ++-- pom.xml | 20 ++++++++++---------- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index cadb6d9..885c3fa 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -13,7 +13,7 @@ jobs: env: # This will suppress any download for dependencies and plugins or upload messages which would clutter the console log. # `showDateTime` will show the passed time in milliseconds. You need to specify `--batch-mode` to make this work. - MAVEN_OPTS: "-Dhttps.protocols=TLSv1.2 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=WARN -Dorg.slf4j.simpleLogger.showDateTime=true -Djava.awt.headless=true" + MAVEN_OPTS: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=WARN -Dorg.slf4j.simpleLogger.showDateTime=true -Djava.awt.headless=true" # As of Maven 3.3.0 instead of this you may define these options in `.mvn/maven.config` so the same config is used # when running from the command line. # `installAtEnd` and `deployAtEnd` are only effective with recent version of the corresponding plugins. diff --git a/.maven.xml b/.maven.xml index 5a5f1fb..912cd22 100644 --- a/.maven.xml +++ b/.maven.xml @@ -4,7 +4,7 @@ - ossrh + central ${env.SONATYPE_USERNAME} ${env.SONATYPE_PASSWORD} @@ -12,7 +12,7 @@ - ossrh + central true diff --git a/pom.xml b/pom.xml index f0703b5..6c20d98 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ ${version.java} ${version.java} - 3.4.4 + 3.4.5 @@ -87,7 +87,7 @@ maven-surefire-plugin - 3.2.5 + 3.5.3 @@ -114,14 +114,14 @@ - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.13 + org.sonatype.central + central-publishing-maven-plugin + 0.7.0 true - ossrh - https://s01.oss.sonatype.org/ - true + central + true + uploaded @@ -143,7 +143,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.6.3 + 3.11.2 attach-javadocs @@ -158,7 +158,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.2.3 + 3.2.6 sign-artifacts