Skip to content

Commit ab4b0fc

Browse files
committed
Fix for deployment
1 parent c8ce0d4 commit ab4b0fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@
332332
<extensions>true</extensions>
333333
<configuration>
334334
<serverId>ossrh</serverId>
335-
<nexusUrl>https://ossrh-staging-api.central.sonatype.com/</nexusUrl>
335+
<nexusUrl>https://ossrh-staging-api.central.sonatype.com/service/local/</nexusUrl>
336336
<autoReleaseAfterClose>false</autoReleaseAfterClose>
337337
<stagingProgressTimeoutMinutes>15</stagingProgressTimeoutMinutes>
338338
</configuration>

0 commit comments

Comments
 (0)