From c827efc41c5941671eb9cd96a9ae091eb974d93b Mon Sep 17 00:00:00 2001 From: Svante Schubert Date: Sat, 7 Feb 2026 10:30:17 +0100 Subject: [PATCH] Fixes #431 using updated Maven repository URLs of SonarType deployment --- .github/workflows/deployment.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 47ce062eb..0a5c9448e 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -54,5 +54,6 @@ Detailed documentation:\n https://tdf.github.io/odftoolkit/ReleaseNotes.html#release-${{ env.release_version }}\n \n Available via Maven repository:\n -https://oss.sonatype.org/content/groups/public/org/odftoolkit/\n +https://central.sonatype.com/artifact/org.odftoolkit/odfdom-java/${{ env.release_version }}/overview\n +https://repo1.maven.org/maven2/org/odftoolkit/odfdom-java/${{ env.release_version }}/\n \n"