Skip to content

Commit 3e5caaa

Browse files
committed
Fix nexusUrl - use base URL without path suffix
1 parent 2405d50 commit 3e5caaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@
485485
<extensions>true</extensions>
486486
<configuration>
487487
<serverId>ossrh</serverId>
488-
<nexusUrl>https://ossrh-staging-api.central.sonatype.com/service/local/</nexusUrl>
488+
<nexusUrl>https://ossrh-staging-api.central.sonatype.com</nexusUrl>
489489
<autoReleaseAfterClose>true</autoReleaseAfterClose>
490490
</configuration>
491491
</plugin>

0 commit comments

Comments
 (0)