Skip to content

Commit ba02a10

Browse files
committed
Fix snapshot deployment URL to use OSSRH instead of Maven Central Portal
Signed-off-by: Marvin Froeder <[email protected]>
1 parent b046887 commit ba02a10

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
@@ -82,7 +82,7 @@
8282
</repository>
8383
<snapshotRepository>
8484
<id>central</id>
85-
<url>https://central.sonatype.com/api/v1/publisher/deployments/upload/</url>
85+
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
8686
</snapshotRepository>
8787
</distributionManagement>
8888

0 commit comments

Comments
 (0)