Skip to content

Commit c827efc

Browse files
Fixes #431 using updated Maven repository URLs of SonarType deployment
1 parent 9ded08c commit c827efc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deployment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,6 @@ Detailed documentation:\n
5454
https://tdf.github.io/odftoolkit/ReleaseNotes.html#release-${{ env.release_version }}\n
5555
\n
5656
Available via Maven repository:\n
57-
https://oss.sonatype.org/content/groups/public/org/odftoolkit/\n
57+
https://central.sonatype.com/artifact/org.odftoolkit/odfdom-java/${{ env.release_version }}/overview\n
58+
https://repo1.maven.org/maven2/org/odftoolkit/odfdom-java/${{ env.release_version }}/\n
5859
\n"

0 commit comments

Comments
 (0)